Commit graph

3934 commits

Author SHA1 Message Date
Evan Almloff
7b1f0c9412 Merge branch 'master' into router-typesafe 2023-06-28 08:56:07 -07:00
Marc Espín
98fc153152
Fix: Remove play button from guide example (#1118)
* fix: Remove play button from guide example

* Update index.md

* update other examples
2023-06-28 09:32:42 -05:00
Jon Kelley
90f80e4dc2
Fix cargo doc by using a fixed variant of interprocess (#1129)
* fix docs compilation

* dont change random codeblock
2023-06-27 19:40:41 -05:00
Evan Almloff
0600a1bb49 simpilify static generation example 2023-06-27 16:06:44 -07:00
Evan Almloff
914767892c allow child routers to have fields 2023-06-27 15:56:47 -07:00
Jon Kelley
07dd9c275f
Merge pull request #1060 from Demonthos/fix-macos-hot-reloading
Fix restarting MacOs hot reloading after a forced exit
2023-06-27 15:32:46 -07:00
marc2332
a3978d60a8
update 2023-06-28 00:17:36 +02:00
marc2332
8a2f9f3fcb
feat(docs): Improved shared state, use_effect and use_memo docs 2023-06-28 00:15:00 +02:00
Jon Kelley
dfa4d8d989
Merge pull request #1105 from Demonthos/workspace-dependancies
Workspace Dependancies
2023-06-27 10:17:12 -07:00
Evan Almloff
4fba279291 fix imports in the launch macro 2023-06-27 09:28:24 -07:00
Evan Almloff
0eb3b3d47e fix render links assuming prelude was imported 2023-06-26 17:33:21 -07:00
Jason Schein
eb631f4077
Update fermi badge links. (#1109) 2023-06-26 19:29:49 -05:00
Evan Almloff
2da1f7faa7 allow nested routes 2023-06-26 16:08:53 -07:00
Evan Almloff
42011b7aa7 improve dioxus create 2023-06-26 13:12:42 -07:00
Evan Almloff
6569827b97 remove debug handler 2023-06-26 12:54:04 -07:00
Jon Kelley
50ba8c46ee
Merge pull request #1123 from Demonthos/expose-background-color-option-wry
Expose wry background color option
2023-06-26 09:52:55 -07:00
Evan Almloff
9fbeb84921 update to git dioxus 2023-06-26 08:53:45 -07:00
Evan Almloff
c238c22eb5 add required features to fix tests 2023-06-24 14:07:48 -07:00
Evan Almloff
9ce16716ca make clippy happy 2023-06-24 13:46:08 -07:00
Evan Almloff
e83866b986 fix router examples 2023-06-24 13:44:22 -07:00
Evan Almloff
7e3c45eb7e fix layout reference docs 2023-06-24 13:23:13 -07:00
Evan Almloff
a165e13564 add cache headers 2023-06-24 13:21:12 -07:00
Evan Almloff
1e5c220736 expose wry background color option 2023-06-24 10:25:24 -07:00
Evan Almloff
b8806b0854 remove brackets around address 2023-06-23 18:56:20 -07:00
Evan Almloff
99674fcf94 create server launch macro 2023-06-23 18:23:03 -07:00
Evan Almloff
f9161f0a9b fix number of default history providers in guide 2023-06-23 08:23:05 -07:00
Evan Almloff
1704ee0068 router/fullstack/ssr intigration 2023-06-22 16:51:48 -07:00
Evan Almloff
495fd22bfd Merge branch 'master' into router-typesafe 2023-06-22 12:52:11 -07:00
Evan Almloff
07215924bc WIP: fullstack router intigration 2023-06-22 12:51:10 -07:00
Evan Almloff
28f875857e add timestamps to incremental rendering 2023-06-22 12:13:51 -07:00
Evan Almloff
3d41dd95c9 remove logging 2023-06-21 18:51:40 -07:00
Evan Almloff
3a690877d1 basic incremental renderer 2023-06-21 18:36:32 -07:00
Evan Almloff
9a232328d0 fix some errors not being reported 2023-06-21 17:27:01 -07:00
Evan Almloff
16ab96aa0a Automatically insert scripts if they are not found 2023-06-21 16:07:21 -07:00
Evan Almloff
b242afc17b clean up some wording in the documentation 2023-06-21 15:42:48 -07:00
Evan Almloff
e244159661 add missing items to Dioxus.toml documentation 2023-06-21 14:58:03 -07:00
DianQK
535435a4cf
Fix the issue of duplicate unique ID for atoms using newtype.
The MergeFunctionsPass in LLVM merges identical functions (https://rust.godbolt.org/z/3nnr9nMne), resulting in the same function addresses.
2023-06-21 21:50:10 +08:00
DianQK
9731640434
Revert "fix: use typeid of atoms for their unique ID (#558)"
This reverts commit bf9901a6cd.
2023-06-21 20:07:49 +08:00
Jon Kelley
11c9abcf7c
Merge pull request #1108 from marc2332/patch-7
feat: Simplify `use_shared_state` doc example
2023-06-20 13:41:50 -04:00
Marc Espín
a3654fd0b8
Update use_shared_state.rs 2023-06-20 19:13:34 +02:00
Jonathan Kelley
d93d11262d bump interpreter version 2023-06-20 11:57:24 -04:00
Jon Kelley
bdf66032ca
Merge pull request #1106 from Demonthos/make-registering-server-fn-optional
Make registering server functions optional
2023-06-20 07:50:14 -04:00
Evan Almloff
da44b7a3f2 fix salvo server function handler example 2023-06-19 16:11:59 -05:00
Evan Almloff
158852e5a0 make regestering server functions optional 2023-06-19 16:08:46 -05:00
Evan Almloff
c39f55920c fix CI tests 2023-06-19 14:57:58 -05:00
Evan Almloff
5f873511c5 use workspace dependancies 2023-06-19 14:29:11 -05:00
Dirk Stolle
8a16eb4cb3
replace unmaintained actions-rs/* actions in CI workflows (#1099)
Basically all of the `actions-rs/*` actions are unmaintained. See
<https://github.com/actions-rs/toolchain/issues/216> for more
information. Due to their age they generate several warnings in
CI runs.

To get rid of those warnings the occurrences of
`actions-rs/toolchain` are replaced by `dtolnay/rust-toolchain`,
and the occurrences of `actions-rs/cargo` are replaced by direct
invocations of `cargo`.
2023-06-19 12:43:33 -05:00
Evan Almloff
bc063c58b7 throttle history updates to 100ms 2023-06-19 12:04:06 -05:00
Evan Almloff
fe626c67bd fix switching between routes with different hooks 2023-06-19 10:54:25 -05:00
Evan Almloff
4f672ff4bb fix boolean attributes with raw boolean values 2023-06-19 10:19:35 -05:00