vuejs / devtools

⚙️ Browser devtools extension for debugging Vue.js applications.
https://devtools.vuejs.org/
MIT License
1.7k stars 121 forks source link

Cant drag over text anymore and copy + colors hurt the eye #673

Closed Rinooh closed 2 weeks ago

Rinooh commented 2 weeks ago

Recently the new version got downloaded, I can see some improvements but overall the basic functionality I used the most doesn't work anymore for me.

I used to inspect my elements so I could copy any data or params from a component, however this is no longer possible and it can only be done by doing a copy value or a copy path which should be a combined function??

Next to that the new colors with the design hurts the eyes, either the font is too thin or the colors are just making it all look awful

Other than that, great improvements but these 2 things are bugging me, especially the copying part which is an issue

alexzhang1030 commented 2 weeks ago

Hey, have tried dark mode? This color scheme forked by https://github.com/vuejs/ui, was originally designed as a Vue design system.

I think most of the time, dark mode does not hurt eyes.

image
Rinooh commented 2 weeks ago

Hey, have tried dark mode? This color scheme forked by https://github.com/vuejs/ui, was originally designed as a Vue design system.

I think most of the time, dark mode does not hurt eyes.

image

Yes, Darkmodus is currently on however it looked fine in the old version. This newer version is a pain to look at

alexzhang1030 commented 2 weeks ago

Is this too bright or could there be other issue? How can we improve it

Rinooh commented 2 weeks ago

Is this too bright or could there be other issue? How can we improve it

I'd say one solution would be offering a theme mode 'Classic' or something into that direction which uses the older version its styles that would solve it the quickest