Implement deep links for tabs and template cleanup

This commit is contained in:
2026-01-07 18:28:25 +01:00
parent a11f97bcad
commit 15a7ffaf4f
12 changed files with 146 additions and 110 deletions

View File

@@ -0,0 +1,7 @@
# Compile main.min.js
```bash
$ npm install terser
$ npx terser theme_selector.js tabs_selector.js -c -m -o ../main.min.js
```