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 |
|
Jonathan Kelley
|
673caec79f
|
Cleanup random tui example
|
2024-01-19 15:16:14 -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
|
3dce650367
|
fix some lints in use on destroy
|
2024-01-19 12:14:06 -06:00 |
|
Evan Almloff
|
439bc4e9e6
|
remove computed now that selectors exist
|
2024-01-19 12:13:55 -06:00 |
|
Evan Almloff
|
c7275e4c30
|
fix signal unsubscriber
|
2024-01-19 12:13:45 -06:00 |
|
Evan Almloff
|
439e39bab4
|
fix native core, plasmo and dioxus-tui
|
2024-01-19 09:48:45 -06:00 |
|
Jonathan Kelley
|
87572d694f
|
Fix platform-less check in launch
|
2024-01-18 19:51:01 -08:00 |
|
Jonathan Kelley
|
391fe15db8
|
Fix context trait params
|
2024-01-18 19:49:20 -08:00 |
|
Jonathan Kelley
|
6ed3aafb2f
|
Get cargo check --all working
|
2024-01-18 19:27:55 -08:00 |
|
Jonathan Kelley
|
d8af9b7ed1
|
Fix compile checks on numerous packages using --all --all-features
|
2024-01-18 16:27:43 -08:00 |
|
Jonathan Kelley
|
3506b3ea72
|
Make http a required feature for a number of examples
|
2024-01-18 12:50:25 -08:00 |
|
Jonathan Kelley
|
84e82fc3e2
|
Make router configed-by-platform
|
2024-01-18 12:41:19 -08:00 |
|
Jonathan Kelley
|
b8adfb9293
|
Make magnansis a feature for examples
|
2024-01-18 12:36:42 -08:00 |
|
Jonathan Kelley
|
451a2b6cfc
|
Trim off 150 deps for examples
|
2024-01-18 12:32:01 -08:00 |
|
Jonathan Kelley
|
c59a2fb829
|
Fix desktop launch
|
2024-01-18 11:44:41 -08:00 |
|
Jonathan Kelley
|
127709f83f
|
Tiny aesthetic tweaks
|
2024-01-18 10:59:43 -08:00 |
|
Evan Almloff
|
a0f1b1fc3e
|
make the router and navigator Copy
|
2024-01-18 12:02:38 -06:00 |
|
Evan Almloff
|
89b1e56fc3
|
fix other fullstack adapters
|
2024-01-18 11:39:51 -06:00 |
|
Evan Almloff
|
694bef0d93
|
fix hydration
|
2024-01-18 10:47:10 -06:00 |
|