Jonathan Kelley
eaaee45fda
Merge pull request #1216 from DioxusLabs/dependabot/npm_and_yarn/packages/extension/word-wrap-1.2.4
...
Bump word-wrap from 1.2.3 to 1.2.4 in /packages/extension
2023-07-19 19:47:35 -07:00
Jonathan Kelley
941641825e
Merge pull request #1226 from DioxusLabs/jk/make-miri-happier
...
Fix: dont use bumpslab anymore, just box scopestates
2023-07-19 19:47:13 -07:00
Jonathan Kelley
af7a7df3a6
Merge pull request #1224 from Demonthos/auto-fmt-docsite
...
Improve auto formatting multiline raw attributes/event handlers
2023-07-19 19:04:23 -07:00
Jonathan Kelley
4240f8428c
Fix: dont use bumpslab anymore, just box scopestates
2023-07-19 18:40:43 -07:00
Evan Almloff
330950140c
fix clippy
2023-07-19 18:16:32 -07:00
Jonathan Kelley
9d942f1162
make msrv 1.66
2023-07-19 17:20:48 -07:00
Evan Almloff
b6ea722d94
fix some edge cases around multiline attributes
2023-07-19 16:59:20 -07:00
Evan Almloff
f55375b8ce
simplify fullstack hello world examples
2023-07-19 16:57:43 -07:00
Jonathan Kelley
c954a116eb
Fix race condition in use_future
2023-07-19 14:23:34 -07:00
Evan Almloff
7e2ef1260f
Merge branch 'master' into use-server-function
2023-07-19 14:19:03 -07:00
Evan Almloff
212022d0c2
more clippy fixes
2023-07-19 13:54:10 -07:00
Jonathan Kelley
b1a4ac48d4
Move filedialog code into cfg-ed out folder
2023-07-19 13:52:27 -07:00
Evan Almloff
1f19ac9334
bump sledgehammer bindgen
2023-07-19 13:45:47 -07:00
Jonathan Kelley
90d23714da
Fix clippy around pathbuf
2023-07-19 13:44:38 -07:00
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
ealmloff
c9d00908ec
Update component.rs
2023-07-19 15:00:10 -05: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
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
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
Evan Almloff
61e9fd9973
use :.. instead of :...
2023-07-18 16:34:27 -07: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
Jonathan Kelley
9d53b2b6d2
Merge pull request #1196 from Demonthos/log-hydration-errors
...
Add nicer debug messaging in trace level for hydration
2023-07-17 16:13:18 -07:00
Jonathan Kelley
3b35f26163
Merge pull request #1198 from DogeDark/cli-stuff
...
CLI Bin Flag
2023-07-17 16:07:38 -07:00
Miles Murgaw
056effb87c
feat: --bin docs
2023-07-17 18:24:03 -04:00
Evan Almloff
7453486448
fix formatting
2023-07-17 15:12:57 -07:00
Evan Almloff
4c3fb1a33f
Merge branch 'master' into router-typesafe
2023-07-17 15:12:25 -07:00
Miles Murgaw
4b70b1ce96
revision: find bin from workspace Cargo.toml
2023-07-17 14:30:05 -04:00
Evan Almloff
913d1f0491
merge new suspense
2023-07-17 09:56:38 -07:00
Evan Almloff
b05fb16155
fix server_cached function
2023-07-17 09:48:35 -07:00
Marc Espín
9cbc086aa1
fix: Update use_ref docs ( #1201 )
2023-07-17 11:02:02 -05:00
Miles Murgaw
9fab3cf4e3
Merge branch 'master' into cli-stuff
2023-07-15 12:40:23 -04:00
Brian Donovan
9cef71b6b9
fix(cli): improve error message for invalid config ( #1200 )
...
Previously an invalid `Dioxus.toml` file would yield this error when running e.g. `dx serve`:
```
Error: Failed to load `Dioxus.toml` because: Dioxus.toml parse failed
```
This doesn't give any indication why it failed to parse. This commit updates it to include why the parsing failed, e.g.:
```
Error: Failed to load Dioxus config because: Dioxus.toml missing field `name` for key `application` at line 38 column 1
```
I initially had it format the message to include `Dioxus.toml:38:1` to be clickable in some terminals, but the location specified didn't always seem particularly relevant to the actual problem so I left it as-is.
This also fixes what I believe would be an issue on case-sensitive file systems where if `dioxus.toml` existed it would try to read `Dioxus.toml`.
I'm still fairly new to Rust, so the `.as_path()` calls may not be the best way to deal with the fact that the borrow checker wouldn't let me re-use `crate_dir` and `dioxus_conf_file`. I'm open to suggestions!
2023-07-15 11:13:22 -05:00
Jonathan Kelley
68253b49d7
cargo fmt
2023-07-14 17:46:14 -07:00
Jonathan Kelley
cc984fae54
Only check suspense if the component aborted rendering
2023-07-14 17:45:48 -07:00
Miles Murgaw
d710b92696
fix: do it correctly
2023-07-14 20:41:27 -04:00
Evan Almloff
040b9d15a8
document from_server
2023-07-14 17:39:46 -07:00
Evan Almloff
de72d85391
create server_cached function
2023-07-14 17:23:12 -07:00
Jonathan Kelley
e751f63030
Dont use suspense in dog app, remove from use_future
2023-07-14 17:17:08 -07:00
Jonathan Kelley
0f5605b3db
Apply clippy fixes
2023-07-14 17:13:49 -07:00
Jonathan Kelley
f0128a3150
implement suspense using simpler approach
2023-07-14 17:12:07 -07:00
Miles Murgaw
41fd7a1040
feat: bin flag for serve and build
2023-07-14 20:06:54 -04:00
Jonathan Kelley
81075748f6
add simple suspense methods
2023-07-14 16:56:17 -07:00
Miles Murgaw
bfbca2653f
Merge branch 'DioxusLabs:master' into cli-stuff
2023-07-14 19:40:22 -04:00
Evan Almloff
fa97f5450f
add nicer debug messaging in trace level for hydration
2023-07-14 16:16:13 -07:00
Jonathan Kelley
cbd88bbcc3
Rip out async components
2023-07-14 16:15:20 -07:00
Jonathan Kelley
af49cb4ec6
Merge branch 'master' into master
2023-07-14 15:36:28 -07:00
Miles Murgaw
9d259b6073
revision: remove nestedness
2023-07-14 18:30:27 -04:00
Jonathan Kelley
78d383bf1f
Merge pull request #1128 from marc2332/feat/improved-docs
...
feat(docs): Improved shared state, use_effect and use_memo docs
2023-07-14 15:20:40 -07:00
Jonathan Kelley
9d2b44aa0f
Merge branch 'master' into feature/use-shared-state-better-diagnostics
2023-07-14 15:07:53 -07:00
Evan Almloff
d885846589
refactor incremental rendering
2023-07-14 14:53:03 -07:00
Jonathan Kelley
df23c3c651
Update more docs
2023-07-14 13:58:49 -07:00
Jonathan Kelley
16763c065b
Rename dioxus to dx in examples and fullstack
2023-07-14 13:53:06 -07:00
Jonathan Kelley
d27af03e3f
Remove the dioxus bin from the cli
2023-07-14 13:52:54 -07:00
ealmloff
cda9aad106
Merge branch 'master' into router-typesafe
2023-07-14 14:36:09 -06:00
Evan Almloff
a831c1375a
remove web test for router
2023-07-14 13:30:04 -07:00
Jonathan Kelley
f62af4057f
Fix clippy lint
2023-07-14 13:22:08 -07:00
Jonathan Kelley
3b3020edd2
Make clippy ignore dumb lint
2023-07-14 13:13:33 -07:00
Jonathan Kelley
2d8841cf70
Add lazy contexts to signals
2023-07-14 12:52:49 -07:00
Evan Almloff
5896dfab1a
fix clippy
2023-07-14 12:51:20 -07:00
Evan Almloff
97115f6537
fix nested nest segments
2023-07-14 12:32:46 -07:00
Evan Almloff
b1ef64126e
fix formatting
2023-07-14 12:03:20 -07:00
Evan Almloff
7a8a2cd1b4
Merge branch 'router-typesafe' of https://github.com/Demonthos/dioxus into router-typesafe
2023-07-14 11:54:08 -07:00
Evan Almloff
07ea421bf4
ignore hash in routes for now
2023-07-14 11:53:44 -07:00
ealmloff
9e8f8ff6b0
Merge branch 'master' into router-typesafe
2023-07-14 12:44:29 -06:00
Evan Almloff
d19a33d59c
fix reversed nests
2023-07-14 11:40:38 -07:00
Evan Almloff
35a3880b88
allow mapping paths in the incremental renderer
2023-07-14 10:36:48 -07:00
Jonathan Kelley
645706c7f4
Merge pull request #1182 from DogeDark/cli-https
...
CLI HTTPS
2023-07-14 09:03:20 -07:00
Evan Almloff
1dac04ba8a
fix with_initial_path
2023-07-14 08:22:31 -07:00
Evan Almloff
8a142bbc95
improve index route parsing error message
2023-07-14 08:13:44 -07:00
Evan Almloff
86cd0ec81c
fix sitemaps for unclosed nests
2023-07-14 08:07:45 -07:00
Evan Almloff
5f37dcc2ac
fix layouts in child routes
2023-07-13 19:56:30 -07:00
Evan Almloff
128f3e4425
fix nested routers
2023-07-13 19:29:43 -07:00
Evan Almloff
8d166cf40d
fix router macro docs
2023-07-13 16:33:53 -07:00
Evan Almloff
29c6d4608d
add documentation to the routable derive
2023-07-13 16:23:31 -07:00
niedzwiedzw
337697a886
test with forked version of debug-cell
2023-07-13 20:12:28 +02:00
Evan Almloff
c6ddee6f21
remove the extract macro
2023-07-12 16:20:44 -06:00
Jonathan Kelley
b25501af48
Merge pull request #1139 from Demonthos/add-onunmount-hook
...
Add on unmount hook
2023-07-12 14:26:56 -07:00
Jonathan Kelley
17f2de81d6
Remove indexmap from core
2023-07-12 14:22:47 -07:00
Jonathan Kelley
5ceb4cc11e
Merge branch 'master' into timeout-count
2023-07-12 13:41:36 -07:00
niedzwiedzw
60d6137f39
better display for locations in panic messages
2023-07-12 16:36:17 +02:00
niedzwiedzw
9154b0f8ea
pass the information on previous caller on clone
2023-07-12 16:24:39 +02:00
niedzwiedzw
af091c5bf8
turns out Result combinators are not marked with #[trace_caller], so it must be written without function nesting in order to work
2023-07-12 16:20:19 +02:00
niedzwiedzw
3fa519563e
prevent inlining
2023-07-12 12:27:17 +02:00
Miles Murgaw
120fccc53d
fix: full & hot reload
2023-07-12 02:09:13 -04:00
Jonathan Kelley
f4b3be1b13
Merge pull request #940 from Demonthos/make-widgets-cross-framework
2023-07-11 20:47:01 -07:00
Miles Murgaw
5bc9e4556b
feat: custom mkcert paths
2023-07-11 23:01:37 -04:00
niedzwiedzw
760d93716f
also track previous caller in the in debug mode to show the conflicting borrow
2023-07-12 02:53:48 +02:00
niedzwiedzw
9da32d5465
oh yeah, tracking itself should also be debug-only
2023-07-12 01:53:00 +02:00
Miles Murgaw
b47e4fedcc
feat: default web.https config
2023-07-11 19:49:41 -04:00
niedzwiedzw
b8c14ce35c
make location diagnostics optional (only available in debug mode)
2023-07-12 01:38:50 +02:00
niedzwiedzw
43e3304eaf
track caller for easier debugging
2023-07-12 01:19:20 +02:00
niedzwiedzw
f159779af4
make thiserror a workspace dependency everywhere else
2023-07-11 22:54:24 +02:00
Miles Murgaw
d83b00ff0f
feat: mkcert
2023-07-11 16:38:34 -04:00
Miles Murgaw
ffb056798a
revision: organize
2023-07-11 15:51:56 -04:00
niedzwiedzw
469a7ac0af
better diagnostics for use_shared_state
2023-07-11 21:41:52 +02:00
Miles Murgaw
db93252faf
feat: cli use local certificate
2023-07-11 00:25:16 -04:00
Evan Almloff
0636e94f37
fix clippy
2023-07-10 19:34:45 -05:00
ealmloff
39ec5f498c
Merge branch 'master' into router-typesafe
2023-07-10 19:16:39 -05:00
Evan Almloff
831bcfd8e7
Fix warp fullstack adapter
2023-07-10 19:14:13 -05:00
Evan Almloff
0e83d48c04
Fix salvo fullstack builds
2023-07-10 18:48:55 -05:00
Kaid
e39d8708fa
Changed directory
to webkitdirectory
in bool_attrs
definitions.
2023-07-10 17:19:11 +08:00
Jonathan Kelley
37f9f38187
Merge pull request #1170 from DioxusLabs/jk/move-vscode-extension
...
Extract the vscode extension into its own module with wasm
2023-07-08 20:43:34 -07:00
Jonathan Kelley
e235683242
Bump version and make clippy happy
2023-07-08 19:44:33 -07:00
Jonathan Kelley
c6a5061615
bump version
2023-07-08 19:36:54 -07:00
Jonathan Kelley
d1697642bc
Update docs on extension
2023-07-08 19:36:02 -07:00
Jonathan Kelley
f9267fb71f
dont add wasm bindgen to cargo
2023-07-08 19:28:47 -07:00
Jonathan Kelley
8d27bb6236
don't add wasmbindgen
2023-07-08 19:28:39 -07:00
Jonathan Kelley
e96fd1ce57
Add a little bit of docs and change activation event
2023-07-08 19:27:25 -07:00
Jonathan Kelley
b5312732ba
Get wasm loading in extension
2023-07-08 18:53:43 -07:00
Jonathan Kelley
f59cacb2a0
Get wasm bundling working
2023-07-08 14:24:01 -07:00
Evan Almloff
73a45fb113
fix incremental router cache
2023-07-08 12:22:54 -07:00
Evan Almloff
d94316f7dd
fix formatting
2023-07-08 11:03:16 -07:00
Evan Almloff
6a3198ef85
cargo fix axum
2023-07-08 10:58:04 -07:00
Evan Almloff
1e5c57dd16
cargo fix
2023-07-08 10:57:44 -07:00
Evan Almloff
7c2bf4c5ed
fix formatting
2023-07-08 10:56:10 -07:00
Evan Almloff
fd98b51dfe
fix auth example
2023-07-08 10:42:15 -07:00
Evan Almloff
27b0c2683b
create auth example
2023-07-08 10:37:28 -07:00
Evan Almloff
453d087ed6
fix prop serialization
2023-07-08 09:13:24 -07:00
Marc Espín
32d4472bfd
fix: Remove duplicated doc links and improved some descriptions ( #1167 )
2023-07-08 11:04:27 -05:00
Evan Almloff
f0d1346652
remove unsafe from fullstack and ssr
2023-07-07 19:15:25 -07:00
Evan Almloff
206ab4cdb2
fix formatting
2023-07-07 19:05:15 -07:00
Evan Almloff
576bc61855
fix playwrite tests
2023-07-07 19:03:25 -07:00
Evan Almloff
aa26c086de
fix clippy
2023-07-07 18:41:22 -07:00
Evan Almloff
41f9c480c8
remove old references to server context
2023-07-07 18:39:18 -07:00
Evan Almloff
05fb8c1e91
Merge branch 'master' into router-typesafe
2023-07-07 18:31:48 -07:00
Jonathan Kelley
9fe7dc9b91
clippy
2023-07-07 18:28:07 -07:00