feat(admin): brand refresh + UI foundation (v26.05.07)#18
Merged
Conversation
added 2 commits
May 31, 2026 19:57
… asset cache-control
Begin the best-in-class admin dashboard redesign:
- Theme retargeted to the pyfly logo's vivid lime-green brand: accent/primary,
sidebar, focus/active states and chart palettes are now green; dark surfaces
shifted from navy to a desaturated dark-forest charcoal (themes.css). Light
theme accents greened too.
- Typography switched to Maven Pro (rounded, friendly-professional — matches the
logo), keeping JetBrains Mono for tabular/numeric data.
- Implemented the previously-empty stat-card icons (health/beans/uptime/profiles)
with inline Feather-style SVGs; refined card depth (subtle gradient + hover
lift) and bolder Maven Pro card headers.
- Admin static assets now serve with Cache-Control: no-cache and the SPA injects
a ?v={__version__} query, so theme/JS changes are picked up on upgrade instead
of being served stale from browser cache.
CI (ruff/format/mypy --strict) green; admin+web tests pass.
Bump to v26.05.07 + CHANGELOG. See the v26.05.06->07 admin UI work: logo-green theme, Maven Pro font, stat-card icons, card depth, asset cache-control/versioning, responsive-verified (390px + 1440px, no overflow).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
First pass of the best-in-class admin dashboard overhaul.
no-cache+?v={version}) so upgrades aren't served stale.CI green (ruff/format/mypy --strict); full suite 3146 passing.
🤖 Generated with Claude Code