forked from microsoft/OCR-Form-Tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: resize canvas on change of tag split pane (microsoft#210) * fix: initial commit on microsoft#203 * fix: don't rotate image to match OCR result (microsoft#211) * update app version to b481f37 (microsoft#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 <[email protected]> Co-authored-by: alex-krasn <[email protected]> Co-authored-by: kunzheng <[email protected]> Co-authored-by: alex-krasn <[email protected]>
- Loading branch information
1 parent
a9d4608
commit 3b7f803
Showing
24 changed files
with
1,939 additions
and
396 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.