Evan Almloff
6ade4767e6
merge master
2023-07-19 14:20:18 -07:00
Evan Almloff
7e2ef1260f
Merge branch 'master' into use-server-function
2023-07-19 14:19:03 -07:00
Jonathan Kelley
72a2a1f820
Merge pull request #1220 from DioxusLabs/jk/event-bubbling-fix
...
Don't use boxed cell slice, use a refcell instead
2023-07-19 13:03:59 -07:00
Jonathan Kelley
b7ceae89cc
Merge pull request #1221 from DioxusLabs/jk/kill-previous-ci
...
Kill previous CI jobs when new pushed
2023-07-19 13:03:44 -07:00
Jonathan Kelley
d82b2f226f
Kill previous CI jobs when new pushed
2023-07-19 12:50:28 -07:00
Jonathan Kelley
163fe68f45
Remove a bit more unsafe
2023-07-19 12:26:32 -07:00
Jonathan Kelley
2871c8bb4d
Don't use boxed cell slice, use a refcell instead
2023-07-19 12:08:13 -07:00
Jonathan Kelley
8df0d59767
Merge pull request #1218 from DioxusLabs/jk/playright-in-dir
...
Fix playwright (again) and move the playwright stuff into the playwright directory
2023-07-19 10:33:33 -07:00
Jonathan Kelley
eb43429ff6
Bump versions, move paths
2023-07-19 10:16:27 -07:00
Jonathan Kelley
0ceaaa6c96
Don't install the CLI
2023-07-19 10:11:11 -07:00
Jonathan Kelley
22ea04e45d
Use different path for cli
2023-07-19 10:08:50 -07:00
Jonathan Kelley
da21e5f4c1
Move order around, set default working directory
2023-07-19 10:03:28 -07:00
Jonathan Kelley
f51b0099dd
CD as a step
2023-07-19 09:59:05 -07:00
Jonathan Kelley
5eac6cd1c5
Add working dir
2023-07-19 09:57:00 -07:00
Jonathan Kelley
b9794aaad4
Only run miri for changed files
2023-07-19 09:54:54 -07:00
Jonathan Kelley
8527e60e01
Move playwright stuff into its own directory
2023-07-19 09:52:51 -07:00
Jonathan Kelley
f69b84bf34
Fix playwrite cli args
2023-07-18 18:39:06 -07:00
Jonathan Kelley
236ffe4cb9
Merge pull request #1194 from DioxusLabs/jk/remove-dioxus-bin
...
Remove the `dioxus` bin for the `dx` bin
2023-07-18 18:36:30 -07:00
Jonathan Kelley
31a68a9743
Rename dioxus to dx
2023-07-18 18:33:14 -07:00
Jonathan Kelley
cd30b42e2d
Merge branch 'master' into jk/remove-dioxus-bin
2023-07-18 18:31:48 -07:00
Jonathan Kelley
4e278fead5
rustfmt
2023-07-18 18:23:55 -07:00
Jonathan Kelley
41c4b57984
Merge pull request #1074 from kaid/directory-selection-dialog
...
Add directory support for file input.
2023-07-18 18:23:23 -07:00
Jonathan Kelley
1d371bf971
Merge pull request #1213 from Demonthos/prep-sledgehammer-liveview
...
Prepare for Sledgehammer Bindgen in Liveview
2023-07-18 18:10:48 -07:00
Jonathan Kelley
a6002a6c42
Merge pull request #1197 from DioxusLabs/jk/simple-suspense
...
Rip out async components in favor of a simpler suspense
2023-07-18 18:10:11 -07:00
Jonathan Kelley
69a0e706af
Merge pull request #1020 from Demonthos/router-typesafe
...
Enum Based Router
2023-07-18 18:06:45 -07:00
Evan Almloff
61e9fd9973
use :.. instead of :...
2023-07-18 16:34:27 -07:00
Jason Schein
01e5e7e47f
hooks.md and walkthrough_readme.md updates. ( #1094 )
...
* Minor improvements to hooks.md, mostly adding more links.
* walkthrough_readme.md updated to be more friendly to unfamiliar readers.
---------
Co-authored-by: ealmloff <evanalmloff@gmail.com>
2023-07-18 15:49:20 -05:00
Evan Almloff
a96ccdc6f3
fix clippy
2023-07-18 13:16:17 -07:00
Evan Almloff
8188011fe3
fix adapters
2023-07-18 13:03:34 -07:00
Evan Almloff
ee28c89f5e
Change to a stream of bytes for liveview to make using sledgehammer later non-breaking
2023-07-18 12:53:38 -07:00
Evan Almloff
f3d1600822
fix clippy
2023-07-18 10:40:09 -07:00
Evan Almloff
f2c4233ef4
Merge branch 'master' into router-typesafe
2023-07-17 17:24:42 -07:00
Evan Almloff
8e54a89a74
fix use_server_future
2023-07-17 17:23:15 -07:00
Evan Almloff
e3a759ba38
Merge branch 'master' into use-server-function
2023-07-17 16:52:46 -07:00
Evan Almloff
4ab30c9e76
remove cargo cache
2023-07-17 16:50:30 -07:00
Evan Almloff
5077199f25
Merge branch 'master' into use-server-function
2023-07-17 16:49:51 -07:00
Evan Almloff
dd5d974aeb
fix suspense
2023-07-17 16:48:54 -07:00
Jonathan Kelley
9d53b2b6d2
Merge pull request #1196 from Demonthos/log-hydration-errors
...
Add nicer debug messaging in trace level for hydration
2023-07-17 16:13:18 -07:00
Jonathan Kelley
3b35f26163
Merge pull request #1198 from DogeDark/cli-stuff
...
CLI Bin Flag
2023-07-17 16:07:38 -07:00
Miles Murgaw
056effb87c
feat: --bin docs
2023-07-17 18:24:03 -04:00
leahiel
f2a3e104d4
Fixed typo in Router guide getting-started.md ( #1208 )
2023-07-17 17:18:11 -05:00
Evan Almloff
7453486448
fix formatting
2023-07-17 15:12:57 -07:00
Evan Almloff
4c3fb1a33f
Merge branch 'master' into router-typesafe
2023-07-17 15:12:25 -07:00
Miles Murgaw
4b70b1ce96
revision: find bin from workspace Cargo.toml
2023-07-17 14:30:05 -04:00
Evan Almloff
913d1f0491
merge new suspense
2023-07-17 09:56:38 -07:00
Evan Almloff
b05fb16155
fix server_cached function
2023-07-17 09:48:35 -07:00
Marc Espín
9cbc086aa1
fix: Update use_ref docs ( #1201 )
2023-07-17 11:02:02 -05:00
dependabot[bot]
235406b59d
Bump JamesIves/github-pages-deploy-action from 4.4.2 to 4.4.3 ( #1205 )
...
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action ) from 4.4.2 to 4.4.3.
- [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases )
- [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.4.2...v4.4.3 )
---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-17 11:01:13 -05:00
Brian Donovan
947b7b650e
chore: rename playwrite
to playwright
( #1203 )
...
I assume this was a mistake and not intentional.
2023-07-17 11:00:59 -05:00
Miles Murgaw
9fab3cf4e3
Merge branch 'master' into cli-stuff
2023-07-15 12:40:23 -04:00