Commit Graph

2 Commits

Author SHA1 Message Date
3177146267 fix: tui_standalone.py gibt Klasse statt Instanz zurück (textual serve erwartet Factory) 2026-03-13 14:06:07 +01:00
0e2a8a6bc0 feat: TUI als Browser-App via textual serve
TUI von direkten Service-Importen auf httpx API-Calls umgestellt.
Neue tui/api_client.py als schlanker async HTTP-Client. Background-
Worker pollt API alle 5s für Echtzeit-Updates. Neuer tui_standalone.py
Entry-Point für 'textual serve --port 8001 tui_standalone.py'.
2026-03-04 20:45:55 +01:00