web: rewrite frontend to use graphql for search results

This commit is contained in:
2023-11-25 09:06:24 -08:00
parent 3e3024dd5c
commit 0737f5aac5
7 changed files with 380 additions and 34 deletions

View File

@@ -29,6 +29,7 @@ wasm-timer = "0.2.5"
css-inline = "0.8.5"
chrono = "0.4.31"
graphql_client = "0.13.0"
thiserror = "1.0.50"
[package.metadata.wasm-pack.profile.release]
wasm-opt = ['-Os']