Add activity type icons to the TUI (#68)

This commit is contained in:
Georg Bauer
2026-08-15 15:10:17 +02:00
parent bac15ab34a
commit e5131f663c
4 changed files with 288 additions and 21 deletions

View File

@@ -17,3 +17,4 @@ ratatui = { version = "0.30", default-features = false, features = ["crossterm_0
syntect = { version = "5.3", default-features = false, features = ["default-syntaxes", "default-themes", "regex-fancy"] }
tokio.workspace = true
tui-markdown = { version = "0.3", default-features = false }
unicode-width = "0.2"