Miles Murgaw
Miles Murgaw
Some of the docs for the ``storage`` feature of SDK look to be incorrect. For example, the `use_persistent` hook has the doc: > A persistent storage hook ***that can be...
Add top-level module documentation for the library. We should describe what Dioxus SDK is, explain what it offers, and give some small examples of what you can do with it.
# Specific Demand `use_color_scheme` is only available on the web platform. It would be great to add support for desktop platforms. This would fix an issue where the entire workspace...
One of `use_debounce`'s dependencies used `std::time::Instant` which is not supported on wasm. This PR fixes that.
**Problem** Assets from dependencies aren't included in the final app unless the app itself uses the `mg!` macro. **Steps To Reproduce** - Create a library that uses ``mg!`` to include...
`dioxus-logger` now reexports the tracing crate so it is no longer needed as a dependency. Adds some basic usage to logging (some info! here and there) ~~Waiting on https://github.com/DogeDark/dioxus-logger/pull/5~~
**Description** This is a tracking issue for improving development iteration times for Dioxus, with a general focus on the component library. **Tracked Issues** These first three combined would be the...
The current build output using the `indicatif` crate does not output usable data for dioxus-playground. (capturing stdout & stderr) This PR adds a `--raw-out` flag that alternatively outputs using regular...
#### Feature Request Add CSS hot reloading for manganis. #### Implement Suggestion The `manganis-cli-support` crate could include a watcher that notifies the CLI hot reload loop of changes. The hot...
#### Feature Request Add SCSS support to the CLI to allow propagated manganis assets to build scss/sass into css. #### Implement Suggestion It was [discussed](https://discord.com/channels/899851952891002890/928812591126569000/1227057033497284649) on the Discord that the...