Skip to content

Commit

Permalink
Refactor: reorgonize the layout (#27)
Browse files Browse the repository at this point in the history
* regroup unused events

* bump dep

* add confirmation module

* show scrollbar when necessary
  • Loading branch information
pythops authored Nov 25, 2024
1 parent 418e8dc commit 6b182d6
Show file tree
Hide file tree
Showing 6 changed files with 300 additions and 273 deletions.
30 changes: 21 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,16 @@ async-channel = "2"
bluer = { version = "0.17", features = ["full"] }
crossterm = { version = "0.28", features = ["event-stream"] }
futures = "0.3"
ratatui = "0.28"
ratatui = "0.29"
tokio = { version = "1", features = ["full"] }
dirs = "5"
toml = { version = "0.8" }
serde = { version = "1", features = ["derive"] }
clap = { version = "4", features = ["derive", "cargo"] }
terminal-light = "1"
tui-input = "0.10"
tui-input = "0.11"

[profile.release]
strip = true
codegen-units = 1
lto = "fat"
Loading

0 comments on commit 6b182d6

Please sign in to comment.