docsite icon indicating copy to clipboard operation
docsite copied to clipboard

Dioxuslabs.com documentation site

Results 151 docsite issues
Sort by recently updated
recently updated
newest added

## Feature Request At this documentation page: https://dioxuslabs.com/learn/0.7/guides/platforms/desktop There are two sample projects referenced: "File Explorer" and "Tailwind App". Clicking on these links brings us to a non-existent resource on...

bug
documentation
enhancement
good first issue

When reviewing the 0.7.x in-depth guides, I noticed that the "Template API docs" link was broken. The `dioxus_core::prelude` module no longer exists, and `Template` struct is exported at root level....

If you open https://dioxuslabs.com/learn/0.7/essentials/ui/assets/#asset-hashes, not that "Assets" in the sidebar is not highlighted like it is if you actually click the link in the sidebar.

bug

Attribute "spreading" (I wish we could find a new name for this.. 😅) is the process of assigning properties from a "catch-all" collection. This is very useful for developing reusable...

documentation

I have been working through the tutorial. Up to https://dioxuslabs.com/learn/0.7/tutorial/new_app everything was fine. From then on all the wheels fell off. The code snippets are too sparse to actually join...

The script uses `[[ ]]` syntax for conditionals, which is a [bash feature](https://www.gnu.org/software/bash/manual/html_node/Conditional-Constructs.html#index-_005b_005b) not supported in vanilla sh. Tested on Ubuntu 25.10. The current install script errors with: ``` ./install.sh:...

I've just started the tutorial, but notice the font rendering makes it tricky to read. Looking in dev tools, I see most copy is treated with `font-light`. I don't think...

https://dioxuslabs.com/learn/0.7/essentials/basics/resources#asynchronous-state-with-use-resource This example won't compile since BreedResponse is not in scope. The included example code is missing the BreedResponse struct. https://github.com/DioxusLabs/docsite/blob/2a25a70edc956f096723942018b1ddf50e5480ca/docs-src/0.7/src/essentials/basics/resources.md?plain=1#L90

good first issue

Updates the notion to blogpost cli to work with the next release post. The blogpost is waiting on some final changes for 0.7, but it should be very easy to...

the getting started docs has this command for linux: ```sh curl -sSL http://dioxus.dev/install.sh | sh ``` Is there one available for windows, or am I required to build from source?...