This repository has been archived by the owner on Apr 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 320
Multiple regions selection interactions #240
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- [ext] add selection extending by pressing ctrl+click on the region in the object - [ext] selecting multiple regions in the list by pressing ctrl+click - [ext] selecting multiple regions in the list by range by pressing click at the start of the range and shift+click at the end - [fix] unselect region in list by click on selected region - [ext] deleting multiple regions - [ext] applying labels for multiple regions - displaying intersection of sets of applied labels for results in multi selection state - [ext] add selection tool to the image view - [ext] allow range selecting interaction for audio plus, timeseries and all text based object tags - fix annotation mixing working without control tag - implement bboxCoords getter in the all image regions - [ext] brush regions optimizations - caching image data in brush regions for the purpose of optimization - caching result of mask coloring which improves rerenders performance
# Conflicts: # src/components/CurrentEntity/CurrentEntity.js # yarn.lock
# Conflicts: # src/components/ImageView/ImageView.js # src/mixins/KonvaRegion.js # src/regions/BrushRegion.js # src/regions/ImageRegion.js # src/stores/AnnotationStore.js # src/tags/control/Label.js # src/tags/object/Image.js # src/tags/object/Paragraphs.js
(cherry picked from commit 56488d8)
# Conflicts: # src/regions/BrushRegion.js # src/regions/PolygonRegion.js
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.