Patrick Elsen
Patrick Elsen
Since I removed yewprint CSS, the icons have been broken. I think we need to find different ones and replace them.
When you press that double-arrow button, it should swap the crate versions (left becomes right, right becomes left):  The URL is updated properly, however the UI...
Implement LocalStorage cache, for: - Using cached API responses to avoid spamming crates.io API - Enabling offline mode (anything that is in the cache can still be rendered, maybe a...
Build light-weight desktop application. Include cache so that it can be used offline.
We pass a lot of strings around in the components, and the recommendation is to use `IString` where possible because it is reference-counted and cheap to clone.
The current file tree component might take up too much space if you are on a small-width screen. It would be neat to add some kind of UI element that...
Not sure if this is good style, but I like to separate the tailwind component classes from the Rust code. Some rules: - all views should have a wrapping container...
Hey, this code looks really promising. I'm in the process of building some prototypes with it. Is there any part where you can use some contributions?
If we turn this into a progressive web app, it would allow some offline use-cases. Great for when you are on a plane. Example: https://github.com/fkohlgrueber/yew-pwa-minimal