multi select options in settings
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1.2k
- Forks
- 89
- Avg merge
- 18h 46m
- Merged PRs (30d)
- 24
Description
Clear and concise description of the problem
if a section has a lot of tabs, enabling/disabling multiple options at a time would be a good idea instead of clicking each of them.
Suggested solution
we can use pointerup event to do the action on user mouse movement
Alternative
or have a button to enable/disable all? but the downside of this is that with the pointerup dragging event listener we can select stuff in between instead of all
Additional context
https://github.com/user-attachments/assets/3eb5f149-9f1f-4379-b590-5eb143ab4b8d
Validations
- Follow our Code of Conduct
- Read the Contributing Guide.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the settings UI that renders sections and their tabs, then review how individual options are enabled or disabled. Clarify whether drag selection with pointerup or an enable/disable-all control is intended, and verify that selecting intermediate options works without changing unrelated tabs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100