Patrick Elsen

Results 79 issues of Patrick Elsen

Since I removed yewprint CSS, the icons have been broken. I think we need to find different ones and replace them.

bug
help wanted

When you press that double-arrow button, it should swap the crate versions (left becomes right, right becomes left): ![Screenshot from 2024-10-13 16-37-47](https://github.com/user-attachments/assets/616ccb05-29ce-4d9d-9f8c-725f97199b7f) The URL is updated properly, however the UI...

bug
help wanted

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...

enhancement

Build light-weight desktop application. Include cache so that it can be used offline.

enhancement
help wanted

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.

enhancement
help wanted
good first issue

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...

enhancement
help wanted
good first issue

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...

enhancement
question

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