Commit graph

4065 commits

Author SHA1 Message Date
Evan Almloff
1e5c57dd16 cargo fix 2023-07-08 10:57:44 -07:00
Evan Almloff
7c2bf4c5ed fix formatting 2023-07-08 10:56:10 -07:00
Evan Almloff
fd98b51dfe fix auth example 2023-07-08 10:42:15 -07:00
Evan Almloff
27b0c2683b create auth example 2023-07-08 10:37:28 -07:00
Evan Almloff
453d087ed6 fix prop serialization 2023-07-08 09:13:24 -07:00
Marc Espín
32d4472bfd
fix: Remove duplicated doc links and improved some descriptions (#1167) 2023-07-08 11:04:27 -05:00
Evan Almloff
f0d1346652 remove unsafe from fullstack and ssr 2023-07-07 19:15:25 -07:00
Evan Almloff
206ab4cdb2 fix formatting 2023-07-07 19:05:15 -07:00
Evan Almloff
576bc61855 fix playwrite tests 2023-07-07 19:03:25 -07:00
Evan Almloff
aa26c086de fix clippy 2023-07-07 18:41:22 -07:00
Evan Almloff
41f9c480c8 remove old references to server context 2023-07-07 18:39:18 -07:00
Jon Kelley
a4b4252a5a
Merge pull request #1166 from DioxusLabs/jk/alias-dioxus-cli
Feat: add `dx` as a package and move plugin to feature
2023-07-07 18:38:19 -07:00
Evan Almloff
fb042df2fb fix cargo.toml 2023-07-07 18:33:21 -07:00
Evan Almloff
05fb8c1e91 Merge branch 'master' into router-typesafe 2023-07-07 18:31:48 -07:00
Jonathan Kelley
9fe7dc9b91 clippy 2023-07-07 18:28:07 -07:00
Evan Almloff
14883bb711 add server function middleware 2023-07-07 18:25:45 -07:00
Jon Kelley
7823d5ce5a
Merge pull request #1165 from DogeDark/patch-1
fix: readme awesome link
2023-07-07 18:22:00 -07:00
Jonathan Kelley
3f74b10e7c Feat: add dx as a package and move plugin to feature 2023-07-07 18:17:42 -07:00
Miles Murgaw
a8a8188e7b
fix: readme awesome link 2023-07-07 21:15:13 -04:00
Jon Kelley
7eeb72b929
Merge pull request #1162 from DioxusLabs/jk/use-linear-scans
Use linear scans when searching for contexts
2023-07-07 13:51:25 -07:00
Jonathan Kelley
1489492ec4 Reuse existing slots in provide context 2023-07-07 12:18:15 -07:00
Jonathan Kelley
3a1b22aec2 Use linear scans on contexts 2023-07-07 12:04:09 -07:00
Evan Almloff
c49c75cb60 remove props compression 2023-07-07 11:08:27 -07:00
Evan Almloff
7597068af6 integrate extractors with the macro 2023-07-07 11:03:59 -07:00
Jon Kelley
388fb30ed3
Merge pull request #1160 from DioxusLabs/jk/remove-bumpslab-for-hooks 2023-07-06 18:34:18 -07:00
Evan Almloff
4f6e6a7c0d add extractors to server-fn 2023-07-06 17:54:05 -07:00
Jonathan Kelley
47513e8b9e Use boxes instead of bumpslab for hooks 2023-07-06 12:43:04 -07:00
Evan Almloff
523be82965 fix clippy 2023-07-06 12:14:40 -07:00
Evan Almloff
1110026d54 allow nested routers 2023-07-06 11:52:17 -07:00
Jon Kelley
911d1b4b2f
Merge pull request #1146 from traxys/master
Add a helper macro for properties & async
2023-07-06 11:34:34 -07:00
Evan Almloff
e883e8d0dd fix static generation example compiling 2023-07-06 11:24:52 -07:00
Jon Kelley
747c03938a
Merge pull request #1150 from terhechte/feat/window_close_behaviour
Window Close Behaviour
2023-07-06 10:58:03 -07:00
Jonathan Kelley
4abf996b86 fix clippy hinting around trait 2023-07-06 10:57:52 -07:00
Evan Almloff
b7ea3580c2 add static generation hydrated example 2023-07-06 10:52:09 -07:00
Jonathan Kelley
d56fabfe9a Merge branch 'master' into feat/window_close_behaviour 2023-07-06 10:50:27 -07:00
marc2332
1f3f72edc3
updated 2023-07-06 17:23:37 +02:00
traxys
f2c1c05792 Add a helper macro for properties & async
The to_owned macro is helpful to handle hooks with async components, but
when using properties it can be problematic because `cx` will be moved
in the async block, and will result in a compilation error. This adds a
new helper that allows to make either hooks or properties owned.
2023-07-06 15:18:19 +02:00
Jon Kelley
2dddba9bd6
Merge pull request #1156 from DioxusLabs/jk/fix-mobile-touch-interaction
Add iOS + Android example to mainline
2023-07-05 16:25:51 -07:00
Jonathan Kelley
e5014cd754 Merge branch 'master' into jk/fix-mobile-touch-interaction 2023-07-05 15:33:50 -07:00
Jonathan Kelley
b5ccb56038 Fix clippy 2023-07-05 15:33:25 -07:00
Jonathan Kelley
60a873a49c leave hotreload 2023-07-05 15:20:54 -07:00
Jonathan Kelley
10a3b228f6 Add some logging and debug 2023-07-05 15:19:26 -07:00
Jonathan Kelley
ea3b199eb2 Android build working too 2023-07-05 14:35:08 -07:00
Jonathan Kelley
5506c568c0 move to newer wry 2023-07-05 13:44:24 -07:00
Jonathan Kelley
2ce8ded74d FIx desktop for android 2023-07-05 12:49:41 -07:00
Jonathan Kelley
4343abf76d Add better instructions 2023-07-05 12:20:00 -07:00
Jonathan Kelley
2ad85c9b28 Add a custom index.html for the viewport stuff 2023-07-05 12:06:24 -07:00
Jonathan Kelley
1a5936afda Add iOS example to mainline! 2023-07-05 11:31:09 -07:00
Jon Kelley
48071b028d
Merge pull request #1154 from DogeDark/fix-fullstack-clippy
Fix playwright fullstack clippy
2023-07-05 10:49:44 -07:00
Miles Murgaw
df41c81d14 fix: add playwright tests to CI workflow 2023-07-05 12:55:18 -04:00