Leonard

Results 18 issues of Leonard

## Specific Demand A components and utilities kit for Dioxus. Some specific feature ideas: - Styled components. - App settings. For example, this might include the theme. - Color palette,...

enhancement
ecosystem

I might be wrong, but I don't think that the document title or base path are relevant on desktop/mobile.

enhancement
cli

### Is there an existing issue for this? - [X] I have searched the existing issues. ### Is this issue related to iced? - [X] My hardware is compatible and...

bug

**Problem** When uninstalling the app on Windows using the NSIS installer, the `app_name.exe.WebView2` folder is left behind. **Steps To Reproduce** Steps to reproduce the behavior: - Copy an example desktop...

desktop

- Gets rid of a ton of code (almost half of the `component.rs` file + the 130 line long creatively named `utils.rs` file), which wasn't even being used!! This is...

core
backport

Once https://github.com/marc2332/freya/pull/376 is finished, we should copy some of the things in the blog post over to the docs. For example, [`ActivableRoute`](https://docs.freyaui.dev/freya/components/fn.ActivableRoute.html) and [`use_activable_route`](https://docs.freyaui.dev/freya/hooks/fn.use_activable_route.html) have lackluster docs, but the blog...

documentation

I know marc wanted the properties to be documented at the component function, which the new Dioxus 0.4.3 `#[component]` macro does (if inlined props are used). I think inline props...

enhancement 🔥
idea 💡

I'm mostly talking about having to specify `Cow::Borrowed` for each string. The internal light and dark themes have 81 occurrences of the `Cow::Borrowed` and it will get larger. Adding new...

enhancement 🔥
idea 💡

Right now they are almost non-existent, apart from the "X component. See XProps" boilerplate. The events don't even have that.

documentation
enhancement 🔥

The book has a lot of code that doesn't even compile. Testing the UI is overkill, but the book should not contain any code that doesn't compile.

documentation