* docs: update changlog with docker container image reference
* docs: update with docker image tag
* docs: add docker hub link and tag reference to changelog
* telemetry/feat: override page view names - now english only (#472)
* telemetry/feat: override page view names - now engllish only
* add all page names
* switch to application version
* 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>
* feature: close on "esc" (tableview and keyboar shortcuts)
* fix: deleted redundant code - modal closes on 'esc' by default
* refactor: deletes rudundant code - same functionality can be acheved by utilyzing built-in modal atributes
Co-authored-by: kunzheng <58841788+kunzms@users.noreply.github.com>