Commit graph

225 commits

Author SHA1 Message Date
mrxiaozhuox
09311ff132 feat: add plugin mod 2022-07-24 19:00:43 +08:00
vianney
7aa8feaa49 [FIX] fixed typo : tailwind-css -> tailwindcss 2022-07-20 19:26:26 +02:00
vianney
014df14a24 [ADD] Added tailwind-css tool in dioxus-cli. tailwind-css downloads tailwind binary from github and puts it in the tool directory. tailwind-css handles release profile by minifying the bundle. Fixed typo in src/config.rs. Updated docs in configure.md. Updated Dioxus.toml by adding tailwind tool 2022-07-20 17:22:22 +02:00
YuKun Liu
66862e2310
Merge pull request #55 from Demonthos/fix_single_line_rsx_hot_reloading
fix single line rsx hot reloading
2022-07-14 21:30:11 +08:00
Evan Almloff
6c11eca05b fix single line rsx hot reloading 2022-07-14 07:38:51 -05:00
YuKun Liu
0adabf68a0 feat: clean warning info 2022-07-10 11:28:20 +08:00
YuKun Liu
6cefdcc0cf fix: typo 2022-07-09 22:37:06 +08:00
YuKun Liu
9731588e2d fix: format code 2022-07-09 22:23:54 +08:00
YuKun Liu
c97d7f263a feat: commit code 2022-07-09 22:21:21 +08:00
YuKun Liu
dfcf4e1f88 feat: change default config 2022-07-09 22:17:32 +08:00
YuKun Liu
d543ea19d0 feat: commit some thing 2022-07-09 22:02:33 +08:00
YuKun Liu
bfaa8e3c74 feat: commit code 2022-07-09 20:54:16 +08:00
YuKun Liu
8613518c40 feat: commit code 2022-07-09 20:00:17 +08:00
YuKun Liu
78c78548e8 feat: commit prettier_build 2022-07-09 16:41:53 +08:00
YuKun Liu
526a88cab1 feat: commit code 2022-07-09 14:16:19 +08:00
YuKun Liu
dfe571df1a feat: commit prettier_build 2022-07-09 10:09:25 +08:00
YuKun Liu
eb0145173d feat: add indicatif crate 2022-07-09 00:32:23 +08:00
YuKun Liu
0a2bac8715 feat: commit code 2022-07-09 00:28:00 +08:00
YuKun Liu
5edcb9238c feat: cargo format struct 2022-07-08 09:26:05 +08:00
YuKun Liu
7860f8b931 feat: commit code 2022-07-07 23:03:30 +08:00
YuKun Liu
f57dc5212b fix: change local https to http 2022-07-06 23:01:39 +08:00
YuKun Liu
b642dcd739 fix: format code 2022-07-06 22:45:08 +08:00
YuKun Liu
3551d1b6a0 feat: commit code 2022-07-06 22:44:50 +08:00
YuKun Liu
14a2ec306e feat: commit code 2022-07-06 22:37:27 +08:00
YuKun Liu
61c06ea598 feat: commit console log 2022-07-06 21:23:35 +08:00
YuKun Liu
81b712ec0b feat: commit code 2022-07-06 21:08:46 +08:00
YuKun Liu
8dbf571891 feat: commit console print 2022-07-06 18:11:25 +08:00
YuKun Liu
9e64b5dde8 feat: commit code 2022-07-06 17:46:46 +08:00
YuKun Liu
b2c5141fa6 feat: commit code 2022-07-06 17:36:14 +08:00
YuKun Liu
719e48c0a5 feat: beautify console 2022-07-06 16:16:16 +08:00
YuKun Liu
c86c39477f Merge branch 'master' of https://github.com/mrxiaozhuox/dioxus-cli 2022-07-06 00:22:51 +08:00
YuKun Liu
f4ed207649 feat: commit code 2022-07-06 00:22:40 +08:00
YuKun Liu
a0a8b8b2d3
Merge pull request #48 from Demonthos/fix_path_seperator
fix path separator for hot reloading
2022-06-30 09:25:40 +08:00
YuKun Liu
c54d467730 feat: set port configurable 2022-06-29 16:40:23 +08:00
Evan Almloff
c9ac828ec7 fix path seperator 2022-06-28 10:00:02 -05:00
Demonthos
f8014f307b depend on dioxus master until next release 2022-06-21 10:19:42 -05:00
Evan Almloff
7025bd43aa use line!, col!, and row! instead of panic location 2022-06-20 15:44:14 -05:00
Evan Almloff
2908e53d1b add delay before reading the changed file 2022-06-17 14:50:05 -05:00
Evan Almloff
815bdcdf00 clean up logs 2022-06-16 13:23:45 -05:00
Evan Almloff
11d045deeb Merge https://github.com/DioxusLabs/cli into hot_reload 2022-06-16 13:20:41 -05:00
Evan Almloff
a79046f36a use build manager instead of rebuilding in the ws handler 2022-06-16 13:13:06 -05:00
Evan Almloff
22e40c6bc1 removed debugging messages 2022-06-16 10:21:28 -05:00
Evan Almloff
8e33b8e027 improve speed when reloading the site 2022-06-16 09:11:02 -05:00
Evan Almloff
edc31dfc03 better error messages 2022-06-15 13:58:24 -05:00
Evan Almloff
8ff50df3a5 preserve whitespace in rsx 2022-06-15 13:29:35 -05:00
Demonthos
b0f987aa10 accept all interperter errors 2022-06-15 12:55:25 -05:00
Evan Almloff
fb7ea5915b use cli flag instead of feature flag 2022-06-14 09:47:16 -05:00
Evan Almloff
712d258496 clean up config statements 2022-06-14 07:31:37 -05:00
Evan Almloff
b3db5469c3 ignore files that have not been changed recently when checking for changes initially 2022-06-13 15:33:49 -05:00
xTeKc
bfab711010
force closure to take ownership 2022-06-12 03:35:25 -04:00
Evan Almloff
0c4028ad52 close websocket on disconnect 2022-06-10 19:18:02 -05:00
Evan Almloff
1d29f66cfc use log::info instead of print 2022-06-09 13:00:28 -05:00
Evan Almloff
aa9f5a1a42 clean up imports 2022-06-09 12:44:07 -05:00
Evan Almloff
f06920a37e search directory .rs files to diff automaticly 2022-06-09 12:38:59 -05:00
Evan Almloff
f19958d766 move into feature 2022-06-09 11:58:09 -05:00
Evan Almloff
61e9f56816 automaticly reload when rsx requires it 2022-06-09 11:37:48 -05:00
Evan Almloff
3ccd65b582 remove unused import 2022-06-09 10:35:18 -05:00
Evan Almloff
49b3ef83d3 create websocket to update rsx and report errors back 2022-06-09 09:37:26 -05:00
YuKun Liu
421d2ed298 feat: add verbose flag 2022-06-06 21:48:14 +08:00
YuKun Liu
d20e7ab508 feat: add features flag 2022-06-06 18:18:22 +08:00
YuKun Liu
6aa609144d feat: add profile flag 2022-06-06 08:46:16 +08:00
YuKun Liu
51639af482 feat: add profile flag 2022-06-06 00:16:15 +08:00
YuKun Liu
87e6ed0a3d Fixed builder problem 2022-05-12 22:49:27 +08:00
YuKun Liu
cc56dd19dd Add sass file extension 2022-05-12 00:11:51 +08:00
YuKun Liu
7f829c4553 Format code 2022-05-11 11:50:01 +08:00
YuKun Liu
cb650bad8a Fixed some problem 2022-05-11 11:47:49 +08:00
YuKun Liu
60bb0d9eb9 Format code 2022-05-11 11:15:33 +08:00
YuKun Liu
065da8db65 Add sass desktop build support 2022-05-11 11:14:49 +08:00
YuKun Liu
dccd82091a Fixed input option error 2022-05-11 11:12:23 +08:00
YuKun Liu
c6aa4e332d Ignore scss file in out_dir 2022-05-11 10:01:02 +08:00
YuKun Liu
bf49d526d7 Fixed some problem 2022-05-11 00:27:37 +08:00
YuKun Liu
ecb846dd24 Rename files to input 2022-05-10 23:00:39 +08:00
YuKun Liu
9ddaa773d9 Remove auto option 2022-05-10 22:58:48 +08:00
YuKun Liu
551d2477ff Add source_map option 2022-05-10 22:32:47 +08:00
YuKun Liu
b5ecd09185 Add files list option 2022-05-10 19:22:19 +08:00
YuKun Liu
8b06fe6059 Fixed sass tool 2022-05-10 13:46:53 +08:00
YuKun Liu
768a0426d8 Add sass support 2022-05-10 10:31:02 +08:00
YuKun Liu
f7f1d90520 Add sass support 2022-05-08 00:56:22 +08:00
YuKun Liu
ea723f64cd Support sass install 2022-05-07 19:11:12 +08:00
YuKun Liu
c48345b86e Add zip support 2022-05-07 16:25:23 +08:00
YuKun Liu
5d013ecf82 Try to add Sass support 2022-05-07 11:54:00 +08:00
YuKun Liu
2c9f5f1957 Fixed dioxus.toml 2022-04-29 12:59:15 +08:00
YuKun Liu
157e42640d
Merge pull request #31 from mirichan/master
Opt into standards mode
2022-04-18 09:04:39 +08:00
Michael Mroz
569b294ab9 Opt into standards mode 2022-04-17 01:13:48 -07:00
YuKun Liu
001410f119 Format code 2022-04-17 11:25:53 +08:00
YuKun Liu
714c6dd46f Upgrade axum version 2022-04-17 11:24:17 +08:00
YuKun Liu
01f623d1fd
Merge branch 'master' into master 2022-04-07 13:53:41 +08:00
Ben Birch
280480de6b - set index on 404 to true (highly desired for SPA)
- add support for web.base_path in dioxus.toml to allow multi level routes
2022-04-07 15:22:46 +10:00
YuKun Liu
4867cb5cf3
Update config.rs 2022-04-02 23:51:52 +08:00
YuKun Liu
f371786b89
Merge branch 'master' into master 2022-04-02 23:46:13 +08:00
Jon Kelley
e84851bdfb
Merge pull request #25 from naturalethic/serve-index-on-404
Service index.html on 404 (for SPA)
2022-04-02 11:43:25 -04:00
YuKun Liu
1017c87e9b
Merge branch 'master' into master 2022-04-01 16:04:45 +08:00
Jon Kelley
278e640c42
Merge pull request #24 from naturalethic/take-executable-from-configured-bin
Take executable from configured bin
2022-03-29 12:40:30 -04:00
YuKun Liu
524f97a51a
Merge pull request #23 from naturalethic/configure-package
Allow package configuration
2022-03-29 15:46:31 +08:00
YuKun Liu
59b073fda3
Merge pull request #28 from naturalethic/fix-app-start-in-release
Call wasm main if debug start is missing
2022-03-29 15:45:19 +08:00
Joshua Kifer
9aa64a0fa0 Call wasm main if debug start is missing 2022-03-28 08:34:45 -06:00
Joshua Kifer
e487571ce2 Change config package to sub_package 2022-03-28 06:55:04 -06:00
YuKun Liu
d756a42cc1
Merge branch 'master' into master 2022-03-28 10:35:27 +08:00
YuKun Liu
4141e4c6d8
Merge pull request #26 from naturalethic/meta-viewport-scale
Add meta viewport tag for scale (for phones)
2022-03-28 10:20:56 +08:00
YuKun Liu
a7991a32c5 fix: commit code 2022-03-28 10:13:58 +08:00