web: add UI to remove tags when viewing messages

This commit is contained in:
2024-04-06 09:38:00 -07:00
parent dc7b3dd3e8
commit d4038f40d6
7 changed files with 70 additions and 2 deletions

6
Cargo.lock generated
View File

@@ -1440,6 +1440,11 @@ version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
[[package]]
name = "human_format"
version = "1.0.2"
source = "git+https://github.com/wathiede/human-format-rs#c5f59f0b0e4d92e649d415a8509bc46e92413356"
[[package]]
name = "hyper"
version = "0.10.16"
@@ -1727,6 +1732,7 @@ dependencies = [
"console_log",
"gloo-net",
"graphql_client",
"human_format",
"itertools",
"log 0.4.20",
"notmuch",