Commit Graph

678 Commits

Author SHA1 Message Date
Greg Johnston 5152703f0c Clear warnings 2022-12-02 12:39:32 -05:00
Greg Johnston 3d54055573 Add `<Meta/>` component to `leptos_meta` 2022-12-02 12:36:51 -05:00
Greg Johnston a5b99a3e40 Merge branches 'main' and 'main' of https://github.com/gbj/leptos 2022-12-01 21:42:02 -05:00
Greg Johnston 101e65b724 Does adding `skip_feature_sets` here help with CI problem? 2022-12-01 21:41:58 -05:00
Greg Johnston a3f91604b9
Merge pull request #141 from benwis/axum-0.6
Update Axum examples to latest 0.6 release and streamline them a bit
2022-12-01 17:23:20 -05:00
Ben Wishovich f457d8f319 Fix doc test 2022-12-01 12:56:27 -08:00
Greg Johnston 58abe55d7b
Merge branch 'main' into axum-0.6 2022-12-01 13:10:06 -05:00
Greg Johnston 634ac17095
Merge pull request #144 from Indrazar/main
update functions for Windows file directories
2022-12-01 12:43:19 -05:00
Ben Wishovich 79faad4aac Missed another couple imports 2022-11-30 22:41:31 -08:00
IcosaHedron cedc68c341
remove debug string from axum integration 2022-11-30 23:20:14 -05:00
indrazar 8ec772a129 update functions for Windows file directories
- leptos_macro/src/server.rs server_macro_impl
 - integrations/axum/src/lib.rs handle_server_fns
2022-11-30 23:01:59 -05:00
Greg Johnston 8d671866a3
Merge pull request #142 from FDiskas/patch-1
Update example lib.rs
2022-11-30 20:47:24 -05:00
Ben Wishovich 2edc5b3b8b Remove extra print 2022-11-30 17:31:14 -08:00
Vytenis be96a230ee
Update lib.rs 2022-12-01 01:47:54 +02:00
Ben Wishovich 0f8930b6f2 Update Axum examples to latest 0.6 release and streamline things 2022-11-30 15:02:22 -08:00
Greg Johnston 2b5c4abac5
Merge pull request #140 from gbj/transition-component
Transition component
2022-11-30 16:20:02 -05:00
Greg Johnston db8c393f49 Update examples 2022-11-30 11:36:54 -05:00
Greg Johnston f18a7b35f2 Use `SignalSetter` in `<Transition/>` API 2022-11-30 11:36:50 -05:00
Greg Johnston a2c5855362 `<Transition/>` component 2022-11-30 11:27:07 -05:00
Greg Johnston 644d097cb6 Fix `SignalSetter` tests 2022-11-30 11:22:05 -05:00
Greg Johnston 9c0be9e317 Finishing implementing SignalSetter wrapper. 2022-11-30 07:46:04 -05:00
Greg Johnston 5faa2efa2d
Merge pull request #137 from benwis/example_readmes
Add READMEs to all examples and fix typo in todo-app-axum
2022-11-29 20:00:36 -05:00
Greg Johnston c5a1e9a447 Copy edited and added Trunk install instructions 2022-11-29 20:00:09 -05:00
Ben Wishovich e88e131ec3 Add READMEs to all examples and fix typo in todo-app-axum 2022-11-29 13:14:59 -08:00
Greg Johnston 80df7a0dac
Merge pull request #135 from ghassanachi/patch-1
Update `counters` example link in docs
2022-11-29 14:48:40 -05:00
Ghassan Gedeon Achi 493f05fda1
Update `counters` example link in docs 2022-11-29 11:51:27 -07:00
Greg Johnston 4578622b6f
Merge pull request #134 from gbj/fix-router-hydration-panic
Fix out-of-order hydration issue
2022-11-29 08:56:03 -05:00
Greg Johnston c7dd6200e8 Fix GTK example 2022-11-29 07:07:10 -05:00
Greg Johnston 6e20f31df1 Fix out-of-order hydration issue by removing old code that was handling this in an incorrect way 2022-11-29 07:06:25 -05:00
Greg Johnston 5f58db40f0
Merge pull request #131 from gbj/fix-3x-server-resource-fetching
Fix issue in which server-side resource are called 3x
2022-11-29 06:14:22 -05:00
Greg Johnston 321e11e97a Fix issue in which server-side resource are called 3x 2022-11-28 22:28:02 -05:00
Greg Johnston c472a1c5ef Fix misnamed optional-import feature exclusion that was causing CI to break 2022-11-28 20:50:04 -05:00
Greg Johnston 1180eeeadb
Merge pull request #127 from akesson/cargo-path-fix
Fix path deps' going one level too high
2022-11-28 12:17:32 -05:00
Greg Johnston 2348bbc5cc Merge branch 'main' of https://github.com/gbj/leptos 2022-11-28 08:42:23 -05:00
Greg Johnston ee41ea8b1d Update axum integration 2022-11-28 08:42:19 -05:00
Greg Johnston a0ea3cfd7c
Merge pull request #126 from benwis/axum-server-functions
Mostly working version of axum with server functions
2022-11-28 08:41:37 -05:00
Greg Johnston edb0f8c848 Fix import for CSR/no-features verson 2022-11-28 07:43:31 -05:00
Greg Johnston 2b71c07fa9 Guard against fragments that don't actually exist 2022-11-28 07:39:30 -05:00
Greg Johnston a109e3d51c Remove my unnecessary nested closure 2022-11-28 07:39:17 -05:00
Greg Johnston 40a842ff1d Correct name of the root component we're rendering 2022-11-28 07:39:04 -05:00
hakesson 17baec46b7 Fix path deps' going one level too high 2022-11-28 06:03:56 +01:00
Ben Wishovich fe5c9c6f0d Fix accept heading behavior in Axum to match Actix 2022-11-27 18:25:43 -08:00
Ben Wishovich 6c22c47bbf Cleanup, it now works except for when the server FN response is () or empty 2022-11-27 17:17:34 -08:00
Ben Wishovich 2d88a113c4 Typoed 2022-11-27 17:04:34 -08:00
Ben Wishovich b0dd759bcf Remove commented code in main 2022-11-27 17:01:42 -08:00
Ben Wishovich 507191e1a4 Mostly working version of axum with server functions 2022-11-27 16:55:38 -08:00
Greg Johnston 36de06f183 `0.0.19` 2022-11-27 09:13:21 -05:00
Greg Johnston b54c0f14e8 Remove erroneous `Clone` bound on calling `WriteSignal` as a function 2022-11-26 21:24:55 -05:00
Greg Johnston 41c03852e1 Create `SignalSetter` wrapper for writable signals corresponding to `Signal` wrapper for readable signals 2022-11-26 21:15:19 -05:00
Greg Johnston c3fb9396e1 Add `RwSignal::split()` 2022-11-26 17:35:46 -05:00