Commit Graph

358 Commits

Author SHA1 Message Date
Greg Johnston a49dfd3f8e
Merge pull request #344 from leptos-rs/view-ssr
Reenable optimizations for SSR using the `view!` macro
2023-01-20 15:14:06 -05:00
Kompreni bcabdddce5 doc: add link for leptos watch 2023-01-20 20:14:09 +01:00
Greg Johnston 9ac0f0a579 Fix `todomvc` 2023-01-20 12:18:31 -05:00
Greg Johnston 40155e91ea `cargo fmt` fix 2023-01-17 12:43:27 -05:00
Greg Johnston 5c062fa6f1 Add `use_navigate` in `router` example 2023-01-17 12:40:54 -05:00
ekanna ce0910caca Updated example code and README to use latest syntax for data binding 2023-01-17 12:08:44 +05:30
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
hakesson 884297706a Search https://github.com/gbj/ and replace with https://github.com/leptos-rs/ 2023-01-13 09:03:11 +01:00
Greg Johnston ace5e7cbba Add missing `hackernews_axum` makefile 2023-01-09 21:59:00 -05:00
Greg Johnston c8f0988e53
Merge pull request #292 from gbj/router-warnings
Implement `state` and `replace` correctly in `leptos_router` and clear warnings
2023-01-09 21:11:28 -05:00
Greg Johnston 64f0f8879b Implement `state` and `replace` correctly in `leptos_router` and clear warnings 2023-01-09 21:10:42 -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
Greg Johnston c050456a47 Use a runtime warning about SVG <a/> instead of a macro warning on all ambiguous tags 2023-01-09 20:31:51 -05:00
Greg Johnston f5f345e623
Merge pull request #286 from benwis/favicons
FAVICON!
2023-01-09 19:57:27 -05:00
benwis ee647cba1c Add Favicons to all the examples and standardize on the public folder for public assets 2023-01-09 15:27:52 -08:00
Martin 4d21f5ac63 simple_logger use version 4.0.0 everywhere. 2023-01-09 21:43:48 +00:00
Greg Johnston 28ec3a6cda
Merge pull request #281 from martinfrances107/hackernews_axum
Minor: Clippy fixes related to hackernew_axum.
2023-01-09 07:02:43 -05:00
Greg Johnston 8b92a561a3
Merge pull request #269 from benwis/generated_routes
Generate Routes and pass them to Actix/Axum
2023-01-09 07:02:11 -05:00
Martin e490c0423f Minor: Clippy fixes related to hackernew_axum. 2023-01-09 09:54:39 +00:00
benwis b6579a040a Warning Squashing 2023-01-08 19:41:22 -08:00
benwis 01e024b726 One more time! 2023-01-08 19:38:45 -08:00
benwis 6603c44ce2 Minor fixes and revisions 2023-01-08 19:36:24 -08:00
benwis 6b729f9131 Fix hackernews_axum example 2023-01-08 14:51:41 -08:00
benwis dc60c35b58 Rewrite file handlers for Axum, and update all examples to use the new
generated routes. Fix a few issues in the integrations, and reduce the
number of warnings
2023-01-08 14:18:51 -08:00
Greg Johnston 32ec9cc57e Prevent `create_signal_from_stream` from panicking on SSR 2023-01-08 17:09:04 -05:00
Martin 67503a108d BugFix. 2023-01-08 15:28:30 +00:00
Martin ef52a01838 examples/hackernews - Cargo clippy fixes. 2023-01-08 13:33:53 +00:00
benwis c41cf879d1 Formatting 2023-01-07 15:44:35 -08:00
benwis b34f2070d3 Remove extraneous route 2023-01-07 15:09:49 -08:00
benwis 7fa21defa6 Merge remote-tracking branch 'origin/generated_routes' into generated_routes 2023-01-07 15:08:12 -08:00
benwis bdd9abc04d Removing some missed code and changing the stylesheet 2023-01-07 15:06:21 -08:00
Ben Wishovich 1d25134213
Merge branch 'main' into generated_routes 2023-01-07 14:58:26 -08:00
benwis 5d3cfc6483 Actix seems to be working now, plus applied Henrik's path recommendations 2023-01-07 14:49:25 -08:00
Greg Johnston 8915e2615b Adjust default features for `meta` and `router` 2023-01-07 14:43:32 -05:00
Greg Johnston 05d2eb8ce0 Improve CI disk space usage 2023-01-07 07:43:52 -05:00
benwis 677e4f2540 Leptos can now generate routes and provide them to the Axum router. More
testing and Actix version to come
2023-01-06 19:52:38 -08:00
benwis 63b1837315 First pass of method to generate routelist 2023-01-06 14:08:45 -08:00
Greg Johnston 319a058e63 Fix relative route for stylesheet in `hackernews` 2023-01-06 16:06:03 -05:00
Greg Johnston a2943c4649 Fix `counters_isomorphic` 2023-01-02 18:37:10 -05:00
Greg Johnston 411fc51ea2 Clean up examples 2023-01-02 16:20:05 -05:00
Greg Johnston e714cac0ec Add missing makefiles 2023-01-02 16:19:52 -05:00
Greg Johnston 7f21ee97a8 Fix `counter_isomorphic` import 2023-01-02 13:34:56 -05:00
Greg Johnston 0ed56d382d Add `build-examples` task to `cargo make` CI 2023-01-02 13:29:37 -05:00
Greg Johnston 3a5e3aea99 Small fixes to Tailwind example 2023-01-01 08:09:24 -05:00
Ben Wishovich 827b787c91 Bugfixes, using cargo-leptos for CSS, and updating READMEs. 2022-12-31 18:39:05 -08:00
Ben Wishovich 01c00eee6b Update SSR Readmes with new instructions 2022-12-31 16:06:54 -08:00
Ben Wishovich f45d33db73 Move the examples out of the workspace, and standardize naming. All of the SSR examples now work with cargo-leptos 2022-12-31 15:52:19 -08:00
Ben Wishovich 60f0bf23fd Merge branch 'main' into cargo-leptos-release-testing 2022-12-30 16:17:50 -08:00
Ben Wishovich 442dc1e041 More changes to the examples 2022-12-30 16:17:17 -08:00
Greg Johnston 04c85d6eb0 Fix Axum example 2022-12-30 16:55:50 -05:00