From bf0a66d40f105b055da006838227b5ee4633c104 Mon Sep 17 00:00:00 2001 From: itsscb Date: Thu, 22 Aug 2024 16:18:09 +0200 Subject: [PATCH] feat: updates frontend release --- flake.lock | 46 ++----------- frontend/Cargo.toml | 12 ++-- frontend/dist/index.html | 139 ++------------------------------------- 3 files changed, 19 insertions(+), 178 deletions(-) diff --git a/flake.lock b/flake.lock index 02be4f4..c9233ca 100644 --- a/flake.lock +++ b/flake.lock @@ -1,30 +1,12 @@ { "nodes": { - "flake-utils": { - "inputs": { - "systems": "systems" - }, - "locked": { - "lastModified": 1705309234, - "narHash": "sha256-uNRRNRKmJyCRC/8y1RqBkqWBLM034y4qN7EprSdmgyA=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "1ef2e671c3b0c19053962c07dbda38332dcebf26", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, "nixpkgs": { "locked": { - "lastModified": 1706487304, - "narHash": "sha256-LE8lVX28MV2jWJsidW13D2qrHU/RUUONendL2Q/WlJg=", + "lastModified": 1718428119, + "narHash": "sha256-WdWDpNaq6u1IPtxtYHHWpl5BmabtpmLnMAx0RdJ/vo8=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "90f456026d284c22b3e3497be980b2e47d0b28ac", + "rev": "e6cea36f83499eb4e9cd184c8a8e823296b50ad5", "type": "github" }, "original": { @@ -45,15 +27,14 @@ }, "rust-overlay": { "inputs": { - "flake-utils": "flake-utils", "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1717294752, - "narHash": "sha256-QhlS52cEQyx+iVcgrEoCnEEpWUA6uLdmeLRxk935inI=", + "lastModified": 1724293269, + "narHash": "sha256-x/XhOAszT/ejditCHUtGOjQcVg2AQhrC/QVew3i7kTI=", "owner": "oxalica", "repo": "rust-overlay", - "rev": "b46857a406d207a1de74e792ef3b83e800c30e08", + "rev": "6dc6d34a3a217457d7044dcce32b6d537480a6a1", "type": "github" }, "original": { @@ -61,21 +42,6 @@ "repo": "rust-overlay", "type": "github" } - }, - "systems": { - "locked": { - "lastModified": 1681028828, - "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", - "owner": "nix-systems", - "repo": "default", - "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", - "type": "github" - }, - "original": { - "owner": "nix-systems", - "repo": "default", - "type": "github" - } } }, "root": "root", diff --git a/frontend/Cargo.toml b/frontend/Cargo.toml index 1068b41..3f6f795 100644 --- a/frontend/Cargo.toml +++ b/frontend/Cargo.toml @@ -6,15 +6,19 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -web-sys = { version = "0.3.69", features = ["HtmlElement", "HtmlInputElement", "KeyboardEvent"] } +web-sys = { version = "0.3.69", features = [ + "HtmlElement", + "HtmlInputElement", + "KeyboardEvent", +] } yew = { version = "0.21.0", features = ["csr"] } -yew-router = { version = "0.18.0"} +yew-router = { version = "0.18.0" } gloo-console = "0.3.0" wasm-bindgen-futures = "0.4.43" +wasm-bindgen = "0.2.93" yewdux = "0.10.0" surrealdb = "1.5.4" gloo-net = "0.6.0" -serde = {version = "1.0.198", features = ["derive"]} +serde = { version = "1.0.198", features = ["derive"] } serde_json = "1.0.116" regex = "1.10.4" - diff --git a/frontend/dist/index.html b/frontend/dist/index.html index 27b72aa..82aef60 100644 --- a/frontend/dist/index.html +++ b/frontend/dist/index.html @@ -9,13 +9,13 @@ - - + + -