Refactoring, fixes
Removed fetchData infinite cycle
Frontend - hotfix
Document upload improved
Occurrence - like canceling
Tag occurence marked as final - fixed
Document upload description
Merge branch 'features/9776-ui-improvements' of https://gitlab.kiv.zcu.cz/aswi/aswi-2022/aswi20220x00 into features/9776-ui-improvements
Removed unused icon imports
Icons
Annotator - finish button position changed
Layout and minor color changes
Final annotations fixed
Merge branch 'features/9826-document-assigning-enhancement' into 'dev' Re #9826
Document assigning modal window was improved - table instead of simple list.
See merge request aswi/aswi-2022/aswi20220x00!60
Merge branch 'features/9829-tag-buttons-tooltips' into 'dev' Re #9829
Tag buttons tooltips were implemented
See merge request aswi/aswi-2022/aswi20220x00!59
Merge branch 'features/9783-annotation-tag-search' into 'dev' Re #9783
Added search bar to tags panel in the annotation view
See merge request aswi/aswi-2022/aswi20220x00!56
Merge branch 'features/9777-document-notes' into dev Re #9777
Merge branch 'features/9827-display-username' into 'dev' Re #9827
Displaying username in navigation bar was implemented.
See merge request aswi/aswi-2022/aswi20220x00!61
Merge branch 'features/9832-tags-table-sentiment' into 'dev' Re #9832
Added sentiment to tags management
See merge request aswi/aswi-2022/aswi20220x00!57
Document finalization
Displaying username in navigation bar
document assigning modal window improved - table instead of list
Tag buttons tooltips implemented
Search tags in annotation view
Added note of a document
Sentiment color in dropdown
AnnotationItem selected text showing, other minor improvements
Selected tags highlighting
On click in the middle panel or on click on highlight buttons in the right panel
Generating css
Annotation finishing implemented
Merge branch 'features/9664-annotation-count-display' into dev Re #9664
Required annotations count changing - modal - done
Merge branch 'features/9678-duplicate-tag-control' into dev Re #9678
Merge branch 'features/9677-sentiment-annotation' into dev Re #9677
Removed refresh and updated note on blur
Added notes
Removed visibility, added sentiment
Merge branch 'features/9593-tag-management' into dev Re #9593
Changed modal closing
Do not close modal when clicked outside of bounds
Disabling tag buttons when adding new tag occurrence
Changed default tag color
Default color in tag modal changed to color of a category
Merge branch 'features/9673-admin-document-preview' into dev Re #9673
Regenerate client api, merged manually
Added sub tag modal
Modal with properties of a sub tag
Added tag modal
Modal with properties of a tag
Added category modal
Modal with properties of a category
Refactoring
Custom badge component added
Refactoring after code review
Document preview implemented
Document filtering implemented
Modal windows for user edit, delete and assigned documents were implemented
Merge branch 'features/9585-document-assigning' into features/9590-user-management
Users table implemented
Document assigning implemented
Fixed indexing bugs in backend, minor changes in frontend
Documents upload implemented, connected to REST API
Adding tag/subtag to selected text
Selection detection and calculation of start and end position in original document
Merge branch 'features/9472-document-preview' into 'dev' Re #9472
HTML preprocessing and sanitization (removing all original attributes from HTML)Showing HTML on frontend
See merge request aswi/aswi-2022/aswi20220x00!28
Merge branch 'features/9481-frontend-annotation-panel' into dev Re #9481
Document preview on frontend
Connected annotation panel to API and updated visual
Upgraded visual of the tag tree
Basic annotation document preview
Added comments
Connected tag panel to server
Implemented tag panel
Implemented tag panel and all its items
Token management implemented, redirections
Renamed files, fixed overflow in annotation view, added access to the AnnotationContext in annotation view, deleted visiblity from add document modal window, deleted LayoutProps
AnnotationContext use demo
Annotation panel events
Added events that propagate changes between panels in the annotation view
Basic functionality of an annotation panel
The panel is without css styles. Basic functionality is implemented.
Refactored directory structure
Refactored directory structure and changed structure of layouts of the annotation screen
Merge branch 'features/9452-login-screen' into 'dev' Re #9452
Minor refactoring. Moved loginProps to loginLayout and changed a route of the login screen.
See merge request aswi/aswi-2022/aswi20220x00!20
Created more generic layout props
Props will be used in multiple layouts and all will have the same parameters. It does not have to be assigned specifically for the login.
Moved loginProps to loginLayout
LoginProps are not used outside of loginLayout and it does not make sense for it to exist outside of loginLayout.
Implemented a login screen and added ant-design package to the react project
See merge request aswi/aswi-2022/aswi20220x00!14
Merge branch 'features/9465-frontend-add-document-window' into 'dev' Re #9465
Created a modal that adds new documents and when API is implemented it will send documents to a server.
See merge request aswi/aswi-2022/aswi20220x00!16
Created a document adding modal
Created a layout of the annotation screen
Created a layout with empty panels. They will be done in other branches.
Renamed props.tsx to loginProps.tsx
Props was too generic so I renamed it to show its purpose better.
Added layout of the login screen
Created a layout in a separate file and added it to the login screen