wxt icon indicating copy to clipboard operation
wxt copied to clipboard

feat: Devtools module

Open aklinker1 opened this issue 1 year ago • 2 comments

Iteration on #744, improves the DX of making changes to the devtools module. HMR for the UI and automatic reload when making changes to the plugin. You have to restart the dev command after making changes to the module, but I don't think you'll have to make any more changes to modules/devtools/index.ts, so this isn't a big problem.

Overview

Goal here is just to put all logs in a single place. We can add more features to the devtools in the future.

Additional Info

  • IndexedDB example: https://github.com/wxt-dev/examples/tree/main/examples/favicon-tracker

aklinker1 avatar Jun 18 '24 14:06 aklinker1

Deploy Preview for creative-fairy-df92c4 ready!

Name Link
Latest commit 6fb2c9a14177f9dbc51f75b08bd811e543275805
Latest deploy log https://app.netlify.com/sites/creative-fairy-df92c4/deploys/6671bc159265c50008c6ec1d
Deploy Preview https://deploy-preview-749--creative-fairy-df92c4.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] avatar Jun 18 '24 14:06 netlify[bot]

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 87.57%. Comparing base (b62af3d) to head (6fb2c9a). Report is 231 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #749      +/-   ##
==========================================
+ Coverage   87.25%   87.57%   +0.31%     
==========================================
  Files         115      115              
  Lines        9697     9697              
  Branches      956      959       +3     
==========================================
+ Hits         8461     8492      +31     
+ Misses       1223     1192      -31     
  Partials       13       13              

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Jun 18 '24 14:06 codecov[bot]