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
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
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
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
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
2ad85c9b28
Add a custom index.html for the viewport stuff
2023-07-05 12:06:24 -07:00
Miles Murgaw
a5aa7db3da
fix: trigger it now?
2023-07-05 12:52:54 -04:00
Evan Almloff
f53dd5c181
remove logging
2023-07-04 11:54:41 -07:00
Evan Almloff
e7c3047aa1
apply headers to axum adapter
2023-07-04 09:19:22 -07:00
Benedikt Terhechte
6a705b6a0e
add functionality
2023-07-04 14:47:45 +02:00
Benedikt Terhechte
0ec30345d4
add required dependency
2023-07-04 14:47:36 +02:00
ealmloff
d1cd4851aa
Merge branch 'DioxusLabs:master' into add-onunmount-hook
2023-07-03 12:09:13 -07:00
Jon Kelley
a75223cd88
Merge pull request #1140 from DioxusLabs/jk/stub-out-ios
...
Stub out File input and RFD on iOS
2023-07-03 10:16:30 -07:00
Jon Kelley
6a05fce39a
Merge pull request #1142 from torsteingrindvik/trailing-comma-span
...
Change missing trailing comma span to be more helpful
2023-07-02 14:02:59 -07:00
marc2332
052ae145bf
updated docs
2023-07-02 23:00:26 +02:00
Marc Espín
cb73343865
fix: Fix stop_propagation example ( #1143 )
2023-07-02 12:04:49 -05:00
Torstein Grindvik
a3169ac17b
Change missing trailing comma span to point to span where comma is missing from
...
Signed-off-by: Torstein Grindvik <torstein.grindvik@nordicsemi.no>
2023-07-02 15:19:03 +02:00
Evan Almloff
040055ba9d
compress assets by default in the launch macro
2023-06-30 19:22:43 -07:00
Evan Almloff
cbeaa07be0
create static_routes helper
2023-06-30 18:51:33 -07:00
Evan Almloff
b927e2fec8
change server_config -> serve_config
2023-06-30 18:48:12 -07:00
Jonathan Kelley
3658698064
put webview in rc
2023-06-30 14:39:38 -07:00
Evan Almloff
b334444711
formatting
2023-06-30 14:09:19 -07:00
Jonathan Kelley
e77a14dbf7
Remove RFD from input crate
2023-06-30 13:59:59 -07:00
Jonathan Kelley
4f22fe3ca8
Stub out files and RFD on ios
2023-06-30 13:59:48 -07:00
Evan Almloff
a6e87cf340
fix tests
2023-06-30 12:56:22 -07:00
Evan Almloff
5c7b1a742f
remove debug regression
2023-06-30 12:49:37 -07:00
Evan Almloff
cf1b801e7d
fix shadowing issue
2023-06-30 12:49:21 -07:00
Jonathan Kelley
6512c153dd
Fix merge errors
2023-06-30 12:48:25 -07:00
Evan Almloff
81d32800f8
fix widget events with form event updates
2023-06-30 12:46:47 -07:00
Evan Almloff
d99a5f3338
Merge branch 'master' into make-widgets-cross-framework
2023-06-30 12:44:15 -07:00
Jon Kelley
bfd7562ddb
Merge branch 'master' into feat/native-core-optional-deps
2023-06-30 12:30:39 -07:00
Jon Kelley
a0b89de4ca
Merge pull request #1057 from ndarilek/master
...
Add richer API for describing global shortcut accelerators.
2023-06-30 12:27:00 -07:00
Jon Kelley
86402d3e23
Merge pull request #1077 from Demonthos/end-to-end-testing
...
create end to end tests using playwright
2023-06-30 12:23:31 -07:00
Jon Kelley
7f1e99ade1
Merge pull request #1064 from Demonthos/expand-fuzzing
...
Expanded fuzzing
2023-06-30 12:21:54 -07:00