Commit Graph

5 Commits

Author SHA1 Message Date
84cec29b5b Add a Makefile to compile JS and CSS 2026-01-18 23:32:19 +01:00
ad40f7fb0c chore: add Makefile for frontend asset minification
- Add comprehensive Makefile with targets for JS and CSS minification
- Implements instructions from ram/portal/static/js/src/README.md
- Provides targets: install, minify, minify-js, minify-css, clean, watch
- Fix main.min.js to only include theme_selector.js and tabs_selector.js
- Remove validators.js from minified output per README instructions
2026-01-18 23:28:06 +01:00
8c216c7e56 Fix search form validation 2026-01-15 15:17:20 +01:00
a16801eb4b Fix a bug in tab's javascript and cleanup the code 2026-01-07 23:24:16 +01:00
15a7ffaf4f Implement deep links for tabs and template cleanup 2026-01-07 18:28:25 +01:00