feat: better history data, refs NOISSUE

This commit is contained in:
2026-04-10 23:52:08 +02:00
parent 032139c14f
commit fd812476cc
11 changed files with 2643 additions and 93 deletions

View File

@@ -24,6 +24,7 @@ def init(fastapi_app: FastAPI, storage_secret: str = 'Secr2t!') -> None:
"""
def render_dashboard_page() -> None:
ui.page_title('AI Software Factory')
create_dashboard()
# NOTE dark mode will be persistent for each user across tabs and server restarts