-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adding async netcode * Restructuring of the components * Fixing screenshot example. * Refactor some of the net api * Parse stylsheets on the fetch thread. * Make it possible to insert stylesheets at the correct position for unordered loading * improve net api * Use an request method provided by Handler instead of GET * improve non_blocking provider * Workaround for css loading * Remove workaround * Reset inline nodes * Reduce size of Resource * Merge main into net * Moving to dynamic dispatch, adding callback, adding traits crate, removing sync provider (im sorry) * fmt, clippy and some git weirdness * Small api teaks * Fixing double borrow introduced with #132 * Basic font-face support * fmt * Merge main into net, i hope this can get merged * git git * typo + remove html-escape from dioxus-blitz * Fix screenshot.rs --------- Co-authored-by: GitButler <[email protected]>
- Loading branch information
1 parent
57dd0a9
commit 023b2f6
Showing
17 changed files
with
530 additions
and
228 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.