vitejs / vitejs/devtools

multi select options in settings

Open
#213 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.