Evan Almloff
|
407a82588a
|
fix more examples
|
2024-01-16 12:28:21 -06:00 |
|
Evan Almloff
|
db35a9b48c
|
add platform specific functions for launching apps for workspaces
|
2024-01-16 11:45:02 -06:00 |
|
Evan Almloff
|
8d14671520
|
fix spreading attributes
|
2024-01-16 11:04:37 -06:00 |
|
Evan Almloff
|
d2cdcc602b
|
impl ComponentFunction for Routes
|
2024-01-16 09:40:17 -06:00 |
|
Evan Almloff
|
7e4d2debe0
|
implement launch builder for the desktop and web platforms
|
2024-01-16 08:42:16 -06:00 |
|
Jonathan Kelley
|
98bd78de43
|
Fix issue with mutability in component macro
|
2024-01-15 23:57:10 -08:00 |
|
Jonathan Kelley
|
8559984e9d
|
and mut bound to mut methods on signals
|
2024-01-15 23:24:59 -08:00 |
|
Jonathan Kelley
|
f1596bf5e8
|
Adjust example
|
2024-01-15 22:14:58 -08:00 |
|
Jonathan Kelley
|
d88561f973
|
Adjust impl for signal syntax to allow cloned values
|
2024-01-15 21:43:30 -08:00 |
|
Jonathan Kelley
|
33bba24867
|
Experiment with call syntax only working for copy types
|
2024-01-15 21:12:44 -08:00 |
|
Jonathan Kelley
|
bb750f5336
|
Fix effect stack issue
|
2024-01-15 20:45:59 -08:00 |
|
Jonathan Kelley
|
a32ae8b112
|
Remove push_future, get use_future kinda working again
|
2024-01-15 19:34:04 -08:00 |
|
Jonathan Kelley
|
14651a3573
|
Change context api to panic with nice error message
|
2024-01-15 18:02:58 -08:00 |
|
Jonathan Kelley
|
74aa55f85f
|
Bring back mroe hooks, remove old hooks, cleanup a number of examples
|
2024-01-15 17:04:39 -08:00 |
|
Jonathan Kelley
|
b291a5c0b0
|
Remove a number of hooks
|
2024-01-15 14:51:34 -08:00 |
|
Jonathan Kelley
|
fe12b1062f
|
Clean up more examples
|
2024-01-15 14:40:56 -08:00 |
|
Jonathan Kelley
|
bb6aa9e792
|
Add back ondestroy hook
|
2024-01-15 14:27:20 -08:00 |
|
Jonathan Kelley
|
6134a2ce24
|
Clean up a number of examples
|
2024-01-15 13:06:05 -08:00 |
|
Jonathan Kelley
|
f2caa3a3ad
|
clean up some more examples
|
2024-01-15 11:54:17 -08:00 |
|
Evan Almloff
|
36e9eb1160
|
partially restore spreading attributes
|
2024-01-14 15:21:19 -06:00 |
|
Jonathan Kelley
|
1dde044697
|
remove cx.render
|
2024-01-13 21:12:21 -08:00 |
|
Jonathan Kelley
|
fae0b08e61
|
Fix the router and stub out a number of crates to get compiling
|
2024-01-13 20:51:37 -08:00 |
|
Jonathan Kelley
|
a7a6645963
|
dont use magnanis for todomv
|
2024-01-11 14:55:56 -08:00 |
|
Jonathan Kelley
|
1527b81e02
|
Components participate in event handlers
|
2024-01-11 12:11:27 -08:00 |
|
Jonathan Kelley
|
aff5259654
|
Allow children shorthand in components
|
2024-01-10 23:52:38 -08:00 |
|
Jonathan Kelley
|
8a77d2560e
|
fix tests around children elements
|
2024-01-10 23:42:36 -08:00 |
|
Jonathan Kelley
|
b8061d6d14
|
Make clippy happy
|
2024-01-10 23:26:26 -08:00 |
|
Jonathan Kelley
|
c5dfbd7913
|
fix test
|
2024-01-10 22:52:41 -08:00 |
|
Jonathan Kelley
|
fa9d92f956
|
Fix tests for autofmt
|
2024-01-10 22:41:40 -08:00 |
|
Jonathan Kelley
|
d9b84f9f8f
|
Disambiguate expressions in rsx by requiring curlies
|
2024-01-10 19:33:34 -08:00 |
|
Evan Almloff
|
663296ae45
|
make collect-assets not optional in dioxus fullstack
|
2024-01-09 13:58:28 -06:00 |
|
Jonathan Kelley
|
28a9dc6805
|
Pin assets sha to keep CI in check
|
2024-01-08 14:54:02 -08:00 |
|
Jonathan Kelley
|
9c4d90350f
|
fix merge conflicts for files
|
2024-01-08 14:08:21 -08:00 |
|
Evan Almloff
|
56798b3d1c
|
Merge branch 'master' into add-file-data-drag-event
|
2024-01-08 14:16:09 -06:00 |
|
Jonathan Kelley
|
6ed038e9e5
|
Add example of working with streams
|
2024-01-08 11:25:20 -08:00 |
|
Jonathan Kelley
|
211dd64d92
|
Merge branch 'master' into issue-1179
|
2024-01-08 09:39:41 -08:00 |
|
Evan Almloff
|
5b6f9d6b80
|
fix merge
|
2024-01-06 08:58:49 -06:00 |
|
Evan Almloff
|
e5df83ceec
|
Merge branch 'master' into pr/atty303/1349
|
2024-01-06 08:52:37 -06:00 |
|
Jonathan Kelley
|
2e0cded871
|
Make clippy happy
|
2024-01-05 23:16:30 -08:00 |
|
Jonathan Kelley
|
a95f4dfe0d
|
fmt
|
2024-01-05 23:15:30 -08:00 |
|
Jonathan Kelley
|
347351d1ee
|
Finish asset handler
|
2024-01-05 18:08:04 -08:00 |
|
Jonathan Kelley
|
8323e45970
|
Call handlers from context of a runtime and scope
|
2024-01-05 17:35:37 -08:00 |
|
Jonathan Kelley
|
bc857bf339
|
Make clippy happy
|
2024-01-05 12:54:39 -08:00 |
|
Jonathan Kelley
|
47306bf89b
|
Merge branch 'master' into jk/rework-desktop-crate
|
2024-01-05 12:22:59 -08:00 |
|
Jonathan Kelley
|
8f70509bc3
|
Merge pull request #1680 from ealmloff/derive-query-parsing
Automatically derive standard query parsing in the router macro
|
2024-01-05 12:16:37 -08:00 |
|
Jonathan Kelley
|
785b61a05e
|
Merge branch 'master' into intigrate-collect-assets
|
2024-01-05 12:13:31 -08:00 |
|
Jonathan Kelley
|
4debd9cfac
|
Merge pull request #1402 from ealmloff/events-2
Rework Event System
|
2024-01-05 12:12:53 -08:00 |
|
Jonathan Kelley
|
fa425dc62c
|
Merge branch 'master' into jk/rework-desktop-crate
|
2024-01-04 23:52:59 -08:00 |
|
Jonathan Kelley
|
2e9737ef57
|
Clean up and document the protocol handler
|
2024-01-04 19:52:49 -08:00 |
|
Jonathan Kelley
|
38216fa272
|
Make the tokio runtime optional
|
2024-01-04 19:09:59 -08:00 |
|