Upgrade to leptos 0.7 #14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
any news on this one?
Well, I gave it a shot and was quite surprised at what was necessary to get it done. Apparently the logic on loading a local resource changed a lot. While it is still possible to do it similarly as it was before I ended up restructuring it quite a bit more than I thought was necessary. Now it no longer uses the resource to communicate the entire state but a signal that contains exactly the relevant information. This avoids unpacking of option values. Also, I added a loading state and an error state which helps to differentiate in which state the authentication process is. There are also two new examples added and a minimal setup for testing with keycloak locally. I've updated some of the documentation but I'm not sure if I catched everything. But go ahead and try it out, it's available here and also checkout the changelog. I intend to create a pull request for this.
Let me know if there is something to improve.