chore: implement new ts components

This commit is contained in:
Sebastian Velez
2023-01-13 11:02:14 -05:00
parent 306a615c4f
commit def9fe1243
11 changed files with 1476 additions and 1406 deletions

View File

@@ -1,13 +1,2 @@
// // Create a connection to the background page
// const backgroundPageConnection = browser.runtime.connect({
// name: 'devtools-page',
// });
// // Send a message to background page with the current active tabId
// backgroundPageConnection.postMessage({
// name: 'init',
// tabId: browser.devtools.inspectedWindow.tabId,
// });
// eslint-disable-next-line @typescript-eslint/no-floating-promises
browser.devtools.panels.create('Wakatime', 'test.png', 'WakatimeDevPanel.html');