Skip to content

Commit

Permalink
improved wallet menu
Browse files Browse the repository at this point in the history
  • Loading branch information
kent-3 committed Jan 14, 2025
1 parent 6e8103a commit 5482383
Show file tree
Hide file tree
Showing 44 changed files with 1,350 additions and 519 deletions.
711 changes: 471 additions & 240 deletions Cargo.lock

Large diffs are not rendered by default.

17 changes: 6 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ leptos_meta = { version = "0.7.3" }
reactive_stores = { version = "0.1.3" }

# Leptos extensions and related
thaw = { version = "0.4.1", features = ["csr"] }
leptos_icons = { version = "0.5.0" }
icondata = "0.5"

# leptos-use = { git = "https://github.com/Synphonyte/leptos-use.git", branch = "leptos-0.7" }
# leptonic = { git = "https://github.com/lpotthast/leptonic.git", branch = "main" }
# thaw = { version = "0.4.0-alpha", git = "https://github.com/thaw-ui/thaw.git", branch = "thaw/fluent", features = [
# "csr",
# "nightly",
# ] }
# codee = { version = "0.2", features = [
# "json_serde",
# "msgpack_serde",
Expand Down Expand Up @@ -93,16 +93,11 @@ cosmwasm-std = { package = "secret-cosmwasm-std", version = "1.1.11" }
secret-toolkit-snip20 = { version = "0.10.2" }
secretrs = { version = "0.1.3", default-features = false }
rsecret = { git = "https://github.com/kent-3/secret-clients", branch = "main" }
liquidity-book = { git = "https://github.com/kent-3/liquidity-book.git" }

# idk
#
liquidity-book = { git = "https://github.com/kent-3/liquidity-book.git" }
ethnum = "1.5.0"

[dependencies.shade-protocol]
git = "https://github.com/securesecrets/shade"
branch = "orderbook/library"
features = ["swap", "snip20", "utils"]

[patch.crates-io]
secret-sdk-proto = { git = "https://github.com/kent-3/secret-rust", branch = "main" }
secretrs = { git = "https://github.com/kent-3/secret-rust", branch = "main" }
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions dist/icons/pool_24dp_E8EAED_FILL0_wght400_GRAD0_opsz24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 10 additions & 5 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@



<script type="module" nonce="lRKprEDzizJUtBJ1/BMn9A==">
import init, * as bindings from 'https://kent-3.github.io/liquidity-book-leptos/trader-leptos-c8ae55bcd2b99ee6.js';
const wasm = await init({ module_or_path: 'https://kent-3.github.io/liquidity-book-leptos/trader-leptos-c8ae55bcd2b99ee6_bg.wasm' });
<script type="module" nonce="UyGupn08U1QAnxSCSwvlDQ==">
import init, * as bindings from 'https://kent-3.github.io/liquidity-book-leptos/trader-leptos-e4e05baf32ad661a.js';
const wasm = await init({ module_or_path: 'https://kent-3.github.io/liquidity-book-leptos/trader-leptos-e4e05baf32ad661a_bg.wasm' });


window.wasmBindings = bindings;
Expand All @@ -20,10 +20,15 @@

</script>
<link rel="icon" href="https://kent-3.github.io/liquidity-book-leptos/favicon-e9cbd8f50cc65bf2.ico" integrity="sha384&#x2D;YobgLXwtz0GhXVUTHml49p32guapVFlEG8UpQdDVN3kekOqkQi&#x2B;qSXEpwp&#x2B;yM4BW"/>
<link rel="stylesheet" href="https://kent-3.github.io/liquidity-book-leptos/input-217ef3065fe1092.css" integrity="sha384&#x2D;k23Wj&#x2F;5toYETexXnKt6ATvKWSxT80OxgnB7wW3oJ9XnR&#x2F;GLJDxszfCAZB5JvfOua"/>
<link rel="stylesheet" href="https://kent-3.github.io/liquidity-book-leptos/input-a3cb8d35e9fdad83.css" integrity="sha384&#x2D;7aJTasYQNnekqvMmYBf3NjFUrb&#x2B;vHi0i7GaCzLyCmf20J4W694b8qPRDK5XYg5JK"/>

<link rel="manifest" href="/trader-crow-leptos/manifest.json" />

<!-- <link -->
<!-- rel="stylesheet" -->
<!-- href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&icon_names=history" -->
<!-- /> -->

<script>
function checkResourcesLoaded() {
if (window.myWasmIsReady) {
Expand All @@ -42,7 +47,7 @@
checkResourcesLoaded();
});
</script>
<link rel="modulepreload" href="https://kent-3.github.io/liquidity-book-leptos/trader-leptos-c8ae55bcd2b99ee6.js" crossorigin=anonymous integrity="sha384-sYGMGE4cDzFi1HWZF8Blr8BHyZ9GBcDevdI9Jq8gMifbc4bVcKYmvSs3dlEHwgek"><link rel="preload" href="https://kent-3.github.io/liquidity-book-leptos/trader-leptos-c8ae55bcd2b99ee6_bg.wasm" crossorigin=anonymous integrity="sha384-soVcAscCrzI5mzpqkRLrkZi5UZNWcBB9j/H+MAIVxt3oOL24Kmm5IVW7ohxTLLSy" as="fetch" type="application/wasm"></head>
<link rel="modulepreload" href="https://kent-3.github.io/liquidity-book-leptos/trader-leptos-e4e05baf32ad661a.js" crossorigin=anonymous integrity="sha384-59MjtTsR0IEIewQZIohs3avURM5emJxVEwBu4m4tS/ESOsV7ByTsKS9uoo2udmbz"><link rel="preload" href="https://kent-3.github.io/liquidity-book-leptos/trader-leptos-e4e05baf32ad661a_bg.wasm" crossorigin=anonymous integrity="sha384-LoxXiTfUokbHAHr0ysKko8Y2Cd71z0d9kiGr1AgDBFkW81B8uaANIuPb525Oszy5" as="fetch" type="application/wasm"></head>

<style>
.spinner {
Expand Down
Loading

0 comments on commit 5482383

Please sign in to comment.