Changed
-
Header Branding Improvement:
The “Warracker” title in the header of the Status, Settings, and About pages is now a clickable link toindex.html
, enhancing navigation and consistency.
Affected files:frontend/status.html
,frontend/settings-new.html
,frontend/about.html
-
Tag Dropdown Styling Cleanup:
Removed all background and text colors from the tags dropdown in both dark and light modes for a cleaner, more uniform appearance.
Affected files:frontend/style.css
,frontend/script.js
, plus any related tag-dropdown CSS/JS -
Docker Base Image Upgrade:
Updated theDockerfile
to use Python 3.12 on Debian 12 (Bookworm) as the base image, improving compatibility and security.
Affected file:Dockerfile