Steffen
06721c5fcd
examples: fix typos in examples ( #2260 )
2024-02-05 05:20:53 -05:00
Greg Johnston
1d1de4ac38
remove cfg-if
from all examples
2024-01-19 14:16:58 -05:00
Daniel Santana
cadd217078
Update integration with support for axum 0.7 ( #2082 )
...
* chore: update to axum 0.7
Removed http, since it's included in axum, and replaced hyper by http-body-util, which is a smaller.
* chore: update samples to work with nre axum
Missing sessions_axum_auth, pending PR merge.
* chore: all dependencies update to axum 0.7
* chore: cargo fmt
* chore: fix doctests
* chore: Fix example that in reality doesn't use axum.
Fixed anyway.
* chore: more examples support for axum 0.7
* Small tweak
2024-01-19 14:13:55 -05:00
webmstk
2d70229608
chore: add rust-toolchain.toml to examples ( closes #2151 ) ( #2161 )
2024-01-07 15:29:54 -05:00
martin frances
731b028b11
chore: Bump http from 0.2.8 to 0.2.11. ( #2068 )
2023-11-29 07:36:03 -05:00
Greg Johnston
b578660624
docs: make it easy to see how to run each example in its README ( #2085 )
2023-11-28 11:47:56 -05:00
Greg Johnston
f7adf6f73d
examples: fix hackernews examples oops
2023-09-29 13:36:13 -04:00
Greg Johnston
3f2a9facf8
change: enable inline children for For
by switching to children
and bind:
( #1773 )
2023-09-26 14:24:02 -04:00
Nico Burniske
38d1727e9c
change: generate_route_list
no longer async in any integration ( #1485 )
2023-09-22 15:42:58 -04:00
Greg Johnston
1bd47f34e5
feat: make Transition
set_pending
use #[prop(into)]
( #1746 )
2023-09-18 22:46:03 -04:00
Joseph Cruz
e384d53996
doc(examples): reference run instructions ( #1705 )
2023-09-13 19:57:50 -04:00
Joseph Cruz
c11c4b0e3e
build(examples): make it easier to run examples ( #1697 )
...
* build(examples): support process management
* build(examples): manage trunk
* build(examples): manage cargo leptos
* doc(examples): add run instructions
2023-09-12 10:46:16 -04:00
Greg Johnston
23d48d4c0e
docs: remove stray references to Scope
( closes #1671 )
2023-09-08 16:02:45 -04:00
Greg Johnston
689022661d
change: move logging macros into a logging
module to avoid name conflicts with log
and tracing
( #1658 )
2023-09-08 07:42:58 -04:00
Greg Johnston
9adae32847
examples: improve hackernews behavior
2023-08-25 16:00:47 -04:00
Greg Johnston
dbc707adcd
feat/change: adopt reactive ownership model and drop cx
/Scope
( #918 )
2023-08-21 19:31:37 -04:00
Milo Moisson
6abfdd2345
examples: on_cleanup misorder? in fetch examples ( #1532 )
...
* Update api.rs
* fix: second hackernews example
2023-08-15 06:18:38 -04:00
Mark Catley
0726a3034d
examples: fix github links ( #1493 )
2023-08-04 07:55:04 -04:00
Joseph Cruz
8c5ab99fa7
build(examples): pull up compile tasks ( #1417 )
...
* build(examples): pull up compile tasks
* build(examples): set toolchain for compiles tasks
* build(examples): set toolchain for build and check
* build(examples): set toolchain of other examples
2023-07-24 11:35:34 -04:00
Greg Johnston
ee7dbafc85
change: migrate to nightly
and csr
features rather than stable
and default-features = false
( #1227 )
2023-06-26 21:12:14 -04:00
Greg Johnston
17adf7cc14
feat: pass components with no props directly into the view as a function that takes only Scope
( #1144 )
2023-06-05 20:48:22 -04:00
agilarity
53e09279a2
ci(examples): verify examples ( #1125 )
2023-06-01 22:12:18 -04:00
Greg Johnston
55266f2efd
perf: reduce overhead of hydration keys ( #1122 )
2023-05-31 20:30:31 -04:00
Ben Wishovich
06d28f7d67
feat: use Axum SubStates to enable .with_state
in Axum router ( #1085 )
2023-05-24 08:34:17 -04:00
Matt Crane
add13fd6a4
change: migrate Axum integration to use with_state
over layer(Extension)
( #1032 )
2023-05-14 06:37:39 -04:00
Snêu
b01976e3bb
examples: fix indentations ( #1017 )
2023-05-08 08:36:45 -04:00
agilarity
9997487a9c
test: lint examples with --all-features ( #1008 )
...
* test: lint all features
* fix(counter_isomorphic): check-style issues
* fix(errors_axum): check-style issues
* fix(hackernews): check-style issues
* fix(hackernews_axum): check-style issues
* fix(session_auth_axum): check-style issues
* build(session_auth_axum): add common tasks
* fix(ssr_modes): check-style issues
* build(ssr_modes_axum): add common tasks
* fix(ssr_modes_axum): check-style issues
* build(tailwind): add common tasks
* fix(tailwind): check-style issues
* fix(todo_app_sqlite_axum): check-style issues
* fix(todo_app_sqlite_viz): check-style issues
2023-05-05 22:25:29 -04:00
agilarity
38bc24bb9e
fix: lint issues in hackernews_axum
example ( #992 )
...
* build: add common tasks
* test: resolve check-style issues
2023-05-05 11:25:24 -04:00
novacrazy
4b79a91287
Add profile.release to many examples
2023-04-06 21:53:52 -05:00
Álvaro Mondéjar
509223ab2e
chore: Upgrade console_log to stable ( #724 )
2023-03-22 18:21:53 -04:00
Elliot Waite
a9f778459a
examples: remove duplicate console_error_panic_hook::set_once()
calls ( #692 )
2023-03-17 16:27:24 -04:00
Greg Johnston
38daaf3b72
chore: apply cargo machete
systematically ( #671 )
2023-03-13 10:16:20 -04:00
martin frances
a13468228a
Bumped tower-http upto 0.4. ( #638 )
2023-03-07 14:03:54 -05:00
Azz
b153ab51ee
feat: support rkyv
encoding ( #577 )
2023-02-26 16:12:53 -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
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
00a796d204
change: tweak API of Errors
and implement IntoIter
( #522 )
2023-02-15 14:03:16 -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
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
6373fd42fb
Switch examples to check
instead of build
(for CI resources) and add missing examples ( #437 )
2023-02-01 20:36:37 -05:00
Greg Johnston
44974fcf69
Replace site-address
with site-addr
in cargo-leptos
example Cargo.toml
files
2023-01-26 19:52:47 -05:00
Ben Wishovich
9b0fb63632
Add methods to take Actix/Axum Extractors/Route Info/Stuff and pass it to Leptos ( #359 )
2023-01-23 07:28:05 -05:00
benwis
81ab77e8ea
One more time!
2023-01-21 11:54:55 -08:00
benwis
9ea604f516
Merge branch 'main' into error-handling
2023-01-20 15:53:18 -08:00
benwis
b5ab7b107a
Test of SSR/Hydration of ErrorBoundary
2023-01-20 15:52:43 -08:00
Kompreni
bcabdddce5
doc: add link for leptos watch
2023-01-20 20:14:09 +01:00
benwis
10a833d763
Switch get_configuration calls to None and add a note in the docs for
...
uses of get_configuration()
2023-01-15 12:50:25 -08:00
Greg Johnston
ace5e7cbba
Add missing hackernews_axum
makefile
2023-01-09 21:59:00 -05:00
Greg Johnston
992b218ffe
Merge pull request #291 from gbj/correct-axum-query-handling
...
Correct Axum query handling
2023-01-09 20:44:58 -05:00