Skip to content

Commit

Permalink
feat: built-in command reference with search (#26)
Browse files Browse the repository at this point in the history
* wip: command search setup

* feat: dynamic search

* style: fade-in and out

* style: search menu color palette

* feat: dynamically adjust number of search menu items

* docs: onboard all commands
  • Loading branch information
0xrusowsky committed May 11, 2024
1 parent f9fe8b4 commit 26ced60
Show file tree
Hide file tree
Showing 24 changed files with 1,948 additions and 62 deletions.
60 changes: 60 additions & 0 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ web-sys = { version = "0.3.69", features = [
"Element",
"HtmlElement",
"DomRect",
"ScrollIntoViewOptions",
"ScrollBehavior"
] }
yew = { version = "0.21.0", features = ["csr"] }
yew-router = "0.18.0"
serde = { version = "1.0.130", features = ["derive"] }
serde_json = "1.0.68"
gloo = { version = "0.11.0", features = ["events"] }
1 change: 0 additions & 1 deletion dist/etheasy-124f34be6b65348c.js

This file was deleted.

Binary file removed dist/etheasy-124f34be6b65348c_bg.wasm
Binary file not shown.
Loading

0 comments on commit 26ced60

Please sign in to comment.