Jonathan Kelley
a72c035de4
Fix cargo check on examples
2024-01-30 17:59:57 -08:00
Jonathan Kelley
0bd9692e45
Fix cargo test and a number of little cleanup bugs
2024-01-30 17:33:14 -08:00
Jonathan Kelley
cef64d43df
move hooks out of signals crate
2024-01-29 17:02:26 -08:00
Jonathan Kelley
dcdada542b
Properly implement wait_for_suspense
...
Wait_for_suspense now does not call flush_sync, making it
appropriate for deferring effects on the server. Futures will
still run on the server (as needed to progress suspense)
but use_effect / and memo watchers will not run on the server
2024-01-29 14:12:05 -08:00
Evan Almloff
1f88103dca
only implement T -> Readonlysignal
2024-01-29 15:57:23 -06:00
Evan Almloff
50e3216d8b
convert T into signals automatically
2024-01-29 13:36:39 -06:00
Jonathan Kelley
1847c737e9
Queue effects to run after flush_sync
2024-01-28 02:21:05 -08:00
Jonathan Kelley
3ccf520205
reorder impls
2024-01-26 23:06:30 -08:00
Jonathan Kelley
974680796f
add test cases, refactor deref
2024-01-26 23:05:40 -08:00
Evan Almloff
458c13fb74
run effects in the scope they were created in
2024-01-24 18:34:22 -06:00
Evan Almloff
c3555a7ec0
fix Option<String> in props
2024-01-24 16:40:14 -06:00
Evan Almloff
30ef29d195
Remove an extra CopyValue::invalid from maybe_sync_memo
2024-01-24 14:33:39 -06:00
Jonathan Kelley
1eb989a544
remove setinner
2024-01-24 12:24:47 -08:00
Evan Almloff
1a9079b28b
Merge branch 'breaking' of https://github.com/Demonthos/dioxus into breaking
2024-01-24 14:23:24 -06:00
Evan Almloff
10e305d2da
don't require a valid type for CopyValue::set
2024-01-24 14:23:23 -06:00
Jonathan Kelley
d092f7f19f
Fix effect by using a set_inner
2024-01-24 12:21:14 -08:00
Evan Almloff
55b37cc381
fix serializing signals
2024-01-24 10:54:17 -06:00
Evan Almloff
87dc409837
remove must use hints from memo and rename file to memo
2024-01-24 09:31:29 -06:00
Evan Almloff
f2e48f10e9
simplify the crm example a bit more
2024-01-23 18:46:24 -06:00
Evan Almloff
fc6912d4c0
make GlobalMemo and GlobalSignal not copy or clone
2024-01-23 18:37:50 -06:00
Evan Almloff
84e76dbdce
remove duplicate vec utils defined in the read_impls
2024-01-23 17:23:04 -06:00
Jonathan Kelley
828c253305
queue effect instead of running it
2024-01-23 14:10:13 -08:00
Evan Almloff
6bc0332052
simplify the readable and writable traits a bit
2024-01-23 12:07:55 -06:00
Evan Almloff
94c0c2e5b9
remove some old manual implementations of helpers
2024-01-23 11:29:13 -06:00
Evan Almloff
7f93263357
add a bunch more utilities to the trait
2024-01-23 10:56:26 -06:00
Evan Almloff
51d7133ca5
add readable and writable traits for signal-like structs
2024-01-23 10:05:59 -06:00
Evan Almloff
89b7784d31
make validate private again
2024-01-23 07:32:53 -06:00
Jonathan Kelley
079fec3be6
simplify generational box by compressing debug info
2024-01-22 21:17:02 -08:00
Evan Almloff
e01f10e25d
remove mappable and mappablemut traits
2024-01-22 16:51:25 -06:00
Jonathan Kelley
06d9b575b7
rename use_selector to use_memo
2024-01-20 23:32:12 -08:00
Jonathan Kelley
3ded0f5329
Make more examples cross-platform
2024-01-20 00:11:55 -08:00
Jonathan Kelley
85c7c22619
Make router work on web
2024-01-19 16:36:40 -08:00
Jonathan Kelley
c1be911dd7
Cleanup in global signals
2024-01-19 15:50:00 -08:00
Jonathan Kelley
60f5697e8e
Fix global signal owner
2024-01-19 15:48:21 -08:00
Jonathan Kelley
337c04557b
get cargo check --all --examples --tests working!
2024-01-19 15:01:01 -08:00
Jonathan Kelley
83bce6ce97
Make cargo check --all --examples work!
2024-01-19 14:19:49 -08:00
Evan Almloff
08475af221
fix some unused items
2024-01-19 15:38:51 -06:00
Evan Almloff
6444559a66
move selector construct onto signals
2024-01-19 15:30:40 -06:00
Evan Almloff
c859ed3b12
create global selectors
2024-01-19 15:26:28 -06:00
Evan Almloff
e4c84f91e1
expose the inner signal GlobalSignal uses
2024-01-19 13:50:38 -06:00
Evan Almloff
bc914deeaa
create Signal::global
2024-01-19 13:46:17 -06:00
Evan Almloff
c7275e4c30
fix signal unsubscriber
2024-01-19 12:13:45 -06:00
Jonathan Kelley
6ed3aafb2f
Get cargo check --all working
2024-01-18 19:27:55 -08:00
Jonathan Kelley
94b17cc8ca
Fix non tokio builds for desktop
2024-01-18 04:07:28 -08:00
Evan Almloff
205a005142
fix dioxus web
2024-01-17 08:40:42 -06:00
Evan Almloff
701093ede5
Try to rerun all dirty scopes before polling any tasks to fix effect ordering
2024-01-17 08:17:30 -06:00
Evan Almloff
397015df31
fix some clippy lints in dioxus signals
2024-01-16 16:31:07 -06:00
Evan Almloff
f6fd20bb61
fix signals
2024-01-16 13:57:31 -06:00
Evan Almloff
611f0d3b5f
Merge branch 'maybe-sync-signal' into breaking
2024-01-16 13:49:53 -06:00
Evan Almloff
e65c5f0eb3
depreciate the render macro
2024-01-16 13:18:46 -06:00