fix: remove theme preview tab and test page #4
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Test plan
- Add scripts/minify.js using clean-css and terser - Add "Setup Node.js" and "Minify CSS and JS" steps to both .gitea and .github release workflows (runs before packaging) - Add src/media/{css,js}/*.min.{css,js} to .gitignore - Remove tracked .min files from the repo (vendor/ untouched) This eliminates noisy diffs on generated files and ensures the release ZIP always contains freshly minified assets. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>