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 |
|
Greg Johnston
|
c3656416a2
|
fix: correct owner for HTML rendering in FlatRoutes
|
2024-08-01 19:41:36 -04:00 |
|
Greg Johnston
|
7ecfbd9109
|
testing: provide tick() that can be called anywhere in tests
|
2024-08-01 19:41:36 -04:00 |
|
Greg Johnston
|
531c39759a
|
testing: provide tick() that can be called anywhere in tests
|
2024-08-01 19:41:36 -04:00 |
|
Greg Johnston
|
f5d06577f4
|
fix portal tests
|
2024-08-01 19:41:36 -04:00 |
|
Greg Johnston
|
39902d1e66
|
fix cleanups in render effects
|
2024-08-01 19:41:36 -04:00 |
|
Greg Johnston
|
7def5f65ed
|
chore: clippy
|
2024-08-01 19:41:36 -04:00 |
|
Greg Johnston
|
6b60d48203
|
update counters_isomorphic
|
2024-08-01 19:41:36 -04:00 |
|
Greg Johnston
|
9ef51166d3
|
reexport spawn and spawn_local
|
2024-08-01 19:41:27 -04:00 |
|
Greg Johnston
|
8da6bbc3be
|
ReadSignal from stream
|
2024-08-01 19:41:27 -04:00 |
|
Greg Johnston
|
3c39674622
|
refactor to allow rendering Resource directly in view
|
2024-08-01 19:41:27 -04:00 |
|
Greg Johnston
|
914b07491e
|
removed AnimatedShow example (duplicates the component docs)
|
2024-08-01 19:41:27 -04:00 |
|
Greg Johnston
|
1d2d11b83d
|
properly serialize errors
|
2024-08-01 19:41:27 -04:00 |
|
Greg Johnston
|
07e878adf7
|
chore: clear warning
|
2024-08-01 19:41:27 -04:00 |
|
Greg Johnston
|
f32d43ce94
|
pick up on server action error in both server and client
|
2024-08-01 19:41:27 -04:00 |
|
Greg Johnston
|
65e3c57ed1
|
fmt and chores in examples
|
2024-08-01 19:41:27 -04:00 |
|
Greg Johnston
|
2e40bace88
|
fix: serialize an empty string into HTML so it still works as a text node
|
2024-08-01 19:41:27 -04:00 |
|
Greg Johnston
|
b9945e0ce1
|
fix: make router fallback lazy
|
2024-08-01 19:41:27 -04:00 |
|
Greg Johnston
|
d7f70214b9
|
add expect_context
|
2024-08-01 19:41:27 -04:00 |
|
Greg Johnston
|
adf57f5771
|
fix attr:class when spreading onto a component
|
2024-08-01 19:41:27 -04:00 |
|
Greg Johnston
|
bae79e2b2c
|
add ServerAction error handling for any error type (closes #2325)
|
2024-08-01 19:41:27 -04:00 |
|
Greg Johnston
|
e2b1210461
|
remove unused import
|
2024-08-01 19:41:13 -04:00 |
|
Greg Johnston
|
7c24b7482d
|
clean up example
|
2024-08-01 19:41:13 -04:00 |
|
Greg Johnston
|
25c66a4624
|
add CollectView
|
2024-08-01 19:41:13 -04:00 |
|
Greg Johnston
|
71ddacef8e
|
Actix todo_app_sqlite
|
2024-08-01 19:41:13 -04:00 |
|
Greg Johnston
|
338b01bee3
|
fix: don't drop Owner in FlatRoutes until route has been rendered (thanks @benwis)
|
2024-08-01 19:41:13 -04:00 |
|
Greg Johnston
|
a36f22e439
|
fix: make sure all resource reads are registered
|
2024-08-01 19:41:13 -04:00 |
|
Greg Johnston
|
56977411f2
|
chore: clippy and unused dependencies in integrations
|
2024-08-01 19:41:13 -04:00 |
|
Greg Johnston
|
0fc47e3a35
|
add some tracing and debug info to HTML elements
|
2024-08-01 19:41:13 -04:00 |
|
Greg Johnston
|
caf797dba0
|
refactor integrations and add Actix integration
|
2024-08-01 19:41:13 -04:00 |
|
Greg Johnston
|
2f54d937a1
|
feat: 0.7 nonce support
|
2024-08-01 19:41:13 -04:00 |
|
Greg Johnston
|
40c1f38a07
|
ResponseOptions support
|
2024-08-01 19:41:13 -04:00 |
|
Greg Johnston
|
402d6297f4
|
fix counters tests
|
2024-08-01 19:41:13 -04:00 |
|
Greg Johnston
|
93734a5222
|
allow .children() on HTML elements
|
2024-08-01 19:41:13 -04:00 |
|
Greg Johnston
|
770d02d8e6
|
remove async demo
|
2024-08-01 19:41:13 -04:00 |
|
Greg Johnston
|
e275862a20
|
fix: writing to lock that has a read
|
2024-08-01 19:41:13 -04:00 |
|
Greg Johnston
|
17f1d25d03
|
allow untracking on write guards to support maybe_update
|
2024-08-01 19:41:13 -04:00 |
|
Greg Johnston
|
0a99a378aa
|
feat: allow .write() on all writeable signals
|
2024-08-01 19:41:13 -04:00 |
|
Greg Johnston
|
14b7073863
|
feat: add .by_ref() to create a Future from an AsyncDerived (etc.) that takes a reference, rather than cloning
|
2024-08-01 19:41:12 -04:00 |
|
Greg Johnston
|
4e4deef144
|
use impl trait in props
|
2024-08-01 19:41:12 -04:00 |
|
Greg Johnston
|
c360f0ed0d
|
update wasm-bindgen testing approaches
|
2024-08-01 19:41:12 -04:00 |
|
Greg Johnston
|
88ab9693db
|
chore: clearing warnings in examples
|
2024-08-01 19:41:12 -04:00 |
|
Greg Johnston
|
6dfea0b0a2
|
additional warnings
|
2024-08-01 19:41:12 -04:00 |
|
Greg Johnston
|
9fd881603f
|
cargo fmt
|
2024-08-01 19:41:12 -04:00 |
|
Greg Johnston
|
9666c9c0c5
|
chore: clear up... a few warnings
|
2024-08-01 19:41:12 -04:00 |
|
Greg Johnston
|
9e8b304b8a
|
update sledgehammer integration
|
2024-08-01 19:41:12 -04:00 |
|
Greg Johnston
|
064ccce5b1
|
remove signal function setter Send-only implementation (dead code)
|
2024-08-01 19:41:12 -04:00 |
|
Greg Johnston
|
2e31177f62
|
remove signal function call Read implementations (dead code)
|
2024-08-01 19:41:12 -04:00 |
|