You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 18, 2024. It is now read-only.
feat: DEV-3391: Render real Annotations in View All (#928)
* DEV-3391: Duplicate root into every annotation
* Add id for Choice(s) for test
All other tags should have the only indentifier then
* Use own names/toNames in every Annotation
* Render tags from given annotation, not common
* Fix tags with both name and id
* Fix names for duplicated tags; fix RichText
* Finally use parent Annotation, not selected
* View All! Real Annotations! Much UX
* All Labels related tags now have id and name: string
* Fix names usage
- toNames should contain references from names, not strings
- Area dispatcher should check for cleaned up ids/names
* Fix Labels.annotation by mixin
* Add feature flag (WIP)
* Full feature flag coverage
* Fix id/name props for every tag
Also don't add tags without id/name to ids map.
* Fix Channel
* Fix renderChildren, Channel and visual tags
* Fix names for tool tags
* Fix AnnotationMixin for Tools and AnnotationHistory
* Fix Taxonomy perRegion visibility
* Fix results created by current user
Connect results to tags in current annotation's tags tree
* Don't crash because of Relations tag
It's not a real control
* Other fixes for tags in area/result
- correct object for new Area
- fix for createDrawingRegion
* Fix AnnotationMixin for Tools
by @Gondragos
* Fix serialization
* Fix annotation access from KeyPoint Tool
* fix taxonomy children
* reget the children snapshots to keep it as much as it was
* putting back shallow copy of children taxonomy
* fix: DEV-3391: View all readonly (#964)
* fix: DEV-3644: Predictions should always be selectable
* fix: DEV-3644: honor readonly mode with fallbacks to editable and prediction type in snaphot creation
* fix: DEV-3644: allow regions to be selectable if readonly
* fix: DEV-3644: allow video regions to be selectable but non modifiable in readonly mode
* only run history freeze if annotation present on initialization of richtext
* improve choice spacing for selected readonly taxonomy
* improve taxonomy dropdown readonly mode to be navigable
* make textarea render readonly when it is not editable
* compute the isEditable from textarea model
* fix the topbar control state to disable readonly annotations
* fix datetime and number controls readonly mode
* fix image per region test
* use editable state of annotation as the target for readonly/disabled states of controls
* Fix taxonomy/choices loading
* use isEditable for taxonomy, don't disable just block updates
* use isEditable and isDeletable for TextArea controls and fix regression with deletion and edit capabilities
* remove editable=true on TextArea test, this ensures regression is fixed
Co-authored-by: Nick Skriabin <nr@fenelon.ru>
* make Choice and TextArea disabled look if strictly readonly, block all updates if strictly non editable
Co-authored-by: Brandon Martel <brandonmartel@gmail.com>
Co-authored-by: Nick Skriabin <nr@fenelon.ru>
0 commit comments