sveltejs / svelte-devtools

A browser extension to inspect Svelte application by extending your browser devtools capabilities
https://chromewebstore.google.com/detail/svelte-devtools/kfidecgcdjjfpeckbblhmfkhmlgecoff
MIT License
1.42k stars 78 forks source link

feat: extension design overhaul #133

Closed ignatiusmb closed 10 months ago

ignatiusmb commented 11 months ago

Preparation for v2.x of the svelte-devtools extension, this brings the application up-to-date and overhauls the code to use manifest v3 APIs. This will also bump the minimum supported version of Svelte to v4.

Parts of this PR has been extracted and merged separately, see


Closes #57 - font size scales with zoom level Closes #119 - base font size increased Supersedes and closes #122

Also these, we'll update the chrome link when it's been reviewed by the store and ready to be republished Closes #63 Closes #104 Closes #124 Closes #126 Closes #127