Implement selection visual effects

This commit is contained in:
Nettika 2026-01-29 01:34:49 -08:00
parent 3b42ce9f88
commit aafcade099
No known key found for this signature in database
2 changed files with 100 additions and 6 deletions

View file

@ -95,9 +95,9 @@ A step-by-step checklist for porting MatterControl's design features to a Vue +
- [x] Add "Select All" (Ctrl+A) shortcut
### Selection Visualization
- [ ] Add selection outline effect (OutlinePass or custom)
- [ ] Add hover highlight on mouseover
- [ ] Distinguish single vs multi-selection visually
- [x] Add selection outline effect (OutlinePass or custom)
- [x] Add hover highlight on mouseover
- [x] Distinguish single vs multi-selection visually
### Context Menu
- [ ] Create right-click context menu component