Adam Argyle

Results 274 issues of Adam Argyle

https://github.com/matuzo/DevToolsSnippets

🔥 enhancement
good first issue 👍

``` Uncaught (in promise) TypeError: 'clipboard-write' (value of 'name' member of PermissionDescriptor) is not a valid value for enumeration PermissionName. ``` A try/catch could pivot the logic, so on error...

`/download-images` command in the search bar runs the following plugin script ```js const run = async () => { const dirHandle = await window.showDirectoryPicker(); const imgs = document.querySelectorAll("img"); let i...

🔥 enhancement
good first issue 👍

preview of current status **Design Tab** - can show layer tree for selected elements with visbug - right click inspect that launches visbug and jumps to style inspect tool **Custom...

⚡️ feature
🍽 table stakes
😎 in progress
🚀 deeper integration
💎 design panel

fixes #480 WIP as it needs to download and maintain format and name (optimally).

🔥 enhancement
⚡️ feature

it's only padding at the moment, but piping is enough to show how little it will take to get some basics working ![visbug-importexport](https://user-images.githubusercontent.com/1134620/62846400-e4b0ae80-bc84-11e9-905e-e3a913c13a29.gif) https://message-bus.glitch.me/

🗣 conversation

over time the selection and gui creation mechanisms's responsibilities were spread out. they've been unified where appropriate, resulting in multi-select, search queries, or anything that creates alot of gui, being...

🔥 enhancement

- always show for every tool - some tools it fades away after a short time and initially appearing - always comes back when hovering near it - labels can...

🔥 enhancement

This would likely mean a recapture of all the demos, which is ok since they're not great on retina screens. The effort should drastically reduce the extension size though, which...

🔥 enhancement
🍽 table stakes

need a better tool so we can modify all shadows for an element here's devtools parser https://github.com/ChromeDevTools/devtools-frontend/blob/master/front_end/elements/StylePropertyTreeElement.js#L229

🐜 bug
🔥 enhancement