Commit graph

4178 commits

Author SHA1 Message Date
Evan Almloff
6639011a3e fix autofmt 2023-07-19 13:43:04 -07:00
Jonathan Kelley
9185afdba8
Merge branch 'master' into desktop-serve-cli 2023-07-19 13:33:02 -07:00
Jonathan Kelley
27a6babbd7
Fix syntax error in yml 2023-07-19 13:26:34 -07:00
Jonathan Kelley
d9f0b14968
Rename CI field to enable wasm + linux 2023-07-19 13:22:33 -07:00
Jonathan Kelley
31cde43d6d
Add caching to windows CI and test iOS and android 2023-07-19 13:18:45 -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
ealmloff
c9d00908ec
Update component.rs 2023-07-19 15:00:10 -05: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
Evan Almloff
05a1ea403f use published prettier-please 2023-07-19 10:33:23 -07:00
Evan Almloff
0f3606ea53 use git prettyplease temporarily 2023-07-19 10:21:37 -07:00
Evan Almloff
3d8d8a1b6f half-build-times 2023-07-19 10:19:23 -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
dependabot[bot]
7a518f540f
Bump word-wrap from 1.2.3 to 1.2.4 in /packages/extension
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-19 01:07:27 +00: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
f3b3c0698b fix clippy 2023-07-18 12:43:02 -07:00
Evan Almloff
4a0869de7b cargo fix 2023-07-18 12:41:48 -07:00
Evan Almloff
98e2b4acbd fix normal desktop serve 2023-07-18 12:40:47 -07:00
Evan Almloff
2c1c147828 fix desktop hot reloading 2023-07-18 11:55:56 -07:00
Evan Almloff
f3d1600822 fix clippy 2023-07-18 10:40:09 -07:00
Evan Almloff
0c5025ffa0 WIP desktop serve hot reload 2023-07-18 10:24:29 -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