feat(tui): expand App state with file loading and scroll

This commit is contained in:
dailz
2026-04-10 23:28:23 +08:00
parent 37bebc1a26
commit 555ffc0836
5 changed files with 554 additions and 14 deletions

View File

@@ -22,3 +22,4 @@ ratatui = "0.30"
crossterm = "0.29"
clap = { version = "4", features = ["derive"] }
log-viewer-core = { path = "crates/core" }
textwrap = "0.16"