Fixed indexing bugs in backend, minor changes in frontend
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
Refactoring
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
Created a layout of the annotation screen
Created a layout with empty panels. They will be done in other branches.