wip: refactoring tui

This commit is contained in:
adamdottv 2025-06-13 10:47:51 -05:00
commit 62b9a30a9c
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
18 changed files with 111 additions and 716 deletions

View file

@ -123,9 +123,6 @@ func main() {
// Cancel subscriptions first
cancelSubs()
// Then shutdown the app
app_.Shutdown()
// Then cancel TUI message handler
tuiCancel()