react-image-annotate icon indicating copy to clipboard operation
react-image-annotate copied to clipboard

[WIP] Multiple selection

Open Hummer12007 opened this issue 5 years ago • 1 comments

This PR enables selecting multiple regions at once.

Demo: https://l.sr.ht/NU-U.mp4

Implemented:

  • [x] Ctrl+Click extends the selection with a new region
  • [x] Delete deletes all selected regions

TODO:

  • [ ] Fix deselection
  • [ ] Make sure move/resize/etc. actions modify all selected boxes
  • [ ] Add a tool (or hijack Ctrl/Shift + drag) to select regions with dragging
  • [ ] Add a knob to disable this behavior, if necessary
  • [ ] Ensure this doesn't break UniversalDataTool
  • [ ] Agree with Severin on behavior

Hummer12007 avatar Oct 26 '20 01:10 Hummer12007

Very cool @Hummer12007! Thanks for publishing your progress!!!

Thanks for the detailed description, looks great so far!

seveibar avatar Oct 26 '20 05:10 seveibar