ui: add tui-skeleton for a fun loading animation

This commit is contained in:
2026-06-05 13:39:16 +02:00
parent 17903f1ac9
commit af61b3bd8a
3 changed files with 32 additions and 9 deletions
Generated
+11
View File
@@ -1010,6 +1010,7 @@ dependencies = [
"throbber-widgets-tui",
"tokio",
"tui-input",
"tui-skeleton",
]
[[package]]
@@ -4619,6 +4620,16 @@ dependencies = [
"unicode-width",
]
[[package]]
name = "tui-skeleton"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d3eb5b0d4f9fc43565038283e53913bfd961a63f914d3352a71348c695e508e"
dependencies = [
"ratatui-core",
"ratatui-widgets",
]
[[package]]
name = "tungstenite"
version = "0.28.0"