Miles Murgaw
Miles Murgaw
**Problem** When running a Desktop app on Windows 10, early RSX returns are not rendered and an error is shown in the console. **Steps To Reproduce** Run this component on...
Closes #2221 **Cause** https://github.com/console-rs/indicatif/issues/638 **Solution** Switch the cog emoji to a similar one.
Closes #2325
**Problem** When using a workspace that uses Manganis, assets are not provided for binaries inside the workspace (such as example projects). It works normally when using the library outside of...
## Specific Demand The capability to use SVG images with the ``image()`` function in manganis: ```rs const DIOXUS_LOGO: manganis::ImageAsset = manganis::mg!(image("./assets/dioxus_color.svg")); // instead of const DIOXUS_LOGO: &str = manganis::mg!(file("./assets/dioxus_color.svg")); ```...
#### Problem As the number of projects directly maintained by Dioxus Labs increases, it will soon be time to look into adding documentation and pages meant for projects other than...
This PR primarily revamps the ``use_preferred_color_scheme`` hook into ``use_system_theme``. Additionally, this PR features a few other things such as: - Improved docs - Feature name changes - *All* tests passing!...
Add an mdbook for SDK for use in the docsite similar to how the current Dioxus mdbook is set up. This will probably be moved to the docsite repo once...
Dioxus SDK is a little tricky to develop because it supports many platforms and features. We should add a guide that details switching platforms and features with Rust Analyzer, project...
Add doc testing to the CI to validate that all doc examples are correct.