-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Leptos v0.6.5 #40
Leptos v0.6.5 #40
Conversation
Still errors - mostly upstream related (leptos-icons, leptos-qr-scanner)
If https://github.com/bankai-labs/leptos-icons/ isn't going to be updated anymore maybe a switch to https://github.com/Carlosted/leptos-icons could be done. |
leptos-qr-scanner has been updated and supports leptos 0.6: 5830bd6f75d7836189ef1434f71a10222a737a44 |
Yep, just need to find the time to get back to webimint, but Fedimint is keeping me rather busy these days. |
Thx @ngutech21 ! No need to use another lib just for icons, those can be embedded as plain SVG into a Leptos app easily. I'm going to finish this PR within next days ... |
use latest leptos-qr-scanner, deactivate icons, run `nix flake update`
With latest update of 6df204a the build failed with different errors, mostly thrown by Leptos |
We can't just update the fedimint flake input since fedimint itself is still on rust 1.73 while we need 1.75. It might be worth setting up flakebox directly for webimint instead of relying on fedimint. |
Using trunk serve
2024-02-12T14:10:38.760781Z INFO ✅ success
2024-02-12T14:10:38.763043Z INFO 📡 serving static assets at -> /
2024-02-12T14:10:38.763055Z INFO 📡 server listening at http://127.0.0.1:8080 trunk build --release
2024-02-12T14:14:15.501822Z INFO ✅ success |
Seems like merging #56 first lead to some merge conflicts 😬 |
incl.
nix flake update
Note: Upstreams needs to be updated to latest Leptos, too:https://github.com/bankai-labs/leptos-icons/removedhttps://github.com/elsirion/leptos-qr-scannerdoneCloses #36