Matsuuu / web-component-devtools

Web Component DevTools is a Browser Extension enhancing the development experience of Web Component developers
https://matsuuu.github.io/web-component-devtools/
MIT License
131 stars 3 forks source link

Less whitespace listing the CE nodeName/localName, include all outerHTML #31

Closed Danny-Engelman closed 3 years ago

Danny-Engelman commented 3 years ago

I ran the Inspector on https://cardmeister.github.io/

That is a lot of useless whitespace.

Isn't one column with the outerHTML (now abreviated on the right) enough?

The Custom Element name by itself serves no real purpose.

Matsuuu commented 3 years ago

The current approach is taken from how other devtools do it (react, angular). This will therefore be held this way