Commit graph

422 commits

Author SHA1 Message Date
Koji AGAWA
32ea636bc7 fix: rebuild hangs on windows 2023-02-11 22:40:48 +09:00
Koji AGAWA
3ca4628ae6 fix: get_ip on watcher hangs on windows 2023-02-11 22:38:38 +09:00
mgbvox
5ca3bdc279 remove unneeded installs 2023-01-19 14:13:05 -05:00
mgbvox
7e7ff2cb4c removed dead code 2023-01-19 11:36:03 -05:00
mgbvox
e38092fc44 fixed cargo create bug 2023-01-19 11:35:25 -05:00
mgbvox
eb91d779cf started tests; some minor build optimization 2023-01-19 10:18:36 -05:00
Jon Kelley
9b966202ed
Merge pull request #92 from DioxusLabs/jk/autofmt-project
feat: enable project autoformatting
2023-01-12 17:05:50 -08:00
Jonathan Kelley
af381a112f chore: bump autofmt crate 2023-01-12 17:05:27 -08:00
Jonathan Kelley
e1705a2920 Merge branch 'master' into jk/autofmt-project 2023-01-12 15:43:23 -08:00
Jonathan Kelley
6684e17024 commit lockfile 2023-01-12 15:42:18 -08:00
Jon Kelley
26307f04d2
Merge pull request #86 from DioxusLabs/jk/cleanups
chore: use rosetta for translate module and cleanup some top level code
2023-01-12 15:41:56 -08:00
Jonathan Kelley
964725a069 feat: enable project autoformatting 2023-01-12 15:36:10 -08:00
Jon Kelley
93c7651312
Merge pull request #88 from dxps/typos 2023-01-07 14:28:43 -08:00
dxps
bb9b95fbd1 chore: typos 2023-01-06 17:13:08 +02:00
YuKun Liu
91fa5fa172
Merge pull request #87 from terhechte/patch-1
Move property so it is in the right category
2022-12-29 11:55:43 -08:00
Benedikt Terhechte
5d25a6498b
Move property so it is in the right category
index_on_404 was never used with the default config because the property is set on `web.watcher` and not on `web.app`
2022-12-29 11:57:13 +01:00
Jonathan Kelley
479ee2a0f1 chore: use rosetta 2022-12-29 02:24:24 -05:00
Jon Kelley
75e005f761
Merge pull request #35 from DioxusLabs/jk/formatting-and-extension
Formatting and extension
2022-12-25 23:39:45 -05:00
Jonathan Kelley
230c83c35b fix: merge errors 2022-12-25 23:39:28 -05:00
Jonathan Kelley
98aa80d0c7 chore: commit cargo lock 2022-12-25 23:38:42 -05:00
Jonathan Kelley
fa52a8f71a Merge branch 'master' into jk/formatting-and-extension 2022-12-25 23:38:33 -05:00
Jon Kelley
b482b4c35d
Merge pull request #84 from Demonthos/fix-hot-reloading
Fix hot reloading
2022-12-25 21:54:43 -05:00
YuKun Liu
cd5599107f
Merge pull request #85 from dxps/master
fix(#60): handling default cfg & kebab_case name
2022-12-25 15:30:34 -08:00
dxps
3209dd330b fix(#60): handling default cfg & kebab_case name
closes #60
2022-12-25 16:54:09 +02:00
Evan Almloff
3cc52f432a Merge branch 'fix-hot-reloading' of https://github.com/Demonthos/cli into fix-hot-reloading 2022-12-23 15:42:24 -06:00
Evan Almloff
33e3f9c360 move hot reloading utilities to dioxus repository 2022-12-23 15:42:14 -06:00
Evan Almloff
49a0400d95 don't use local dependencies 2022-12-22 19:36:25 -06:00
Evan Almloff
86e10a9858 fix some warnings and remove debugging statements 2022-12-22 17:00:55 -06:00
Evan Almloff
ef6ae642ba fix hot reloading rsx with nested rsx calls 2022-12-22 16:37:15 -06:00
Evan Almloff
6f92e05d64 fix some warnings 2022-12-22 11:37:22 -06:00
Evan Almloff
9261e4d5e9 fix diffing 2022-12-20 15:07:35 -06:00
Evan Almloff
690aad7912 Merge branch 'fix-hot-reloading' of https://github.com/Demonthos/cli into fix-hot-reloading 2022-12-20 14:32:47 -06:00
Evan Almloff
fb7c55f9bd match the render macro as well 2022-12-20 14:32:04 -06:00
=
f50988b01f add serialize feature to core depenancy 2022-12-19 22:46:50 -06:00
Evan Almloff
c5ac7698fa fix hot reloading 2022-12-19 20:48:35 -06:00
=
6da1b531bb WIP update templates 2022-12-18 21:00:31 -06:00
Jonathan Kelley
15ec138320 chore: fix 2022-12-11 13:01:50 -08:00
Jonathan Kelley
21172850e8 chore: bumpb cli 2022-12-11 12:57:25 -08:00
Jonathan Kelley
90be4a19a3 erge branch 'master' of https://github.com/jkelleyrtp/dioxus-studio 2022-12-11 12:54:22 -08:00
Jonathan Kelley
7d49f71cd5 fix: disable hotreloaidng stuff 2022-12-11 12:54:17 -08:00
Jon Kelley
62bc72e3d2
Merge pull request #83 from mrxiaozhuox/master
Fixed docs workflow
2022-12-11 04:29:11 -08:00
Jonathan Kelley
aa05dc3054 fix: builds of CLI 2022-12-07 12:55:28 -08:00
YuKun Liu
c36ab028b9 fix: docs workflow 2022-12-01 09:17:03 -08:00
YuKun Liu
c176c9f82f feat: commit code 2022-11-30 13:51:23 -08:00
YuKun Liu
c44777003b fix: some warning 2022-11-30 09:31:42 -08:00
YuKun Liu
6092bfed0a Merge branch 'master' of https://github.com/mrxiaozhuox/dioxus-cli 2022-11-19 15:48:11 -08:00
YuKun Liu
9a73b4e9e4 feat: commit code 2022-11-19 15:48:09 -08:00
Jon Kelley
2e804f71b3
Merge pull request #57 from mrxiaozhuox/master 2022-11-18 18:48:38 -08:00
Jonathan Kelley
d39045799e chore: bump version 2022-11-14 18:10:22 -08:00
Jonathan Kelley
4936e38f82 chore: publish 0.2 2022-11-14 18:09:54 -08:00