refactor: improve stats panel styling and add version display

This commit is contained in:
0xallam
2026-01-19 21:46:13 -08:00
parent c2254a2fed
commit 7cfb2e9cf9
3 changed files with 10 additions and 6 deletions
+3
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(