Commit graph

441 commits

Author SHA1 Message Date
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
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
Miles Murgaw
9d7aeb398b fix: vscode extension autofmt 2023-06-04 21:40:52 -04:00
Miles Murgaw
8cf6f60e93 fix: change error println to eprintln 2023-06-04 12:49:22 -04:00
Miles Murgaw
e8d011b476 revision: fmt 2023-06-04 12:48:28 -04:00
Miles Murgaw
c398372785 fix: formatting a single file with --file 2023-06-04 12:44:43 -04:00
trevyn
6306e3ca5f Fix spelling: "inhert" -> "inherit" 2023-06-04 14:39:19 +04:00
Timo Kösters
808da6e07f
fix: disable base_path changes for serve 2023-06-02 07:35:03 +02:00
iscas-zac
ef55c53c34
add mandatory hint to the config file. 2023-05-24 16:19:26 +08:00
YuKun Liu
2bbf69e6b6
Merge pull request #139 from Sol-Ell/make-clone-repo-err-clear
Make git clone repo err clear
2023-05-23 13:48:34 -07:00
YuKun Liu
aa1a45a14e fix: format code 2023-05-23 13:47:18 -07:00
YuKun Liu
719015378b fix: un-wrap Result for init_plugin_dir 2023-05-23 13:45:45 -07:00
YuKun Liu
fa7c297953
Merge pull request #140 from DogeDark/fix-wasm-bindgen 2023-05-15 13:50:56 -07:00
Miles Murgaw
7fd9940379 fix: wasm version mismatch 2023-05-14 13:52:46 -04:00
Ell
3b1eec2ed2
Merge branch 'DioxusLabs:master' into make-clone-repo-err-clear 2023-05-13 12:18:57 +05:00
YuKun Liu
a169fd647b
Merge pull request #138 from chaosprint/shared_array_buffer_as_optional_config
add shared array buffer support for dev server as optional config
2023-05-07 00:55:08 -07:00
YuKun Liu
3fd2eb844c docs: add document 2023-05-07 00:40:25 -07:00
YuKun Liu
b196affb02 fix: changed flag name to cross-origin-policy 2023-05-06 19:37:36 -07:00
Qichao Lan
4f95a0ba6b
Merge branch 'master' into shared_array_buffer_as_optional_config 2023-05-06 08:18:29 +02:00
chaosprint
257465a6d5 add shared array buffer support for dev server as opt config 2023-05-06 08:13:28 +02:00
YuKun Liu
cabec80ac5
Merge pull request #137 from chaosprint/support_dev_server_shared_array_buffer
set headers to support sab on dev server
2023-05-04 23:24:21 -07:00
chaosprint
a2a52717a0 cargo update lock 2023-05-04 13:34:24 +02:00
chaosprint
dfe66aa54e Merge remote-tracking branch 'upstream/master' into support_dev_server_shared_array_buffer 2023-05-04 13:33:29 +02:00
Qichao Lan
7dba2db8d0
Delete Cargo.lock 2023-05-04 13:21:59 +02:00
chaosprint
70fc8aac0a set headers to support sab on dev server 2023-05-04 13:21:01 +02:00
YuKun Liu
ffb43e19f0
Merge pull request #136 from arqalite/add-open-option-to-serve
feat: add "--open" option to `dioxus serve`
2023-05-02 09:45:17 -07:00
YuKun Liu
821bcf027d
Merge branch 'master' into add-open-option-to-serve 2023-05-02 09:45:07 -07:00
YuKun Liu
d8f76a9ebb
Update serve.md 2023-05-02 09:43:32 -07:00
YuKun Liu
3d53955f4a
Merge pull request #133 from zoechi/patch-1
Fix typo
2023-04-30 18:52:21 -07:00
Antonio Curavalea
f6cd48c612 feat: open browser during serve with "--open" 2023-04-30 23:13:46 +03:00
Günter Zöchbauer
bba7eaa61e
Fix typo 2023-04-24 18:22:32 +02:00
Ell
9f238fa464 Minor improvments. 2023-04-24 20:34:17 +05:00
Ell
60eb453aad Made clone_repo error clear. 2023-04-24 15:40:00 +05:00
Jon Kelley
9ce5fc508d
Merge pull request #129 from Lej77/master
Fix formatting issue with VSCode extension
2023-04-13 14:04:42 -07:00
YuKun Liu
286d769103
Merge pull request #130 from spookyvision/patch-1
propagate `features` to `dioxus serve`
2023-04-07 14:08:40 -07:00
Anatol Ulrich
a590a07b3f
propagate features to dioxus serve
#122 fixed `--features` for `dioxus build`, this PR adds the same for `dioxus serve`
2023-04-07 17:19:31 +02:00
Lej77
d1d0ffd912 fix off-by-one error for utf8 to utf16 pos conversion 2023-04-06 05:22:14 +02:00
Lej77
bc29cf4d28 extension specific config for formatOnSave feature 2023-04-06 02:56:38 +02:00
Lej77
44be89ff38 improve formatting with vs code extension 2023-04-06 02:34:25 +02:00
YuKun Liu
d5bda3c753
Merge pull request #127 from benschulz/proxies
Add proxy routes in startup_default(…)
2023-03-31 17:04:20 -07:00
Ben Schulz
2c787f85f4 Add proxy routes in startup_default(…) 2023-03-30 18:01:18 +02:00
YuKun Liu
917acf47fc
Merge pull request #122 from cosier/fix-features-switch
Build with --features cli argument
2023-03-25 21:56:12 -07:00
Jonathan Kelley
c4a307ac95 publish new version of cli
note that we have to use a slightly outdated version of the hot reloading crate.
2023-03-24 09:49:39 -07:00
Jonathan Kelley
fdda6b9ffe Merge branch 'master' of https://github.com/jkelleyrtp/dioxus-studio 2023-03-24 09:22:48 -07:00