Skip to content

Commit

Permalink
file structure rework and upload file button + modal
Browse files Browse the repository at this point in the history
  • Loading branch information
CalliEve committed Jun 12, 2024
1 parent 4e93fbf commit 9733d6b
Show file tree
Hide file tree
Showing 22 changed files with 11,428 additions and 30 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
leptos = { version = "0.6.11", features = ["csr", "nightly"] }
web-sys = { version = "0.3", features = ["HtmlCanvasElement", "CanvasRenderingContext2d", "CssStyleDeclaration", "Element", "Window"] }
web-sys = { version = "0.3", features = ["HtmlCanvasElement", "HtmlInputElement", "FileList", "File", "Blob", "CanvasRenderingContext2d", "CssStyleDeclaration", "Element", "Window"] }
wasm-bindgen = { version = "0.2" }
console_log = "1"
log = "0.4"
Expand Down
Loading

0 comments on commit 9733d6b

Please sign in to comment.