Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
feat: added error alert screen. needs work
Browse files Browse the repository at this point in the history
  • Loading branch information
PThorpe92 committed Oct 15, 2023
1 parent a091294 commit 8bf4983
Show file tree
Hide file tree
Showing 14 changed files with 509 additions and 242 deletions.
132 changes: 129 additions & 3 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
crossterm = "0.27.0"
tui = { package = "ratatui", features = ["crossterm"], version = "0.23.0" }
tui = { package = "ratatui", features = ["crossterm", "all-widgets", "serde", "macros"], version = "0.23.0" }
tui-input = "*"
tui-widget-list = "0.2.2"
lazy_static = "1.4.0"
Expand All @@ -21,3 +21,4 @@ dirs = "5.0.1"
http = "0.2.9"
clipboard = "0.5.0"
toml = "0.8.2"
terminal-clipboard = "0.4.0"
Loading

0 comments on commit 8bf4983

Please sign in to comment.