Inline CSS on message view, and do error handling on refresh.

This commit is contained in:
2023-03-04 11:42:19 -08:00
parent 0b4cfadf88
commit 3a47385be1
5 changed files with 723 additions and 54 deletions

View File

@@ -13,6 +13,7 @@ serde_json = "1.0.87"
thiserror = "1.0.37"
serde = { version = "1.0.147", features = ["derive"] }
log = "0.4.17"
tokio = "1.26.0"
[dependencies.rocket_contrib]
version = "0.4.11"