4 Commits

Author SHA1 Message Date
aa8e1d1701 refactor(ui): implement base template and shared CSS
Introduce a `base.html` template to establish a common structure for all pages using Jinja2 template inheritance. This eliminates redundant HTML boilerplate across multiple files.

Additionally, common CSS rules have been extracted from individual templates and consolidated into a single `static/css/main.css` file. All pages now link to this shared stylesheet.

This refactoring significantly reduces code duplication, improves maintainability, and ensures a consistent user interface.
2025-07-18 13:56:38 +01:00
070279cd78 new flux and working settings 2025-06-25 08:35:41 +01:00
d7883af040 working settings page logic for all cfg items 2025-06-24 16:44:02 +01:00
7946e5dce5 split out routes and add settings page 2025-06-24 13:01:39 +01:00