Skip to content

Commit

Permalink
good checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
kent-3 committed Jan 16, 2025
1 parent b5ea952 commit 350aa70
Show file tree
Hide file tree
Showing 21 changed files with 915 additions and 434 deletions.
149 changes: 134 additions & 15 deletions Cargo.lock

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

13 changes: 4 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,10 @@ reactive_stores = { version = "0.1.3" }
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" }
# codee = { version = "0.2", features = [
# "json_serde",
# "msgpack_serde",
# "base64",
# "prost",
# ] }
# leptos-struct-table = "0.14.0-beta"
leptos-use = { version = "0.15.3", default-features = false, features = ["storage"] }
codee = { version = "0.2", features = ["json_serde", "json_serde_wasm", "base64", "prost"] }
# leptonic = { git = "https://github.com/lpotthast/leptonic.git", branch = "migrate-to-leptos-0.7" }

# gRPC
tonic = { version = "0.12.2", default-features = false }
Expand Down
File renamed without changes.
11 changes: 11 additions & 0 deletions dist/icons/scrt-hmm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions dist/icons/scrt_transparent.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@



<!-- <link data-trunk rel="copy-file" href="/manifest.json" /> -->


<script type="module" nonce="RmS2+tbJN2vMGC6qohOiaw==">
import init, * as bindings from 'https://kent-3.github.io/liquidity-book-leptos/trader-leptos-75057866b626035a.js';
const wasm = await init({ module_or_path: 'https://kent-3.github.io/liquidity-book-leptos/trader-leptos-75057866b626035a_bg.wasm' });
<script type="module" nonce="LlUh8Xl4qU7L4xDk+fHY2w==">
import init, * as bindings from 'https://kent-3.github.io/liquidity-book-leptos/trader-leptos-940165f169341d9d.js';
const wasm = await init({ module_or_path: 'https://kent-3.github.io/liquidity-book-leptos/trader-leptos-940165f169341d9d_bg.wasm' });


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

</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-1d2f1ab91f99305.css" integrity="sha384&#x2D;ZnxnfskkpkSmmwm77vDAcWm&#x2B;BDCYaXFZZ&#x2B;PumLa7zP3QH7T35jx5Is7KNRTDpwc0"/>
<link rel="stylesheet" href="https://kent-3.github.io/liquidity-book-leptos/input-f0a078cad426c646.css" integrity="sha384&#x2D;A8Tg36wOKshKNQgAqKBDzUtWC3lMZp7v5qotXFa3dZWTMVCvfPjCKqN2s&#x2B;X5H&#x2B;xC"/>

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

<!-- <link -->
<!-- rel="stylesheet" -->
Expand All @@ -47,7 +47,7 @@
checkResourcesLoaded();
});
</script>
<link rel="modulepreload" href="https://kent-3.github.io/liquidity-book-leptos/trader-leptos-75057866b626035a.js" crossorigin=anonymous integrity="sha384-rDY0v4X7OI8in2rFGgVKiurk8Tsif5RJDvvTcyyJxhN4NV4Ddcc08IbZC56mPb/l"><link rel="preload" href="https://kent-3.github.io/liquidity-book-leptos/trader-leptos-75057866b626035a_bg.wasm" crossorigin=anonymous integrity="sha384-06hsEvToJ+3mVHM6F+MWOB530EXaBbN+IqmFHrhK78rNAmMRdjC+qbumNrQG4vBh" as="fetch" type="application/wasm"></head>
<link rel="modulepreload" href="https://kent-3.github.io/liquidity-book-leptos/trader-leptos-940165f169341d9d.js" crossorigin=anonymous integrity="sha384-FTqy0HvqyI+tQEaz6XJ5R3GAcDVglbNJXn3zHujJpqgEt00v2egJMz+SHZrjCj6d"><link rel="preload" href="https://kent-3.github.io/liquidity-book-leptos/trader-leptos-940165f169341d9d_bg.wasm" crossorigin=anonymous integrity="sha384-mjyYyMiGQ8B3XaJj8s5s0mhox8HUFuFxnt5abfn+XPAxn5cN0pDzWHI6lh8YcM4G" as="fetch" type="application/wasm"></head>

<style>
.spinner {
Expand Down
Loading

0 comments on commit 350aa70

Please sign in to comment.