Skip to content

Commit

Permalink
Fix demos by adding 'use_key' feature flag. (#137)
Browse files Browse the repository at this point in the history
Also removed "press 'T' to switch theme". Theme switching was removed in
a previous commit.

Co-authored-by: Matthew Kim <[email protected]>
  • Loading branch information
phillipbaird and friendlymatthew authored Oct 7, 2024
1 parent 529fa27 commit 3f887a2
Show file tree
Hide file tree
Showing 8 changed files with 411 additions and 680 deletions.
213 changes: 6 additions & 207 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions examples/demo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@ copy_dir = "0.1"
leptos_meta = "0.6"
leptos_router = { version = "0.6", features = ["csr"] }
log = "0.4"
leptos_hotkeys = { path = "../../leptos_hotkeys", features = ["debug"] }
leptos-use = "0.12.0"
leptos_hotkeys = { path = "../../leptos_hotkeys", features = [
"debug",
"use_key",
] }
Binary file removed examples/demo/dist/demo-70c70068c796604e_bg.wasm
Binary file not shown.
Loading

0 comments on commit 3f887a2

Please sign in to comment.