Adam Argyle

Results 274 issues of Adam Argyle

already built into chrome devtools

🔥 enhancement

Publish and test for touch devices

issue is similar to #186

🐜 bug
☠️ wontfix
⚡️ feature
🍽 table stakes

basics like this would be great https://iconsvg.xyz

⚡️ feature

Invokes [this script](https://github.com/matuzo/DevToolsSnippets/blob/main/landmarks/landmarks.js), or something like it. The outline style could be replaced with visbug handles and labels elements, see the [zindex plugin](https://github.com/GoogleChromeLabs/ProjectVisBug/blob/main/app/plugins/zindex.js#L23) for details 👍🏻 - [ ] update...

good first issue 👍

🔥 enhancement
😭 help wanted
good first issue 👍

here's a script starter https://davidwalsh.name/detect-overflow-elements ```js document.querySelectorAll('*').forEach(el => { if (el.offsetWidth > document.documentElement.offsetWidth) { console.log('Found the worst element ever: ', el); } }); ``` Seems like a nice plugin to...

good first issue 👍
⚡️ feature

Full on zoom in and out of a website as if it's an artboard. Very handy.

🔥 enhancement
🍽 table stakes
😎 in progress

found by @zeaccs > show visbug -> hide visbug -> change color mode to rgb -> show visbug again I believe the issue that when hidden, `eject.js` deletes the node...

🐜 bug
🚀 deeper integration

Instead of only relying on the system preference, it'd be nice to offer an extension preference for theme. Use same logic as color syntax, but allow dark/light/auto.

🔥 enhancement
good first issue 👍
🚀 deeper integration