feat(tui): add panic logging and improve event handling

- Integrate `log_panics` for better error tracking in TUI.
- Enhance score interpretation result handling with async task management.
- Improve layout consistency in the UI rendering process.
This commit is contained in:
2025-02-04 14:44:03 -05:00
parent 0ade6209bb
commit 134f2b78d6
11 changed files with 432 additions and 45 deletions

View File

@@ -15,3 +15,4 @@ crossterm = { version = "0.28.1", features = [ "event-stream" ] }
color-eyre = "0.6.3"
tokio-stream = "0.1.17"
tui-logger = "0.14.1"
log-panics = "2.1.0"