[Fix] UI patches

This commit is contained in:
Alex Emmet 2026-02-01 13:17:28 +01:00
commit 9d89fd310a
6 changed files with 867 additions and 228 deletions

View file

@ -26,7 +26,6 @@ once_cell = "1.21.3"
pkcs8 = { version = "*", features = ["alloc"] }
rand = "0.8"
rand_core = { version = "0.6", features = ["getrandom", "std"] }
ratatui = { version = "*", features = ["all-widgets"]}
reactive-rs = "*"
aws-lc-rs = "*"
reqwest = "0.12.23"
@ -51,10 +50,11 @@ async-trait = "0.1.89"
sha1 = "0.10.6"
async-tungstenite = "0.32.0"
zip = "6.0.0"
ratatui_input = "0.1.3"
tui-textarea = "0.7.0"
tui-input = "0.14.0"
pnet = "0.35.0"
dashmap = "6.1.0"
strum = "0.27.2"
strum_macros = "0.27.2"
ratatui = "0.30.0"
ratatui_input = "0.1.3"