Граф коммитов

440 Коммитов

Автор SHA1 Сообщение Дата
stew-ro b4332a926b
feat: support group selection of words with drawn bounding box (#447)
* feat: support group selection of words with drawn bounding box

* refactor: remove unused imports

* refactor: remove trailing white spaces

* fix: add semi colons and fix grammer

* fix: check for visible source layer and duplicate label and text values
2020-07-24 16:52:25 -07:00
stew-ro 73b95c7759
docs: update changelog and statusbar (#453) 2020-07-24 15:17:12 -07:00
alex-krasn 55be5427e4
feat: add apiVersion to telemetry (#448)
* feat: add apiVersion

* fix: key

* refactor: move insights apiVersion into telemetryServise.ts
2020-07-24 13:33:54 -07:00
alex-krasn fe8258f9c7
fix: magrin for filenames (#451) 2020-07-24 13:21:47 -07:00
alex-krasn 87356a1cf6
docs: add telemetry disclaimer to readme (#449)
* docs: added telemetry disclaimer

* fix: grammar
2020-07-24 10:59:56 -07:00
kunzheng 87b1062125
doc: add a screenshot of get SAS token 2020-07-23 14:57:38 -07:00
kunzheng 9b5b99d546
doc: add get-sas.png 2020-07-23 14:48:14 -07:00
stew-ro f041bff977
fix: handle undefined error for pdf assetPreview (#442) 2020-07-23 12:13:22 -07:00
stew-ro 7fcc9ccfdb
fix: remove duplicate models in composed model list (#439)
* fix: remove duplicate models in composed model list

* refactor: optomise condition readability

* refactor: use const

* refactor: use indexOf instead of find for recentModel list or ids
2020-07-23 10:14:32 -07:00
alex-krasn 41294c8aa1
feat: enable internal telemetry (#431)
* add packages

* initial setup

* tracking only events and page views

* add key and check if key is present and insights instantiated
2020-07-23 09:04:55 -07:00
alex-krasn f4b4d5ded4
fix: DOM table nesting (#438)
* fix: DOM table nesting

* refactor: use td instead of th and limit padding

Co-authored-by: stew-ro <v-stewro@microsoft.com>
2020-07-21 13:36:16 -07:00
alex-krasn ed919a016b
fix: reset model name after train (#434) 2020-07-21 12:52:36 -07:00
alex-krasn fc4cb96d2a
fix: wait for project (#435) 2020-07-21 12:20:11 -07:00
kunzheng f097807dde
Update README.md 2020-07-21 11:21:10 -07:00
stew-ro 46dbb2be9e
fix: handle no recent models for model compose (#432) 2020-07-20 14:49:28 -07:00
alex-krasn 932fb3fd7f
feat: new Compose Model icon (#425)
* feat: new Compose Modes icon

* return EOLs

* fix: after merge

Co-authored-by: kunzheng <58841788+kunzms@users.noreply.github.com>
2020-07-20 13:50:02 -07:00
stew-ro a0fa2daf4c
fix: support long model names for model selection (#427)
* fix: support long model names for model selection

* refactor: fix grammer for model selection view

* refactor: use css for long model ids and names

* refactor: use title for model id and model name
2020-07-20 11:09:14 -07:00
stew-ro cf8de6be61
feat: add recent models to top of the model compose model list (#430)
* feat: add recent models to top of the model compose model list

* docs: update manual rest runbook
2020-07-20 10:20:17 -07:00
stew-ro dbe663ea6e
refactor: optomise if condition for model compose refresh (#429) 2020-07-20 10:04:48 -07:00
stew-ro 9cb6c5830a
fix: check for valid connection (#428)
* fix: check for valid connection

* refactor: remove unused import
2020-07-20 09:45:11 -07:00
stew-ro 162a7660cf
fix: make analyzed result UI key-values same as json key-values (#409)
* fix: make analyzed result UI key-values same as json key-values

* refactor: use percent for confidence results

* refactor: replace percents with json result decimal values
2020-07-17 17:01:43 -07:00
stew-ro 63e179d015
fix: prevent user from leaving while composing (#422) 2020-07-17 16:44:55 -07:00
stew-ro b4c4cc5a8a
feat: support model selection (#419)
* feat: support model selection

* fix: prevent component update when not on predict page

* refactor: remove eol white spaces

* docs: add to manual test runbook

* fix: check for invalid request when trying to update recent models

* fix: use api version in python script

* fix: whitespaces and spelling

* fix: use selected model for analysis

* fix: use aria label for select model checkbox

* fix: change column min width for recent model view

* refactor: use classes for styling

* fix: set created date column to collapsable

* refactor: remove unused import

Co-authored-by: alex-krasn <v-alexkr@microsoft.com>
2020-07-17 16:37:11 -07:00
kunzheng 1d715d56ce
security: upgrade lodash to ^4.17.19 (#426) 2020-07-17 16:31:34 -07:00
alex-krasn d059580cfe
Alex krasn/feature share project (#344)
* added share butoon to "Additional actions"

* Merge branch 'master' of https://github.com/microsoft/OCR-Form-Tools into alex-krasn/feature-share-project

* added sharing functinality

* runbook and rephrase input placeholder

* fix: piplene error - updated package.json and yarn.lock

* fix on pipeline erro r

* fix: deletes log

* input styles in .scss

* handle string decode error

* handle error for no shared connection

* enable share button only on provider type "azureBlobStorage"

* strings

* feat: devider for commandbar

* fix: icons

* add separator and hidding connetction type when chosen another one

* fix: initial state of modal

* hide separator on connection choice

* + warning for no connections, and added localization for strings

* fix: connections check

* fix: check if project in predict page

* fix: canvas state

* updated: manual

* fix: add new URL() in try-catch

* fix: class name affecting some browser's extensions

* fix: for project tokens with same name

* + string for error message and change color of toast ot red

* new error message and color

* refactor and renaming

* fix: user shared project name

* refactor;  fix: indents, whitespaces, grammar.

* add: check if have cloud connections

* fix: fix grammer for share project message

Co-authored-by: stew-ro <v-stewro@microsoft.com>
2020-07-17 15:33:44 -07:00
kunzheng 4e4bf46952
doc: update changelog (#423)
* doc: update changelog

* Update CHANGELOG.md
2020-07-17 12:22:51 -07:00
alex-krasn 89be3ac5b6
fix: on assetFormat undefined (#413)
* fix: on assetFormat undefined

* fix for multiple toasts

* refactor

* fix for tiff/tif files

* style: fix empty line
2020-07-15 15:31:27 -07:00
stew-ro d8fa6141cf
fix: make sure token names are unique (#404)
* fix: make sure token names are unique

* refactor: fix whitespacing and use string constants

* refactor: fix whitespacing

Co-authored-by: kunzheng <58841788+kunzms@users.noreply.github.com>
2020-07-13 14:53:37 -07:00
alex-krasn 8cc421c3fe
Alex krasn/fix model info enclosing element error on #407 (#408)
* fix: add fragment

* fix: deletes unnecessary whitespaces
2020-07-13 10:22:39 -07:00
kunzheng 030b922d84
fix: change url path for online version (#401) 2020-07-10 17:35:58 -07:00
alex-krasn ed626c45e0
fix: overflow of excluded models list (#400)
Co-authored-by: kunzheng <58841788+kunzms@users.noreply.github.com>
2020-07-10 16:03:20 -07:00
stew-ro 18fb4d7105
fix: display composed icon for composed model with attribute (#399) 2020-07-10 10:37:40 -07:00
stew-ro 57736d0cb4
Stew ro/update changelog and statusbar (#398)
* refactor: remove unused map function

* docs: update changelog and statusbar
2020-07-10 09:58:13 -07:00
alex-krasn b67191cdbc
feat: not allow to chose not-ready models (#394)
* not allow to chose not-redy models

* exclide not ready item from selection

* warning that composed models cannot be inclueded in the composed model

* - unused import

* fix checking exclided models length

* fix: forgotten log

* fix for passSelectedItems

* strings

* "ready" status from comstants

Co-authored-by: kunzheng <58841788+kunzms@users.noreply.github.com>
2020-07-09 17:19:01 -07:00
stew-ro 195ff80603
refactor: remove unused map function (#396) 2020-07-09 13:57:42 -07:00
stew-ro 05850603d5
feat: track five most recent project models (#395)
* feat: track most recent 5 models for project

* refactor: set recent model records count in constants

* style: remove empty line whitespaces

* style: remove eol whitespaces
2020-07-09 11:59:08 -07:00
alex-krasn abc63767e9
feat: enable new model info in preditct page (#383)
* feat: enable new model info in preditc page

* refactor styles and data

* fix: indents and semicolons
2020-07-08 14:29:05 -07:00
stew-ro 212647d432
fix: check invalid provider options before project actions (#390)
* fix: optomise pdf loading

* fix: check for invalid connection provider options for project actions

* docs: add test case to test runbook

* style: add missing semi colons
2020-07-08 11:06:08 -07:00
alex-krasn 2abb0cb062
docs: rename to FoTT (#387) 2020-07-07 15:56:38 -07:00
alex-krasn a334cfc45f
fix: multiple scrollbars and styling on modal when lots of models (modelCompose) (#380)
* fix: multuiple scrollbars and styling

* fix: styles for scrollableContent
2020-07-07 15:10:26 -07:00
alex-krasn 9ad9ac902c
fix: resolves accessibility issues (#378) 2020-07-07 14:18:03 -07:00
stew-ro ddea6471d8
fix: optomise pdf loading (#385) 2020-07-07 13:22:19 -07:00
stew-ro 8991cc0c92
fix: create copy of project before save mutations (#382) 2020-07-07 11:14:11 -07:00
stew-ro adc0498c31
fix: handle worker deleted error (#381)
* fix: handle worker deleted error

* style: fix not strict comparison
2020-07-07 10:47:44 -07:00
stew-ro 7192170d73
feat: support release (#361)
* 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>
2020-07-02 14:10:04 -07:00
stew-ro 11c6c3851f
docs: update change log and add test case to runbook (#376) 2020-07-02 11:37:43 -07:00
stew-ro 612a1b68e8
fix: set overflow to auto for app-content and train-page-menu (#316) 2020-07-02 10:33:44 -07:00
alex-krasn 742ac80ef0
fix: contrast ratio for warning (#375) 2020-07-02 07:13:53 -07:00
stew-ro 978dabc3ba
feat: support document managment (#374)
* 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
2020-07-01 15:03:04 -07:00
alex-krasn 3f6e913d25
fix: styling (#370) 2020-06-30 14:26:26 -07:00