agnes-the-ai-analyst/app/web/templates
ZdenekSrotyr 432e7695b3 feat(ui): version badge as shared partial, injected into every full-page template
The earlier base.html edit only affected templates that extend base.html
(login.html via base_login.html). Most pages (dashboard, catalog,
admin_tables, admin_permissions, activity_center, corporate_memory, ...)
are standalone templates with their own <body>, so the badge never showed.

Fix: extracted the badge + fetch script into _version_badge.html partial,
included it before </body> in every full-page template. Consistent across
login, dashboard, admin, catalog, etc.
2026-04-21 20:51:55 +02:00
..
_theme.html feat: complete system — web UI, all API endpoints, governance, admin, CLI commands 2026-03-27 16:52:22 +01:00
_version_badge.html feat(ui): version badge as shared partial, injected into every full-page template 2026-04-21 20:51:55 +02:00
activity_center.html feat(ui): version badge as shared partial, injected into every full-page template 2026-04-21 20:51:55 +02:00
admin_permissions.html feat(ui): version badge as shared partial, injected into every full-page template 2026-04-21 20:51:55 +02:00
admin_tables.html feat(ui): version badge as shared partial, injected into every full-page template 2026-04-21 20:51:55 +02:00
base.html feat(ui): version badge as shared partial, injected into every full-page template 2026-04-21 20:51:55 +02:00
base_login.html feat(ui): version badge as shared partial, injected into every full-page template 2026-04-21 20:51:55 +02:00
catalog.html feat(ui): version badge as shared partial, injected into every full-page template 2026-04-21 20:51:55 +02:00
corporate_memory.html feat(ui): version badge as shared partial, injected into every full-page template 2026-04-21 20:51:55 +02:00
corporate_memory_admin.html feat(ui): version badge as shared partial, injected into every full-page template 2026-04-21 20:51:55 +02:00
dashboard.html feat(ui): version badge as shared partial, injected into every full-page template 2026-04-21 20:51:55 +02:00
desktop_link.html feat: complete system — web UI, all API endpoints, governance, admin, CLI commands 2026-03-27 16:52:22 +01:00
error.html feat: complete system — web UI, all API endpoints, governance, admin, CLI commands 2026-03-27 16:52:22 +01:00
login.html feat: complete system — web UI, all API endpoints, governance, admin, CLI commands 2026-03-27 16:52:22 +01:00
login_email.html fix: hide Google login button when OAuth is not configured 2026-04-09 19:44:59 +02:00
login_magic_link.html feat: complete system — web UI, all API endpoints, governance, admin, CLI commands 2026-03-27 16:52:22 +01:00
login_magic_link_sent.html feat: complete system — web UI, all API endpoints, governance, admin, CLI commands 2026-03-27 16:52:22 +01:00
password_reset.html feat: complete system — web UI, all API endpoints, governance, admin, CLI commands 2026-03-27 16:52:22 +01:00
password_setup.html feat: complete system — web UI, all API endpoints, governance, admin, CLI commands 2026-03-27 16:52:22 +01:00
setup.html fix: address PR review findings — config write, CalVer, error handling 2026-04-10 13:16:40 +02:00