Commit graph

5617 commits

Author SHA1 Message Date
Evan Almloff
6724847685 swap out web-time for chrono 2024-02-19 08:03:29 -06:00
Jonathan Kelley
3fef42a43b
Merge pull request #1944 from DioxusLabs/jk/upgrade-axum-drop-others
Upgrade to axum 0.7, consolidate deps, move out 3rd party adapters
2024-02-18 21:57:58 -08:00
Jonathan Kelley
f9eabbe8ef
clippy!! 2024-02-18 21:29:10 -08:00
Jonathan Kelley
1ac69ae148
Merge branch 'master' into jk/upgrade-axum-drop-others 2024-02-18 21:28:26 -08:00
Jonathan Kelley
ebdb98bff2
Make clippy happy, pass tests 2024-02-18 21:08:48 -08:00
Jonathan Kelley
d732269b8f
backend proxy tests almost work! 2024-02-18 09:45:27 -08:00
Evan Almloff
14b4af4bbc fix cargo check all features except the router 2024-02-16 16:22:13 -06:00
Evan Almloff
2952578a2e add a streaming example 2024-02-16 16:04:12 -06:00
Evan Almloff
31a7d2ac04 remove the nightly feature from the server macro crate 2024-02-16 15:27:48 -06:00
Evan Almloff
e7d8a25d17 get the dioxus CLI compiling 2024-02-16 14:55:44 -06:00
Evan Almloff
30af559275 add tracing to server function registration 2024-02-16 14:19:36 -06:00
Koji AGAWA
1f0e03ca19 feat(fullstack): support wasm target 2024-02-17 05:12:33 +09:00
Evan Almloff
194d90e66f fix a few CLI errors 2024-02-16 12:39:36 -06:00
Evan Almloff
e745212157 bump server functions 2024-02-16 12:17:01 -06:00
Evan Almloff
6879507652 fix a few warnings when checking with all features 2024-02-16 09:09:35 -06:00
Evan Almloff
0ef29b7d75 reorganize fullstack 2024-02-16 09:03:35 -06:00
Jonathan Kelley
2763adb2d3
clean up workflow, fix some more axum stuff 2024-02-15 19:03:46 -08:00
Jonathan Kelley
3ee4fa8099
Add all targets and all features to check 2024-02-15 19:00:07 -08:00
Jonathan Kelley
64a321eacc
Get more axum stuff upgraded to 0.7 2024-02-15 18:59:57 -08:00
Jonathan Kelley
a454f2c7ac
Merge pull request #1941 from jereanon/fix/25-examples-repo
Address discrepancies between examples repo and examples
2024-02-15 18:06:24 -08:00
Jonathan Kelley
214a907adc
Upgrade to axum 0.7, drop 3rd party adapters 2024-02-15 18:05:30 -08:00
Jonathan Kelley
5dd33c9dcd
Remove outdated docs 2024-02-15 14:31:32 -08:00
Jonathan Kelley
6cd9c695dc
Merge pull request #1940 from DioxusLabs/jk/tweak-eval
calling `eval` should not return an error - eval() should always be available
2024-02-15 14:29:10 -08:00
Jonathan Kelley
ea34eee20a
Remove ssr eval from fullstack 2024-02-14 17:00:12 -08:00
Jonathan Kelley
d1d70995c4
Remove eval from incremental 2024-02-14 16:51:05 -08:00
Jonathan Kelley
22a5acfcb8
Remove SSR evalulator 2024-02-14 16:38:05 -08:00
Jeremy Arnold
b7cc7438eb update readme to remove dead examples 2024-02-14 15:26:52 -08:00
Jeremy Arnold
6e2b0e5a55 image_generator_open_ai example project 2024-02-14 15:21:32 -08:00
Jonathan Kelley
cbadea022a
Eval should never return an error
Only awaiting eval should error.
Eval should always be available, even if using its methods returns errors.
2024-02-14 15:13:15 -08:00
Jonathan Kelley
1145ed7534
Merge pull request #1933 from ealmloff/restore-rendering-check
Only subscribe scopes to signals when rendering
2024-02-14 14:29:08 -08:00
Jonathan Kelley
77c80ea715
Merge pull request #1939 from DioxusLabs/jk/examples-overhaul
Add more examples, document examples, add css to most examples
2024-02-14 14:28:56 -08:00
Jonathan Kelley
72bef223cd
Fix rsx_usage example 2024-02-14 14:00:07 -08:00
Jeremy Arnold
89ae287fed add weather_app to examples, update for 0.5 2024-02-14 13:56:26 -08:00
Evan Almloff
d1c0e0a5e0 comment out the memo tests for now 2024-02-14 15:55:19 -06:00
Jonathan Kelley
cdae3d67f7
Make clippy happy on examples 2024-02-14 13:50:10 -08:00
Jonathan Kelley
cfc119cce2
Update more examples, add css for more examples 2024-02-14 13:48:58 -08:00
Jonathan Kelley
739ffaeb4f
Merge pull request #1934 from ealmloff/warn-no-renderers-enabled
Warn the user if they try to launch without a renderer selected
2024-02-14 12:34:08 -08:00
Jonathan Kelley
60b78668ac
Merge branch 'master' into jk/examples-overhaul 2024-02-14 12:33:27 -08:00
Jonathan Kelley
bdbae8ccb0
Update examples, add css 2024-02-14 12:33:07 -08:00
Evan Almloff
05a6dda89c fix formatting 2024-02-14 12:13:54 -06:00
Evan Almloff
649d264a38 fix clippy 2024-02-14 12:13:21 -06:00
Evan Almloff
78ef453888 simplify memo test failure 2024-02-14 11:38:09 -06:00
Evan Almloff
5f8d0f6c40 add a third party feature for freya 2024-02-14 09:56:29 -06:00
Evan Almloff
f42bc61288 warn the user if they try to launch without a renderer selected 2024-02-14 09:50:55 -06:00
Evan Almloff
48751d2f98 only subscribe scopes to signals when rendering 2024-02-14 09:33:22 -06:00
Jonathan Kelley
49f3b8235d
Merge pull request #1926 from ealmloff/fix-client-side-suspense
Fix client side suspense
2024-02-12 18:52:03 -08:00
Evan Almloff
476b2ac88a fix client side suspense 2024-02-12 08:56:27 -06:00
Evan Almloff
8e007cc137 fix the web renderer panicing when the hot reload connection fails 2024-02-11 13:35:34 -06:00
Evan Almloff
6c6df1e2fd
Merge pull request #1917 from spookyvision/patch-1
fix `HasFileData` for `WebDragData`
2024-02-10 14:52:02 -06:00
Evan Almloff
2e65e7a913
restore deploy key for cross repo deploys 2024-02-09 16:33:33 -06:00