* 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
* fix: deletes unnecessary DIV's
* refactor: modal header
* refactor: refactor and and cleanup of redundant code
* redownload models if soome still creating
* spinner styling
* reimplementation - release model only when its ready
* cleanup
* refactor: redundant code
* 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>
* fix: added debounce for quick reordering tags
* docs: added use case
* refactor: incresed dedounce interval so its not affect when reordering slowly
* decrease debounce time to 3000ms
* style: - indent
* feat: enable re-run OCR (draft)
* add rerun OCR for single file functionality
* added tooltip
* add icon and changed position
* added - rerun OCR for all documents in project
* fix: remove idents
* feat: enable re-run OCR (draft)
* add rerun OCR for single file functionality
* added tooltip
* add icon and changed position
* added - rerun OCR for all documents in project
* refactor: delete redundant local state and rename
* fix: indent
* style: change submenu text
* docs: added manual test runbook
* style: idents
* refactor: rename dropdown class name
* renaming: re-run.. to run, files to documents..
* fix: style and grammar
* fix: run on not visited
* docs: new Test Runbook revision
* style: fix wording and spacing
* refactor: use anonymous wrapper function for onclick
Co-authored-by: kunzheng <58841788+kunzms@users.noreply.github.com>
Co-authored-by: Robert Stewart (eXcell <v-stewro@microsoft.com>
* feature: we're keepin prediction in UI now
* feat: add protection for additional hidden elements for skipButton
* bugfix: - delete forgoten changes
* rerender on train model change + refactor
* fix: forgotten log , and comment
* fix: now rerender when setting changes and on new project
* refactor: delete unnecessary helper file
* fix: add this.props.project check
Co-authored-by: stew-ro <60453211+stew-ro@users.noreply.github.com>
* feat: refactor CORS error message
* refactor: remove unuse import and console
* refactor: fix Spanish message and add multilineMessage function in Alert
* refactor: change number to bullet points
* add div when return multiline message
* style:remove extra space
Co-authored-by: kunzheng <58841788+kunzms@users.noreply.github.com>