Option to disable animation when inspecting components
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2.9k
- Forks
- 279
- PR merge metrics
- No merged PRs in 30d
Description
Option to disable animation when inspecting components on the page with "Select component on the page" button.
It can be very distracting jumping between large number of components on the small area.
Maybe take into account reduced motion preference and also have a toggle to force this option (similar to dark/light mode toggle in settings).
I suppose this is related to vite-plugin-vue-inspector so it’s best to start there with setting which can be toggled via devtools?
Originally posted by @niksy in https://github.com/vuejs/devtools-next/discussions/111#discussioncomment-10333823
Contributor guide
No contributing guide indexed for this repository
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 linked inspector feature documentation and vite-plugin-vue-inspector, then trace how the DevTools “Select component on the page” action controls its animation. Done means users can disable the animation through a DevTools setting, with reduced-motion behavior considered as described in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vite
- Domain
- accessibility, devtools
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100