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 |
|
Greg Johnston
|
f9eb562050
|
warn if trying to use meta on server side without context
|
2024-08-01 19:41:55 -04:00 |
|
Greg Johnston
|
7f57b88e8d
|
only run RenderEffects when effects are enabled
|
2024-08-01 19:41:55 -04:00 |
|
Greg Johnston
|
8a8862be9e
|
add set_pending to <Transition/>
|
2024-08-01 19:41:55 -04:00 |
|
Greg Johnston
|
619dc59e1d
|
simplify FlatRoutes logic by using existing OwnedView infrastructure
|
2024-08-01 19:41:55 -04:00 |
|
Greg Johnston
|
5f49504137
|
reexport tick() for testing
|
2024-08-01 19:41:55 -04:00 |
|
Greg Johnston
|
ca68fa5a3d
|
fix: ensure that leptos_meta and leptos_router are in SSR mode if using one of the server integrations
|
2024-08-01 19:41:55 -04:00 |
|
Greg Johnston
|
e6a472b467
|
examples: update hackernews for SSR support
|
2024-08-01 19:41:55 -04:00 |
|
Greg Johnston
|
f8da9e30e0
|
fix: correctly notify multiple subscribers to same AsyncDerived
|
2024-08-01 19:41:36 -04:00 |
|
Greg Johnston
|
984ede8887
|
fix: Routes SSR
|
2024-08-01 19:41:36 -04:00 |
|