mirror of
https://github.com/kristoferssolo/cipher-workshop.git
synced 2026-03-22 00:26:19 +00:00
feat(web): save theme to localStorage
This commit is contained in:
@@ -21,7 +21,12 @@ leptos_router = { version = "0.8", features = ["nightly"] }
|
||||
strum.workspace = true
|
||||
tokio = { version = "1", features = ["rt-multi-thread"], optional = true }
|
||||
wasm-bindgen = { version = "=0.2.104", optional = true }
|
||||
web-sys = { version = "0.3", features = ["Navigator", "Window", "Clipboard"] }
|
||||
web-sys = { version = "0.3", features = [
|
||||
"Navigator",
|
||||
"Window",
|
||||
"Clipboard",
|
||||
"Storage",
|
||||
] }
|
||||
|
||||
[features]
|
||||
hydrate = ["leptos/hydrate", "dep:console_error_panic_hook", "dep:wasm-bindgen"]
|
||||
|
||||
Reference in New Issue
Block a user