Greg Johnston
|
13a2691806
|
working on server fn example
|
2024-01-19 14:16:58 -05:00 |
|
Greg Johnston
|
1ad7ee8a03
|
generalize error redirect behavior across integrations
|
2024-01-19 14:16:58 -05:00 |
|
Greg Johnston
|
88fee243a8
|
support setting server URL on either platform
|
2024-01-19 14:16:58 -05:00 |
|
Greg Johnston
|
5e08253521
|
get both client and server side working
|
2024-01-19 14:16:58 -05:00 |
|
Greg Johnston
|
cc6f65cd83
|
initial version of server action error handling without JS
|
2024-01-19 14:16:58 -05:00 |
|
Greg Johnston
|
9488114801
|
docs
|
2024-01-19 14:16:58 -05:00 |
|
Greg Johnston
|
b0cdeab906
|
remove old code
|
2024-01-19 14:16:58 -05:00 |
|
Greg Johnston
|
def4be80b2
|
docs
|
2024-01-19 14:16:58 -05:00 |
|
Greg Johnston
|
15b04a8a85
|
more docs
|
2024-01-19 14:16:58 -05:00 |
|
Greg Johnston
|
0a9cdba22e
|
getting started on docs
|
2024-01-19 14:16:58 -05:00 |
|
Greg Johnston
|
1d1de4ac38
|
remove cfg-if from all examples
|
2024-01-19 14:16:58 -05:00 |
|
Greg Johnston
|
31b2b9e94c
|
remove explicit handle_server_fns in most cases because it's now included in .leptos_routes()
|
2024-01-19 14:16:58 -05:00 |
|
Greg Johnston
|
8f07818687
|
nicer formatting, remove cfg-if
|
2024-01-19 14:16:58 -05:00 |
|
Greg Johnston
|
a5cbfa0aad
|
remove viz integration (see #2177)
|
2024-01-19 14:16:58 -05:00 |
|
Greg Johnston
|
6c8e704fb3
|
smh
|
2024-01-19 14:16:58 -05:00 |
|
Greg Johnston
|
81fb5160e5
|
missing makefiles
|
2024-01-19 14:16:58 -05:00 |
|
Greg Johnston
|
2af0d3d781
|
update session_auth_axum
|
2024-01-19 14:16:58 -05:00 |
|
Greg Johnston
|
7f532cda70
|
update todo_app_sqlite_csrs
|
2024-01-19 14:16:58 -05:00 |
|
Greg Johnston
|
c7941f7639
|
clippy
|
2024-01-19 14:16:58 -05:00 |
|
Greg Johnston
|
61148026d1
|
allow type paths for input/output, and properly namespace built-in encodings
|
2024-01-19 14:16:58 -05:00 |
|
Greg Johnston
|
738eeefe73
|
chore: clear warnings
|
2024-01-19 14:16:18 -05:00 |
|
Greg Johnston
|
be084a5d1d
|
remove list of magic identifiers, use rust-analyzer to help with imports instead
|
2024-01-19 14:16:18 -05:00 |
|
Greg Johnston
|
f5c007df7b
|
use server fns directly in ActionForm and MultiActionForm
|
2024-01-19 14:16:18 -05:00 |
|
Rakshith Ravi
|
a1bd84f3dc
|
feat: add serde-lite codec for server functions (#2168)
|
2024-01-19 14:16:18 -05:00 |
|
Rakshith Ravi
|
f6ce82c9d1
|
Fixed tests for server_fn (#2167)
* Fixed server_fn tests
* Changed type_name to TypeId
* Fixed handling of leading slashes for server_fn endpoint
|
2024-01-19 14:16:18 -05:00 |
|
Greg Johnston
|
853c080707
|
add missing server fn registration
|
2024-01-19 14:16:18 -05:00 |
|
Greg Johnston
|
f6b95e40f4
|
make sure endpoint names begin with a /
|
2024-01-19 14:16:18 -05:00 |
|
Greg Johnston
|
db1497b9c2
|
set version, input, etc. correctly
|
2024-01-19 14:16:18 -05:00 |
|
Greg Johnston
|
f53ac1a4ae
|
remove unused var
|
2024-01-19 14:16:18 -05:00 |
|
Greg Johnston
|
5e6f4403ca
|
set up redirects in Actix
|
2024-01-19 14:16:18 -05:00 |
|
Greg Johnston
|
4e3f1c834c
|
handle client-side and server-side redirects correctly (in Axum)
|
2024-01-19 14:16:18 -05:00 |
|
Greg Johnston
|
566df034ff
|
actually use server functions in ActionForm
|
2024-01-19 14:16:17 -05:00 |
|
Greg Johnston
|
fd97e2e027
|
Restore the previous full functionality of Form
|
2024-01-19 14:16:17 -05:00 |
|
Greg Johnston
|
c8fbee18c8
|
finished Actix support?
|
2024-01-19 14:16:17 -05:00 |
|
Greg Johnston
|
e1a9856ca9
|
more Actix work
|
2024-01-19 14:16:17 -05:00 |
|
Greg Johnston
|
60efaefff4
|
start Actix work
|
2024-01-19 14:16:17 -05:00 |
|
Greg Johnston
|
db4158f5c3
|
clear up warnings
|
2024-01-19 14:16:17 -05:00 |
|
Greg Johnston
|
af62d2e900
|
automatically include server function handler in .leptos_router()
|
2024-01-19 14:16:17 -05:00 |
|
Greg Johnston
|
c3e3ce7878
|
changes to get todo_app_sqlite_axum example working
|
2024-01-19 14:16:17 -05:00 |
|
Greg Johnston
|
dec17fc65b
|
fix server actions and server multi actions
|
2024-01-19 14:16:03 -05:00 |
|
Greg Johnston
|
2dbc5899f3
|
cargo fmt
|
2024-01-19 14:16:03 -05:00 |
|
Greg Johnston
|
dd368a845c
|
@ealmloff changes to reexport actix/axum
|
2024-01-19 14:16:03 -05:00 |
|
Greg Johnston
|
9c258219dd
|
fix Actix implementation with middleware
|
2024-01-19 14:16:03 -05:00 |
|
Greg Johnston
|
6a1685936b
|
fix rkyv
|
2024-01-19 14:16:03 -05:00 |
|
Greg Johnston
|
7d45e6bb13
|
clean up my mistake
|
2024-01-19 14:16:03 -05:00 |
|
Greg Johnston
|
8fae76828e
|
FromStr -based lightweight ServerFnError deserialization
|
2024-01-19 14:16:03 -05:00 |
|
Greg Johnston
|
d5b9e84f36
|
properly gate inventory
|
2024-01-19 14:16:03 -05:00 |
|
benwis
|
197edebd51
|
Made some progress, started work on pavex integration as well
|
2024-01-19 14:16:03 -05:00 |
|
benwis
|
2a5c855595
|
It starts to compile!
|
2024-01-19 14:16:03 -05:00 |
|
benwis
|
c9627bfeb4
|
Setup folder structure as before. Got a cyclical dependency though
|
2024-01-19 14:16:03 -05:00 |
|