Evan Almloff
|
3ad16ddd37
rip out more lifetimes
|
1 year ago |
Jonathan Kelley
|
ea1325f6e8
Merge branch 'master' into polish-throw
|
1 year ago |
ealmloff
|
56478d1856
Merge branch 'DioxusLabs:master' into fix-event-bubbling
|
1 year ago |
Exotik850
|
fc31876a57
Wasm target check before build (#1689)
|
1 year ago |
Evan Almloff
|
6141aeb037
polish the throw trait
|
1 year ago |
Evan Almloff
|
98335bd9a6
Merge branch 'master' into fix-event-bubbling
|
1 year ago |
Jonathan Kelley
|
e59a05141e
Merge pull request #1446 from ealmloff/deduplicate-hot-reload-cli
|
1 year ago |
Evan Almloff
|
9d044ee589
make clippy happy
|
1 year ago |
Evan Almloff
|
73e0be9e65
recycle vnode ids
|
1 year ago |
Evan Almloff
|
d81d3ebaef
assign parents through fragments
|
1 year ago |
Evan Almloff
|
35b643e23f
switch to bubble ids on vnodes to fix nodes under fragments pointing to an invalid parent
|
1 year ago |
Evan Almloff
|
49a127b31e
deduplicate serve code with hot reloading in the CLI crate
|
1 year ago |
Evan Almloff
|
c55c17cb81
switch to tracing for logging
|
1 year ago |
Evan Almloff
|
992ac4a3fb
clear borrowed props after ensure_drop_safety
|
1 year ago |
Evan Almloff
|
9552ab6c1c
pass event propagation test
|
1 year ago |
Evan Almloff
|
d26aa95bcd
update vnode ptr when parent of component reruns
|
1 year ago |
Evan Almloff
|
cfc6887e34
use raw pointers instead of transmute to make miri happy
|
1 year ago |
Evan Almloff
|
cf04256395
try to keep template indexes valid
|
1 year ago |
Evan Almloff
|
c5ebdc9635
fix parents in placeholder diffing
|
1 year ago |
Evan Almloff
|
dc4707ee2a
WIP fix event bubbling
|
1 year ago |
Evan Almloff
|
e337aff0a4
WIP split element from element ref
|
1 year ago |
Jonathan Kelley
|
a2df9c2e89
Merge pull request #1364 from Demonthos/fix-core-leak
|
1 year ago |
Evan Almloff
|
b8600d5144
fix tests
|
1 year ago |
Evan Almloff
|
2d5a4f82bf
Fix the context API in lists
|
1 year ago |
Evan Almloff
|
a2c7b69a1d
set the scope stack correctly
|
1 year ago |
Evan Almloff
|
cb4c46154d
fix scope context
|
1 year ago |
Evan Almloff
|
04cdb14e5b
improve signal copy runtime
|
1 year ago |
Jonathan Kelley
|
4240f8428c
Fix: dont use bumpslab anymore, just box scopestates
|
1 year ago |
Jonathan Kelley
|
2871c8bb4d
Don't use boxed cell slice, use a refcell instead
|
1 year ago |
Jonathan Kelley
|
81075748f6
add simple suspense methods
|
1 year ago |