-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5c2db5c
commit 5f3c909
Showing
11 changed files
with
210 additions
and
702 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "realraum_ui" | ||
version = "0.1.0" | ||
version = "0.1.1" | ||
edition = "2021" | ||
authors = ["Tanja <[email protected]>"] | ||
description = "A frontend for Realraum" | ||
|
@@ -20,8 +20,8 @@ chrono = { version = "0.4.26", features = ["serde"] } | |
console_error_panic_hook = "0.1.7" | ||
console_log = "1.0.0" | ||
gloo-storage = "0.3.0" | ||
leptos = "0.4.10" | ||
leptos_router = { version = "0.4.10", features = ["csr"] } | ||
leptos = "0.6.5" | ||
leptos_router = { version = "0.6.5", features = ["csr"] } | ||
log = "0.4.19" | ||
serde = { version = "1.0.166", features = ["derive", "rc"] } | ||
uuid = { version = "1.3.4", features = ["serde", "v4", "js"] } | ||
|
@@ -30,6 +30,6 @@ lazy_static = "1.4.0" | |
wasm-bindgen = "0.2.87" | ||
web-sys = "0.3.64" | ||
wasm-bindgen-futures = "0.4.37" | ||
gloo-net = { version = "0.4.0", features = ["http"] } | ||
gloo-net = { version = "0.5.0", features = ["http"] } | ||
gloo-console = "0.3.0" | ||
serde_json = "1.0.105" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# This project uses the nightly channel of Rust, as recommended by the Leptos documentation. | ||
|
||
[toolchain] | ||
channel = "nightly" | ||
channel = "stable" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters