agnes-the-ai-analyst/app/web
David Rybar 9a02e896f6 fix(theme): load design-tokens.css on login pages
base_login.html only loaded style-custom.css, leaving the --ds-*
tokens undefined. The Google SSO btn-primary used
background-color: var(--ds-primary) with color: white, rendering
invisible (white text on a card with transparent button bg) on
both navy and blue themes. Load design-tokens.css the same way
base.html does so the button picks up its green fill.
2026-05-21 12:03:29 +02:00
..
static fix(theme): apply navy palette to login hero panel under navy theme 2026-05-21 11:34:31 +02:00
templates fix(theme): load design-tokens.css on login pages 2026-05-21 12:03:29 +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:24:35 +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