* feat: support release and set electron version to ^3.0.13
* docs: update readme to include destop app and release support
* style: remove blank lines
* fix: redirect load failed to home page
* docs: add to test runbook
* feat: support latest electron versions
* feat: support mac menu
* fix: downgrade to supported version of electron 8.3.0
* docs: update readme with release folder info
* fix: mac issue with command bar
* fix: support cmaps
* docs: update readme
Co-authored-by: kunzheng <58841788+kunzms@users.noreply.github.com>
* feat: support document managment
* feat: add divider for command bar far items
* feat: add document name to confirm message
* style: remove eol spaces
* style: remove whitespaces at eol
* docs: update changelog and status bar to 6114d64
* docs: change 2.0 to 2.1
* docs: update package version to 2.1
* docs: update version to 2.1-preview.1
* feat: support electron for on premise solution
* refactor: remove trailing whitespaces and empty lines
* feat: add app icon for os taskbar
* refactor: fix indent, variable naming, and brackets
* docs: update test runbook and third party notices
* fix: resize canvas on change of tag split pane (#210)
* fix: initial commit on #203
* fix: don't rotate image to match OCR result (#211)
* update app version to b481f37 (#212)
* feat: Add model compose page
* feat: add icon SortUp and SortDown
* feat: add getSelections
* fix: remove marqueeSelection
* fix: remove unused pointer-events
* feat: Add spinner to model compose page
* feat: reset selected in componentDidUpdate
* refactor: remove and rewrite comments and console
* feat: spinner class changes
* feat: add model source in predict page
* feat: first version of composed models reorder
* feat: add filter field and more on composed list reorder
* feat: reset sort icon and add move composed items back to top button in commandbar
* feat: get models from nextLink and set sort by createdTime by default
* fix: add nextLink check and remove console
* fix: preserve selection while items are getting filtered
* feat: delay to meet the rate threshold when extracting data from next link
* feat: Add blink notification while loading
* fix: enlarge the blink notification
* feat: add refresh button on model compose page
* feat: add toast when exceed rate limitation
* feat: UX design improve
* refactor: refactor code
* refactor: remove comments
* fix: set allModels as items in ViewSelection
* feat: finish load next page mannually draft
* feat: put composed model on top
* refactor: remove not in use code
* feat: enable model name and set sticky list header
* fix: style change and refactor code
* feat: add compose View draft
* fix: tslint style error
* fix: change typescript version in pkg
* feat: add modelComposeView, add colon in train record and comment model selection in predict page
* fix: change train button style
* fix: textfield name and turn off autocomplete
* fix: change to yarn and hide loading spinner when no nextpage
* feat: enable compose new model
* fix: composed model shows more than once in list and tslint error, remove console, refactor code
* fix: change train route to preview version to enable model name
* fix: renew icon source
* spelling
* fix: model name sort
* refactor: predict page
* fix: text filter is case sensitive
* fix: filter now case insensitive
* fix: spelling
* refactor: modify variable names
* feat: set either latest train or latest compose model as model using in prediction
* fix: remove dark block when refreshing page
* fix: update composed models status
* add test runbook
* fix: spelling
* fix: deletes unused import
* refactor:remove console
* refactor: change column header name
* refactor: naming
* fix: disable compose button in modal when selected models are not enough
* fix: reset column header when refreshing
* fix: remove train page backend warning
* update yarn
* fix: remove unused import and migrate to fluent ui
* fix: create and update time sort
* fix: register icons
* styling for StatusCircleCheckmark
* fix: transparent backgounf on checkmarkCircle
* fix: localize strings
* fix: add alert when there aren't enough models for compose
* refactor: remove console
* fix: add yarn to try to fix check failure
* fix: alert will be shown when list has two models
* fix: throw error when selected model has invalid one
* refactor: viewSelection indent and rename
* fix: change trigger download model Id
* fix:allModels is changed by sort
* refactor: change viewSelection to LF
* remove ViewSelect file
* add viewSelection.tsx
* fix: change file to LF
* fix: retreat yarn.lock to resolve yarn build error
* fix: change import of IModel in composeModelView
Co-authored-by: stew-ro <60453211+stew-ro@users.noreply.github.com>
Co-authored-by: alex-krasn <64093224+alex-krasn@users.noreply.github.com>
Co-authored-by: kunzheng <58841788+kunzms@users.noreply.github.com>
Co-authored-by: alex-krasn <v-alexkr@microsoft.com>
* featrure : add MIME checking library "file-type";
* fix+feature: if the file extension was changed, now we're showing warning and fixing extension
* style: delete black line + single quote
* fix: on error
* refactor: now no external library + we fetch only 4 bytes from URI
* fix: workaround for some reason "autoClose" for toast does not work + delete log
* refactor: delete library
* style: indents
* fix: bugfix, style, refactor
* localization of warning message + some refactor for perfomance
* refactor: normilize asset format from url
* refactor: delete auto close, now account names of the file with spaces
* style: tslint fix
* buil: package-lock.json fix vulnerabilities
Co-authored-by: stew-ro <60453211+stew-ro@users.noreply.github.com>