Evan Almloff
|
10e305d2da
|
don't require a valid type for CopyValue::set
|
2024-01-24 14:23:23 -06: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 |
|
Jonathan Kelley
|
3a5cbae5ee
|
Rename two files
|
2024-01-23 17:00:49 -08:00 |
|
Jonathan Kelley
|
c0522bc152
|
cargo check all
|
2024-01-23 16:58:29 -08:00 |
|
Evan Almloff
|
a5e61b0765
|
Merge branch 'breaking' of https://github.com/Demonthos/dioxus into breaking
|
2024-01-23 18:46:25 -06:00 |
|
Evan Almloff
|
f2e48f10e9
|
simplify the crm example a bit more
|
2024-01-23 18:46:24 -06:00 |
|
Jonathan Kelley
|
c8e4c96762
|
Fix panic in demo
|
2024-01-23 16:45:58 -08:00 |
|
Evan Almloff
|
fc6912d4c0
|
make GlobalMemo and GlobalSignal not copy or clone
|
2024-01-23 18:37:50 -06:00 |
|
Jonathan Kelley
|
9633cfadde
|
fix gen box compile release no features
|
2024-01-23 15:41:37 -08: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
|
c172914b21
|
drop scopes in order when dropping the virtual dom
|
2024-01-23 11:40:45 -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
|
c83ca7b15f
|
fix raw expressions in the format macro
|
2024-01-23 10:09:14 -06:00 |
|
Evan Almloff
|
c51badf07b
|
fix use hooks with impl signals
|
2024-01-23 10:09:02 -06:00 |
|
Evan Almloff
|
51d7133ca5
|
add readable and writable traits for signal-like structs
|
2024-01-23 10:05:59 -06:00 |
|
Evan Almloff
|
93adb35cfa
|
fix removing debug borrow information when the ref is dropped
|
2024-01-23 07:41:46 -06:00 |
|
Evan Almloff
|
6ed5df644e
|
fix generational box release builds
|
2024-01-23 07:38:29 -06:00 |
|
Evan Almloff
|
a51744c439
|
fix generational box fuzzing
|
2024-01-23 07:33:53 -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
|
27f8377ea5
|
fix try to string in ifmt
|
2024-01-22 17:25:49 -06:00 |
|
Evan Almloff
|
e01f10e25d
|
remove mappable and mappablemut traits
|
2024-01-22 16:51:25 -06:00 |
|
Evan Almloff
|
636aeb4b90
|
integrate liveview with the launch builder
|
2024-01-22 11:56:34 -06:00 |
|
Evan Almloff
|
50873bf9c7
|
fix component swap test
|
2024-01-22 09:39:31 -06:00 |
|
Evan Almloff
|
cdf25f0c14
|
run hook destructors inside of the scope they were created in
|
2024-01-22 09:32:53 -06:00 |
|
Evan Almloff
|
e5a11aa2a5
|
fix drop order test
|
2024-01-22 09:13:05 -06:00 |
|
Evan Almloff
|
8f786d85cd
|
drop hooks before contexts
|
2024-01-22 09:08:29 -06:00 |
|
Evan Almloff
|
0932130e87
|
include more platforms in the launch builder
|
2024-01-22 08:58:35 -06:00 |
|
Evan Almloff
|
74ec3a4a82
|
fix js framework benchmark
|
2024-01-22 08:36:17 -06:00 |
|
Evan Almloff
|
a10f9496c7
|
don't panic in try variants even in release mode
|
2024-01-22 08:32:13 -06:00 |
|
Jonathan Kelley
|
5167cad689
|
Remove logging in protocol
|
2024-01-21 14:58:27 -08:00 |
|
Jonathan Kelley
|
e9978c119f
|
Don't strip the prefix from custom assets
|
2024-01-21 13:38:25 -08:00 |
|
Jonathan Kelley
|
028f499bf6
|
Fix generational box in release mode
|
2024-01-21 12:46:19 -08:00 |
|
Jonathan Kelley
|
06d9b575b7
|
rename use_selector to use_memo
|
2024-01-20 23:32:12 -08:00 |
|
Jonathan Kelley
|
fc0b0f02a1
|
downcast data with panic
|
2024-01-20 11:21:49 -08:00 |
|
Jonathan Kelley
|
3ded0f5329
|
Make more examples cross-platform
|
2024-01-20 00:11:55 -08:00 |
|
Jonathan Kelley
|
552ce92c64
|
Don't make query_segments special
|
2024-01-19 22:27:54 -08:00 |
|
Jonathan Kelley
|
2366d609d4
|
add checked to form
|
2024-01-19 22:23:13 -08:00 |
|
Jonathan Kelley
|
728a26a2cc
|
Fix borrowmut error in nested spawns
|
2024-01-19 22:01:21 -08:00 |
|
Evan Almloff
|
bcca307a9a
|
Merge branch 'breaking' of https://github.com/Demonthos/dioxus into breaking
|
2024-01-19 19:23:03 -06:00 |
|
Evan Almloff
|
b53ba7b5c7
|
fix replacing fragments
|
2024-01-19 19:23:01 -06:00 |
|
Jonathan Kelley
|
83462badd1
|
tweak crm
|
2024-01-19 17:06:46 -08:00 |
|
Jonathan Kelley
|
85c7c22619
|
Make router work on web
|
2024-01-19 16:36:40 -08:00 |
|
Jonathan Kelley
|
b0038bb24b
|
Tweak crm example
|
2024-01-19 15:59:51 -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 |
|