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

24 Коммитов

Автор SHA1 Сообщение Дата
alex-krasn 2abb0cb062
docs: rename to FoTT (#387) 2020-07-07 15:56:38 -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 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
stew-ro f3a109211d
fix: change package version to semantic versioning (#341) 2020-06-24 19:19:12 -07:00
stew-ro 54edd0fb1e
docs: update changelog and status bar to 6114d64 (#339)
* 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
2020-06-24 15:18:56 -07:00
stew-ro ca0bd0c2ab
feat: support electron for on premise solution (#333)
* 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
2020-06-23 13:49:59 -07:00
tianxiang 3b7f803407
feat: model compose (#328)
* 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>
2020-06-18 13:17:12 -07:00
kunzheng da7b488d2e
refactor: use yarn in dockerfile (#309)
* refactor: use yarn in dockerfile

* refactor: upgrade node to 12.x
2020-06-05 13:28:43 -07:00
alex-krasn 3b29a3575e
migrating to Fluent UI (#306)
Co-authored-by: kunzheng <58841788+kunzms@users.noreply.github.com>
2020-06-04 14:01:17 -07:00
alex-krasn 9c8f7685e9
migrating from npm to yarn (#305)
* migrating from npm to yarn

* added Typescript

* updated azure-pipeliens.yml

* style:  deletes run in scripts
2020-06-04 13:32:17 -07:00
alex-krasn 0558b5892d
Alex krasn/fix render error on png files #244 (#249)
* 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>
2020-05-21 06:24:40 -07:00
kunzheng 2a3383d4a0
feat: add electron mode from VoTT project (#260) 2020-05-19 11:16:13 -07:00
alex-krasn f6c8ffad6e
refactor: renaming checkbox->selectionMark (#223)
* initial commit - renaming checkbox->selectionMark

* refactor: rename checkbox to selectionMark

Co-authored-by: kunzheng <58841788+kunzms@users.noreply.github.com>
Co-authored-by: kunzms <kunzheng@microsoft.com>
2020-05-01 14:36:10 -07:00
kunzheng 5bacea48f8
security: update jquery to ^3.5.0 (#230) 2020-04-30 22:57:51 -07:00
tianxiang 717977d8b1
fix:resolve kind-of dependency vulnerability (#160)
* update kind-of dependency

* fix: change kind-of dependency to devDependency

Co-authored-by: kunzheng <58841788+kunzms@users.noreply.github.com>
2020-04-10 14:59:53 -07:00
kunzheng 235069aac4
feat: update version number (#159) 2020-04-09 13:55:29 -07:00
kunzheng 3b61613528
refactor: update minimist to ^1.2.2 (#113) 2020-03-16 16:25:47 -07:00
kunzheng 03d4875cc0
refactor: update acron and typescript version (#112) 2020-03-16 16:06:31 -07:00
kunzheng d22fc68da9
refactor: replace crypto-js and md5 with WebCrypto and sha256 (#102) 2020-03-10 13:27:10 -07:00
kunzheng 37013b1d8e
refactor: use Azure CDN to host pdf.js (#98)
* refactor: use Azure CDN to host pdf.js

* fix: correct parameter name when call getDocument
2020-03-06 18:21:23 -08:00
tianxiang e88583d4b0
fix: github security warning (#97) 2020-03-06 15:49:53 -08:00
kunzheng ade7902b47 style: enforce LF linebreak and fix existing files (#15) 2020-02-09 11:33:52 -08:00
kunzheng 367ba7dae9
style: enable tslint and fix style errors (#6) 2020-02-05 10:12:19 -08:00
kunzheng 5c497ad163 First commit 2020-02-03 13:31:46 -08:00