WIP: feat(collection_viewer): Implement collection viewer

This commit is contained in:
Tristan Daniël Maat 2025-03-28 21:57:48 +08:00
parent cc27ab5b6d
commit ebb8ce329c
Signed by: tlater
GPG key ID: 49670FD774E43268
4 changed files with 43 additions and 20 deletions

View file

@ -27,6 +27,7 @@ futures-util = "0.3.31"
gloo = { version = "0.11.0", features = ["futures"] }
gloo-net = { version = "0.6.0" }
web-sys = { version = "0.3.77", features = ["FileSystemWritableFileStream", "WorkerGlobalScope"] }
rexie = "0.6.2"
[target.'cfg(all(any(target_arch = "wasm32", target_arch = "wasm64"), target_os = "unknown"))'.dev-dependencies]
wasm-bindgen-test = "0.3.50"