vuejs / devtools-v6

⚙️ Browser devtools extension for debugging Vue.js applications.
https://devtools-v6.vuejs.org/
MIT License
24.68k stars 4.14k forks source link

Add UI scale #2142

Open mrleblanc101 opened 9 months ago

mrleblanc101 commented 9 months ago

What problem does this feature solve?

Currently we can zoom the Devtools entirely using CMD + or CMD -. But this will affect other parts of the Devtools, not only the Vue Devtools plugin. It would be nice if we could have a UI Scale slider in the Settings like the Nuxt Devtools.

This shouldn't be too hard if the UI is made using rem/em instead of px. We could simply increase the base font-size depending on the user preference. Here are some screenshot from the Nuxt Devtools setting page: Screenshot 2024-02-19 at 11 37 59 AM

Screenshot 2024-02-19 at 11 38 04 AM