* 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>
* fix: add padding to table cells
* fix: set min width of table cell
* fix: increase min-width and padding of table cells
* fix: increase min width of table cell
* 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>
* fix: adjust skip button according to feedback
* fix: undo typescript version change
* fix:check collection id to see if it exists
* fix: resolve comments
* refactor: remove console
Co-authored-by: kunzheng <58841788+kunzms@users.noreply.github.com>
* feature: draft of the feature
* fix: default state of the modal
* feature: shortcuts and tips
* feature: typo
* refactor: deletes "Can be used to"
* refactor: default state to close
* style: consisten keyboard layout
* fix: - third scroll bar
* fix: styling correction alligh all text to baseline
* refactor: rewrite on maner of MS Teams
* fix: initial state - false
Co-authored-by: kunzheng <58841788+kunzms@users.noreply.github.com>
* refactor: change predict to analyze in UI while keeping predict term in docs
* refactor: change "run prediction" button text to "run analysis"
* refactor: change predict header to analyze
Co-authored-by: kunzheng <58841788+kunzms@users.noreply.github.com>
* feat: enable outputting to file for analyze.py
* feat: test for creatable output file in analyze script
* Update analyze.py
Co-authored-by: kunzheng <58841788+kunzms@users.noreply.github.com>
* fix: we're not allowing change tagtype if it is a checkbox
* refactoring: deletes console.log
* refactoring: delets comment
* + not allow to change tag type to "checkbox"
* refactoring: deletes extra brackets
* fix: let -> const
* fix prev review issues + added warning toast
* fix: failing pipeline test
* refactoring
* refactor: spelling "service"
* refactor: switching to is empty(temporary), disabling options instead of removing, updates state on change
* refactor: renaming fix test on pipelines
* refactor: now with documentCount
* style: deletes empty line
* refactor: delete 'isEmpty'
* style: fix variable to camelcase
* refactor
* refactor: switching tag types to enum
* refactor: switch statement
* Stew ro/check tag type and region catagory compatibility (#241)
* refactor: check tag type and region catagory compatibility
* refactor and spelling
Co-authored-by: alex-krasn <v-alexkr@microsoft.com>
* feature: no more than one checkbox per tag
* refactor: add compatibilty method and refactor
* refactor
* spelling
* style: missing trailing comma
* refactor: isCompatible
Co-authored-by: stew-ro <60453211+stew-ro@users.noreply.github.com>
Co-authored-by: kunzheng <58841788+kunzms@users.noreply.github.com>
* fix: include trailing whitespace for api uri service input
* fix: trim trailing whitespaces
* fix: shorten regex complexity
Co-authored-by: kunzheng <58841788+kunzms@users.noreply.github.com>