Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bulk actions (cut, copy, delete) #30

Open
taramk opened this issue Feb 23, 2023 · 2 comments
Open

Bulk actions (cut, copy, delete) #30

taramk opened this issue Feb 23, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@taramk
Copy link
Contributor

taramk commented Feb 23, 2023

I can sometimes highlight multiple nodes to select them (to bulk delete) if I drag from the top rather than the bottom, but hitting delete on the keyboard does not delete them.

  • make click and drag to highlight multiple nodes work consistently
  • allow selecting multiple nodes and deleting them using the delete keyboard key
@progrium progrium added the enhancement New feature or request label Mar 3, 2023
@progrium
Copy link
Contributor

This is two things: multi selection and multi operation. I don't exactly know how to do click+drag multi selection yet. Text showing as selected is totally separate. I do know how to let you do something like shift click for selecting multiple nodes. But also might want to consider how multi selection would work on mobile. Luckily delete is a simple multi operation, so it's a good first case.

@taramk taramk changed the title Allow click and drag + delete to delete multiple nodes Bulk actions (cut, copy, delete) Jun 16, 2023
@taramk taramk added this to the 0.5.0 milestone Jun 16, 2023
@taramk taramk modified the milestones: 0.5.0, 0.6.0 Jul 3, 2023
@taramk
Copy link
Contributor Author

taramk commented Jul 10, 2023

For highlight color, I suggest our teal (0193B3) at 30% opacity. It's the most visible without being too obtrusive on light/medium/dark backgrounds. For now it should just be a static value, maybe later it can be a theme variable.

Image
https://www.figma.com/file/bGzEZo0NYHhWGJO95kwF3p/Treehouse-App?type=design&node-id=426%3A5624&mode=design&t=Yo9VmF4v4sMvd8dh-1

@taramk taramk modified the milestones: 0.6.0, 0.7.0 Jul 17, 2023
@taramk taramk modified the milestones: 0.7.0, 0.8.0 Jul 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants