Jonathan Kelley
f1dbf033b9
Add cli to workspace
2023-06-28 17:38:08 -07:00
Jon Kelley
065cea8a6d
Merge pull request #1133 from DioxusLabs/jk/add-cli-to-mainline
...
Add CLI back into Dioxus Mainline
2023-06-28 17:24:36 -07:00
Jonathan Kelley
01aec9f062
remove fleet cruft
2023-06-28 17:24:09 -07:00
Jonathan Kelley
4b1cc4eb92
Merge remote-tracking branch 'cli/master' into jk/add-cli-to-mainline
2023-06-28 17:22:36 -07:00
Jonathan Kelley
a9d7b4d32a
Prepare CLI for move into mainline
2023-06-28 17:21:23 -07:00
Jon Kelley
737910f8ae
Merge pull request #156 from Demonthos/create-dioxus-app
...
Make Dioxus create interactive
2023-06-28 16:56:38 -07:00
Jon Kelley
deeb714fec
Merge pull request #152 from Demonthos/reword-docs
...
Clean up some wording in the documentation
2023-06-28 16:56:19 -07:00
Jon Kelley
ab7d95852f
Merge branch 'master' into reword-docs
2023-06-28 16:56:12 -07:00
Jon Kelley
840813d897
Merge pull request #155 from Demonthos/fix-wasm-incompat-errors-not-reported
...
Fix some errors not being reported
2023-06-28 16:54:38 -07:00
Jon Kelley
63b499fe95
Merge pull request #153 from Demonthos/auto-insert-wasm-script
...
Automatically insert scripts if they are not found
2023-06-28 16:54:02 -07:00
Jon Kelley
f1d18324ef
Merge pull request #147 from trevyn/fix_inherit
...
Fix spelling: "inhert" -> "inherit"
2023-06-28 16:53:48 -07:00
Jon Kelley
46cdd1426a
Merge pull request #142 from iscas-zac/patch-1
...
[documention update] add mandatory hint to the config documentation
2023-06-28 16:53:34 -07:00
Jon Kelley
7ca541906c
Merge pull request #150 from Erithax/master
...
fix chosing launch target
2023-06-28 16:52:57 -07:00
Jon Kelley
a967c414e7
Merge pull request #145 from timokoesters/fixserve
...
Ignore base_path changes for serve
2023-06-28 16:52:31 -07:00
Jon Kelley
571ff5fedf
Merge pull request #148 from DogeDark/fix-formatting-single-file
...
Fix formatting a single file with --file flag
2023-06-28 16:52:20 -07:00
xinglixing
fb227943ae
Fix: bump liveview salvo version to 0.44.1. ( #1224 ) ( #1130 )
2023-06-28 14:10:18 -05:00
Marc Espín
98fc153152
Fix: Remove play button from guide example ( #1118 )
...
* fix: Remove play button from guide example
* Update index.md
* update other examples
2023-06-28 09:32:42 -05:00
Jon Kelley
90f80e4dc2
Fix cargo doc
by using a fixed variant of interprocess ( #1129 )
...
* fix docs compilation
* dont change random codeblock
2023-06-27 19:40:41 -05:00
Jon Kelley
07dd9c275f
Merge pull request #1060 from Demonthos/fix-macos-hot-reloading
...
Fix restarting MacOs hot reloading after a forced exit
2023-06-27 15:32:46 -07:00
Jon Kelley
dfa4d8d989
Merge pull request #1105 from Demonthos/workspace-dependancies
...
Workspace Dependancies
2023-06-27 10:17:12 -07:00
Jason Schein
eb631f4077
Update fermi badge links. ( #1109 )
2023-06-26 19:29:49 -05:00
Evan Almloff
42011b7aa7
improve dioxus create
2023-06-26 13:12:42 -07:00
Jon Kelley
50ba8c46ee
Merge pull request #1123 from Demonthos/expose-background-color-option-wry
...
Expose wry background color option
2023-06-26 09:52:55 -07:00
Evan Almloff
9fbeb84921
update to git dioxus
2023-06-26 08:53:45 -07:00
Evan Almloff
1e5c220736
expose wry background color option
2023-06-24 10:25:24 -07:00
Evan Almloff
9a232328d0
fix some errors not being reported
2023-06-21 17:27:01 -07:00
Evan Almloff
16ab96aa0a
Automatically insert scripts if they are not found
2023-06-21 16:07:21 -07:00
Evan Almloff
b242afc17b
clean up some wording in the documentation
2023-06-21 15:42:48 -07:00
Evan Almloff
e244159661
add missing items to Dioxus.toml documentation
2023-06-21 14:58:03 -07:00
Jon Kelley
11c9abcf7c
Merge pull request #1108 from marc2332/patch-7
...
feat: Simplify `use_shared_state` doc example
2023-06-20 13:41:50 -04:00
Marc Espín
a3654fd0b8
Update use_shared_state.rs
2023-06-20 19:13:34 +02:00
Jonathan Kelley
d93d11262d
bump interpreter version
2023-06-20 11:57:24 -04:00
Jon Kelley
bdf66032ca
Merge pull request #1106 from Demonthos/make-registering-server-fn-optional
...
Make registering server functions optional
2023-06-20 07:50:14 -04:00
Evan Almloff
da44b7a3f2
fix salvo server function handler example
2023-06-19 16:11:59 -05:00
Evan Almloff
158852e5a0
make regestering server functions optional
2023-06-19 16:08:46 -05:00
Evan Almloff
c39f55920c
fix CI tests
2023-06-19 14:57:58 -05:00
Evan Almloff
5f873511c5
use workspace dependancies
2023-06-19 14:29:11 -05:00
Dirk Stolle
8a16eb4cb3
replace unmaintained actions-rs/* actions in CI workflows ( #1099 )
...
Basically all of the `actions-rs/*` actions are unmaintained. See
<https://github.com/actions-rs/toolchain/issues/216 > for more
information. Due to their age they generate several warnings in
CI runs.
To get rid of those warnings the occurrences of
`actions-rs/toolchain` are replaced by `dtolnay/rust-toolchain`,
and the occurrences of `actions-rs/cargo` are replaced by direct
invocations of `cargo`.
2023-06-19 12:43:33 -05:00
Evan Almloff
4f672ff4bb
fix boolean attributes with raw boolean values
2023-06-19 10:19:35 -05:00
James Fletcher
6e5fbcff63
Increase the number of tokio channels for the query engine from 8 to 1000. ( #1095 )
2023-06-19 09:26:02 -05:00
Jon Earnshaw
d596967b40
Fix typos on Event Handlers page ( #1102 )
...
* Fix typo on Event Handlers page
* Fix 2nd typo on Event Handlers page
2023-06-19 08:49:43 -05:00
Tim
96802c27ef
fixed typo in README ( #1098 )
2023-06-19 08:46:52 -05:00
Nick Mosher
b48cfe5730
fix: Remove dbg that was causing TUI rendering problems ( #1085 )
2023-06-19 08:29:29 -05:00
Evan Almloff
04f066ddb7
fix clippy
2023-06-19 08:22:50 -05:00
ealmloff
cf9ed74303
Merge branch 'master' into fix-onload-event
2023-06-19 08:16:40 -05:00
ealmloff
d9a1b702df
Merge branch 'DioxusLabs:master' into expand-fuzzing
2023-06-19 07:55:49 -05:00
erithax
ae80702ed9
fix chosing launch target
...
it used to match in order:
* first binary alphabetically
* library
now matches in order:
1. default-run binary
2. binary with name of crate or located at src/main.rs
3. first binary alphabetically
4. library
2023-06-16 17:58:38 +02:00
YuKun Liu
5f35fa6e16
Merge pull request #149 from xpe/patch-1
...
Fix typo: "NetWork" -> "Network"
2023-06-14 00:13:51 +08:00
David James
741098e893
Fix typo: "NetWork" -> "Network"
...
"W" -> "w". In ASCII, that is +32 :)
2023-06-10 22:45:44 -04:00
Marc Espín
1546fce485
fix: Properly drop UseFuture's values to avoid leaking memory
2023-06-10 18:26:02 +02:00