Greg Johnston
|
3f83ad7dda
|
chore: clean up examples for CI
|
2024-08-01 19:42:21 -04:00 |
|
Greg Johnston
|
50403846c9
|
fix: provide matched route via context when rebuilding (so <A> works)
|
2024-08-01 19:42:21 -04:00 |
|
Greg Johnston
|
4ead16e5d3
|
unused
|
2024-08-01 19:42:21 -04:00 |
|
Greg Johnston
|
32f77cc42b
|
refactor insert_before_this to find parent lazily, and use it for rebuilding reactive components by replacing their whole contents
|
2024-08-01 19:42:21 -04:00 |
|
Greg Johnston
|
d8834a0423
|
make sure SendWrapper supports Futures
|
2024-08-01 19:42:21 -04:00 |
|
Greg Johnston
|
0d665c9c05
|
move several complex examples into projects
|
2024-08-01 19:42:21 -04:00 |
|
Greg Johnston
|
a03d74494d
|
update js-framework-benchmark example
|
2024-08-01 19:42:20 -04:00 |
|
Greg Johnston
|
131c83e28e
|
fix test text
|
2024-08-01 19:42:20 -04:00 |
|
Greg Johnston
|
6d93185478
|
fix: custom Stream implementation for streaming resource data that supports nested data/multiple polled values, rather than taking it all at once at the beginning
|
2024-08-01 19:42:20 -04:00 |
|
Greg Johnston
|
202abd1d35
|
suspense_tests: actually wait for other resource in nested case
|
2024-08-01 19:42:20 -04:00 |
|
Greg Johnston
|
a50c6b0140
|
can save a lookup here
|
2024-08-01 19:42:20 -04:00 |
|
Greg Johnston
|
705ea3a3bb
|
remove unused workspace member
|
2024-08-01 19:42:20 -04:00 |
|
Greg Johnston
|
cb788758df
|
update workflows
|
2024-08-01 19:42:20 -04:00 |
|
Greg Johnston
|
1afdc4fe1e
|
remove unused leptos_reactive integration
|
2024-08-01 19:42:20 -04:00 |
|
Greg Johnston
|
3382047857
|
remove old router files
|
2024-08-01 19:42:20 -04:00 |
|
Greg Johnston
|
a29ffc8dcb
|
fix Cargo.toml after merge
|
2024-08-01 19:42:20 -04:00 |
|
Greg Johnston
|
a18dd6dfd7
|
re-enable all routes
|
2024-08-01 19:42:20 -04:00 |
|
Greg Johnston
|
626bcdc9ae
|
chore: clean up warnings and logging
|
2024-08-01 19:42:20 -04:00 |
|
Greg Johnston
|
d6dce76725
|
reverted Fn()/FnMut() change
|
2024-08-01 19:42:20 -04:00 |
|
Greg Johnston
|
36272a0b1b
|
Revert "fix: constrain reactive rendering to Fn(), because using dry_resolve() for Suspense requires idempotent render functions so that they can be called once (to register resources) and called a second time to resolve"
This reverts commit 7ec5c77ba3e8f45bae04a7661a56741f95125adb.
|
2024-08-01 19:42:20 -04:00 |
|
Greg Johnston
|
96c956efdf
|
progress on updating suspense tests
|
2024-08-01 19:42:20 -04:00 |
|
Greg Johnston
|
29cf1f4814
|
add server redirects
|
2024-08-01 19:42:20 -04:00 |
|
Greg Johnston
|
39c3a63787
|
fix: relative path resolution
|
2024-08-01 19:42:20 -04:00 |
|
Greg Johnston
|
068865b7de
|
simplifying todo examples
|
2024-08-01 19:42:20 -04:00 |
|
Greg Johnston
|
fa8bb15a67
|
initial work updating suspense tests
|
2024-08-01 19:42:20 -04:00 |
|
Greg Johnston
|
faa481f2b6
|
clarify hydrate/csr warning
|
2024-08-01 19:42:20 -04:00 |
|
Greg Johnston
|
b41d988865
|
export actions in prelude
|
2024-08-01 19:42:20 -04:00 |
|
Greg Johnston
|
025c28b489
|
remove Into<_> by default for setting signals, because it interferes with type inference
|
2024-08-01 19:42:20 -04:00 |
|
Greg Johnston
|
0c7c7c9b38
|
add support for unsync actions
|
2024-08-01 19:42:20 -04:00 |
|
Greg Johnston
|
b109c3e9a3
|
simplifying and updating server fns example
|
2024-08-01 19:42:20 -04:00 |
|
Greg Johnston
|
0a559935e7
|
change name to shell
|
2024-08-01 19:42:20 -04:00 |
|
Greg Johnston
|
bccc05fec8
|
update control flow components to new Fn() constraint
|
2024-08-01 19:42:20 -04:00 |
|
Greg Johnston
|
e0f98dc0fd
|
fix: constrain reactive rendering to Fn(), because using dry_resolve() for Suspense requires idempotent render functions so that they can be called once (to register resources) and called a second time to resolve
|
2024-08-01 19:42:20 -04:00 |
|
Greg Johnston
|
5d9bd8f913
|
add Debug impl
|
2024-08-01 19:42:20 -04:00 |
|
Greg Johnston
|
0a41ae9a5e
|
fix: actually concatenate nested routes during route generation
|
2024-08-01 19:42:20 -04:00 |
|
Greg Johnston
|
fbc6be922d
|
reorganize Outlet export
|
2024-08-01 19:42:20 -04:00 |
|
Greg Johnston
|
b5551863fe
|
examples: porting to 0.7 and cleaning up
|
2024-08-01 19:42:20 -04:00 |
|
Greg Johnston
|
14b3877293
|
fix merge
|
2024-08-01 19:41:56 -04:00 |
|
Rakshith Ravi
|
98ea18009d
|
Update import statements in examples (#2625)
|
2024-08-01 19:41:56 -04:00 |
|
Greg Johnston
|
d133cff092
|
examples: use application 404 page
|
2024-08-01 19:41:56 -04:00 |
|
Greg Johnston
|
48028b476a
|
chore: cargo fmt
|
2024-08-01 19:41:56 -04:00 |
|
Greg Johnston
|
404ad50bd3
|
chore: cargo fmt
|
2024-08-01 19:41:56 -04:00 |
|
Greg Johnston
|
b89fbe027b
|
add warnings if correct features not set for browser
|
2024-08-01 19:41:56 -04:00 |
|
Greg Johnston
|
0ba53afa08
|
use csr feature so that reactivity runs
|
2024-08-01 19:41:55 -04:00 |
|
Greg Johnston
|
c384b53a0f
|
chore: clippy
|
2024-08-01 19:41:55 -04:00 |
|
Greg Johnston
|
2f53e09bb6
|
examples: fix input type so tests work, and update text to make the purpose clearer
|
2024-08-01 19:41:55 -04:00 |
|
Greg Johnston
|
319eefb169
|
remove leptos_reactive (moved into reactive_graph and leptos_server)
|
2024-08-01 19:41:55 -04:00 |
|
Greg Johnston
|
949f43d145
|
fix: Clone for ArcResource and default to SerdeJson for Resource
|
2024-08-01 19:41:55 -04:00 |
|
Greg Johnston
|
a47759007f
|
chore: clippy
|
2024-08-01 19:41:55 -04:00 |
|
Greg Johnston
|
095faf15b1
|
fix: don't dispose of parent owners before Suspense children have been rendered
|
2024-08-01 19:41:55 -04:00 |
|