agnes-the-ai-analyst/app/web
David Rybar 391cacdee6 fix(theme): apply navy palette to login hero panel under navy theme
The data-theme attribute on base_login.html was previously a no-op
because the login page CSS only references the legacy --primary
family, not the --ds-* tokens that the theme blocks override.
Add a single :root[data-theme=navy] .login-features rule so the
left hero panel flips from brand-blue to the deep-navy gradient
on navy-configured instances. Default (blue) instances are
unchanged.
2026-05-21 11:34:31 +02:00
..
static fix(theme): apply navy palette to login hero panel under navy theme 2026-05-21 11:34:31 +02:00
templates feat(theme): switch default instance theme from navy to blue and enhance theme handling 2026-05-21 11:20:23 +02:00
__init__.py feat: add FastAPI server with auth, RBAC, and all API endpoints 2026-03-27 15:19:18 +01:00
connector_prompts.py feat(setup): configurable instance brand + connector setup overhaul (#268) 2026-05-12 17:10:08 +02:00
router.py feat(theme): switch default instance theme from navy to blue and enhance theme handling 2026-05-21 11:20:23 +02:00
setup_instructions.py feat(web): /home value-first redesign + unified page-shell across app (#366) 2026-05-21 06:19:16 +00:00