997 B
997 B
SecuBox UI TODOs (Claude Edition)
-
Theme Manager Enhancements
- Expose cyberpunk option inside SecuBox Settings (currently dark/light/system only).
- Persist theme choice back to
/etc/config/secuboxand reflect instantly without refresh.
-
Navigation Component
- Convert
SecuNav.renderTabs()into a reusable LuCI widget (avoid duplicatingTheme.initin each view). - Provide a compact variant for nested modules (e.g., CDN Cache, Network Modes).
- Convert
-
Monitoring UX
- Add empty-state copy while charts warm up.
- Display bandwidth units dynamically (Kbps/Mbps/Gbps) based on rate.
-
Docs & Tooling
- Document deployment scripts in
README.md(what each script copies). - Add lint/upload pre-check (LuCI
lua -l luci.dispatcher) to prevent syntax errors before SCP.
- Document deployment scripts in
-
Testing
- Capture screenshot baselines for dark/light themes (use
secubox-tools/?). - Automate browser cache busting (append
?v=<git sha>to view URLs).
- Capture screenshot baselines for dark/light themes (use