refactor: improve stats panel styling and add version display

This commit is contained in:
0xallam
2026-01-19 21:46:13 -08:00
parent 3d4b1bfb08
commit e948f06d64
3 changed files with 10 additions and 6 deletions

View File

@@ -1228,6 +1228,9 @@ class StrixTUIApp(App): # type: ignore[misc]
if stats_text:
stats_content.append(stats_text)
version = get_package_version()
stats_content.append(f"\n v{version}", style="white")
from rich.panel import Panel
stats_panel = Panel(