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

@@ -25,6 +25,7 @@ notmuch = {path = "../notmuch"}
itertools = "0.10.5"
serde_json = { version = "1.0.93", features = ["unbounded_depth"] }
wasm-timer = "0.2.5"
css-inline = "0.8.5"
[package.metadata.wasm-pack.profile.release]
wasm-opt = ['-Os']