Greg Johnston
1698ffa7db
fix issues in release mode ( closes #700 ) ( #701 )
2023-03-18 11:04:06 -04:00
Elliot Waite
a9f778459a
examples: remove duplicate console_error_panic_hook::set_once() calls ( #692 )
2023-03-17 16:27:24 -04:00
Vassil "Vasco" Kolarov
b9bd1e103c
examples: added example using Tailwind, CSR (only) and Trunk ( #666 )
2023-03-17 12:45:49 -04:00
Greg Johnston
53ceca8ff8
feat: maintain order of sources and dependencies ( #678 )
2023-03-13 20:01:03 -04:00
Greg Johnston
38daaf3b72
chore: apply cargo machete systematically ( #671 )
2023-03-13 10:16:20 -04:00
Greg Johnston
b55e9a9e64
v0.2.3: fix broken stable support (#670 )
2023-03-13 07:25:08 -04:00
Greg Johnston
591212a56a
feat: add fragment support for hot reloading and fix some stuff ( #659 )
2023-03-11 07:21:37 -05:00
Ben Wishovich
1a3c1e9e52
feat: provide Request<_> in context for Axum, enabling easier extractor use ( #632 )
2023-03-10 17:28:32 -05:00
Greg Johnston
1f95eb1e1d
chore: typo (closes issue #645 ) ( #646 )
2023-03-08 19:52:51 -05:00
martin frances
a13468228a
Bumped tower-http upto 0.4. ( #638 )
2023-03-07 14:03:54 -05:00
jo!
369ea8531f
examples: add session_auth_axum ( #589 )
2023-03-06 21:16:56 -05:00
Greg Johnston
55ce805b60
feat: hot reloading support for cargo-leptos ( #592 )
2023-03-04 09:04:22 -05:00
Greg Johnston
bd86125629
feat: allow easier client-side form validation ( closes #413 ) ( #620 )
2023-03-03 13:19:54 -05:00
Greg Johnston
04eae63e39
examples: include missing examples in CI ( #598 )
2023-02-28 15:33:02 -05:00
Brendon Otto
4b98ece2b4
example: update README.md ( #595 )
...
Incorrect framework referenced
2023-02-28 09:45:10 -05:00
Thomas Kratz
ab6ddc1194
fix: make counter test compile ( #588 )
2023-02-27 21:50:12 -05:00
Azz
b153ab51ee
feat: support rkyv encoding ( #577 )
2023-02-26 16:12:53 -05:00
tanguy-lf
e576d93f83
examples: add ssr_mode_axum ( #575 )
2023-02-25 11:24:24 -05:00
Markus Kohlhase
0301c7f1cf
example: Login with API token (CSR only) ( #523 )
2023-02-24 17:11:58 -05:00
Fangdun Tsai
e9c4b490e5
feat: viz integration ( #506 )
2023-02-21 12:29:15 -05:00
Greg Johnston
cc2b310e4c
docs: add example of <ButtonC on:click/> syntax ( #558 )
2023-02-20 15:41:56 -05:00
Thomas Versteeg
884348d7f8
doc: fix button name in parent_child example ( #555 )
2023-02-20 14:53:04 -05:00
Greg Johnston
4ff08f042b
change: pass Scope as argument into Resource::read() and Resource::with() ( #542 )
2023-02-19 19:52:31 -05:00
Greg Johnston
59ad6a4725
revert accident
2023-02-18 16:03:20 -05:00
Greg Johnston
884dacbc6c
fix example
2023-02-18 16:02:19 -05:00
Dmitrii Kuzmin
9c572f7617
fix(examples): hackernews_axum styles href ( #536 )
2023-02-18 15:17:54 -05:00
jquesada2016
f2f52b2533
change: move signal method implementations into traits in signal prelude ( #490 )
2023-02-18 07:30:03 -05:00
Greg Johnston
586f524015
feature: in-order streaming and async rendering ( #496 )
2023-02-17 17:31:32 -05:00
Greg Johnston
00a796d204
change: tweak API of Errors and implement IntoIter ( #522 )
2023-02-15 14:03:16 -05:00
Greg Johnston
1dbcfe2861
change: reorganize module exports and reexports ( #503 )
2023-02-12 17:04:36 -05:00
Greg Johnston
db3f46c501
Add docs on testing ( closes #489 ) ( #508 )
2023-02-12 17:03:12 -05:00
Greg Johnston
1cba54d47e
fix: <For/> in todomvc example ( #504 )
2023-02-11 16:30:09 -05:00
jquesada2016
d4648da5c6
chore: add workspace rustfmt.tml ( #483 )
2023-02-11 14:25:55 -05:00
Greg Johnston
cf7deaaea3
fix: proper disposal of nested route scopes ( #499 )
2023-02-11 14:12:59 -05:00
Greg Johnston
ce2c3ec97c
examples: remove unused index.html ( #497 )
2023-02-10 08:02:26 -05:00
Greg Johnston
73420affed
Basic error boundary example
2023-02-08 20:32:59 -05:00
Greg Johnston
c24874d9c8
change: add Scope to view function in <For/> to avoid memory "leak" ( #492 )
2023-02-08 20:28:04 -05:00
jquesada2016
765006158a
change: NodeRef<HtmlElement<Div>> generics to NodeRef<Div> ( #481 )
2023-02-07 20:13:25 -05:00
Greg Johnston
8a1adaefaf
fix: typed route params with #[derive(Params)] ( #488 )
2023-02-07 17:28:46 -05:00
Greg Johnston
a2b31a51d9
fix: errors on 404 page in axum_errors example ( #485 )
2023-02-07 09:51:52 -05:00
Greg Johnston
6931d3904b
remove unnecessary "openssl" feature from Actix examples ( #480 )
2023-02-06 09:10:09 -05:00
Ben Wishovich
76aeb573bf
fix: convert site_address to site_addr to match cargo-leptos ( #462 )
2023-02-04 16:37:41 -05:00
Greg Johnston
4034aa9c11
feature: add isomorphic <Redirect/> component ( closes #412 ) ( #466 )
2023-02-04 10:02:17 -05:00
Tobias Goulden Schultz
aae4d4445e
fix: update leptos dependencies to point to the same workspace as other examples ( #449 )
2023-02-02 23:24:22 -05:00
Greg Johnston
6373fd42fb
Switch examples to check instead of build (for CI resources) and add missing examples ( #437 )
2023-02-01 20:36:37 -05:00
IcosaHedron
63a7a4dec1
Several Minor Updates on Examples ( #427 )
2023-02-01 19:20:34 -05:00
Greg Johnston
cbf2f73e95
fix: HTML entity issues in axum_errors example ( #424 )
2023-01-31 23:39:31 -05:00
Ben Wishovich
160f336303
Update ErrorBoundary to use miette::Diagnostic instead of Error, and various other tweaks ( #401 )
...
* Switch RwLock to parking_lot so they are no longer async
* cleanup todo_app_sqlite_axum
* add errors_axum example
---------
Co-authored-by: Indrazar <110272232+Indrazar@users.noreply.github.com >
2023-01-31 21:56:42 -05:00
Greg Johnston
f8b76387ec
Fix labels in parent_child README
2023-01-28 21:52:16 -05:00
Thomas Queiroz
72fe3d45f0
Fix gtk example
2023-01-28 01:14:02 -03:00