Migrate popup UI to Preact and Tailwind CSS

This commit is contained in:
2026-05-05 19:55:09 +02:00
parent d36949b42f
commit 8b45a5d5ce
27 changed files with 2547 additions and 841 deletions
+3 -1
View File
@@ -12,7 +12,9 @@
"outDir": "extension",
"types": ["node", "chrome"],
"typeRoots": ["node_modules/@types"],
"strictBindCallApply": true
"strictBindCallApply": true,
"jsx": "react-jsx",
"jsxImportSource": "preact"
},
"include": ["src/**/*"]
}