Commit graph

3813 commits

Author SHA1 Message Date
Günter Zöchbauer
bba7eaa61e
Fix typo 2023-04-24 18:22:32 +02:00
Evan Almloff
61dba2825c Improve the custom hooks chapter 2023-04-24 11:16:53 -05: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
Antonio Curavalea
459d8d69a7
examples: add PWA w/ Dioxus CLI template (#977)
* examples: add PWA w/ Dioxus CLI template

* ci: properly set workspace and dependencies
2023-04-23 18:26:23 -05:00
Evan Almloff
28ef3f8968 fix liveview links 2023-04-23 12:07:38 -05:00
Evan Almloff
425d8c64dd use the generic parameter in the generic component example 2023-04-23 11:54:40 -05:00
Evan Almloff
5a08da5ec7 fix selected and checked with boolean attributes 2023-04-23 11:48:53 -05:00
bluekey
ca0e1fb9ab added select element example 2023-04-23 17:15:06 +02:00
Icekey
b4af761038
fix rng in svg dice example (#970)
fixed the rng range so that a 6 can be rolled
2023-04-22 11:09:41 -05:00
Evan Almloff
80a8310297 switch debug logs to trace in the router and web crates 2023-04-20 15:08:56 -05:00
Evan Almloff
20e7b9b65b Merge branch 'upstream' into fix-non-bubbling-events 2023-04-20 10:20:00 -05:00
Evan Almloff
9fa912bb59 create native file engine bindings for TUI/Blitz 2023-04-20 10:12:11 -05:00
Evan Almloff
d7eae79509 prevent default file input behavior on desktop 2023-04-20 10:10:52 -05:00
Evan Almloff
8669a5eb0e remove unused shipyard-heigharchy 2023-04-20 08:55:35 -05:00
Evan Almloff
223c7efce2 Merge branch 'upstream' into query-system 2023-04-18 10:33:40 -05:00
Evan Almloff
bed1d58a77 create web file engine 2023-04-18 09:24:34 -05:00
ealmloff
894246a04a
Merge branch 'master' into return-context 2023-04-18 08:53:01 -05:00
Jon Kelley
73a2beb327
Merge pull request #962 from Demonthos/fix-non-ascii-string-decoding 2023-04-17 13:26:38 -07:00
Evan Almloff
1200457880 bump sledgehammer version 2023-04-17 07:18:26 -05:00
Jon Kelley
9b02b2169f
Merge pull request #959 from Demonthos/bump-sledgehammer-bindgen 2023-04-15 10:49:04 -07:00
Marc Espín
c113d96bbe
fix: Update logos and custom assets example (#960)
* fix: Update logo and custom assets example

* update old logos
2023-04-15 08:02:04 -05:00
Evan Almloff
ea5a6775a2 bump sledgehammer-bindgen version 2023-04-14 14:58:48 -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
Jon Kelley
a687f697c7
Merge pull request #902 from Demonthos/fix-ssr-raw-attributes
Fix raw attribute values in SSR
2023-04-13 09:55:50 -07:00
Evan Almloff
7193453fe0 Merge branch 'upstream' into server-fn 2023-04-13 08:09:27 -05:00
Jon Kelley
89efa60389
Merge pull request #939 from Demonthos/disable-browser-shortcuts
Disable browser shortcut keys on windows
2023-04-12 15:20:57 -07:00
Adrian Wannenmacher
90c7e22f8b
actually make clippy happy 2023-04-12 20:19:01 +02:00
Adrian Wannenmacher
2f3bb4d6d5
make clippy happy 2023-04-12 19:48:27 +02:00
Adrian Wannenmacher
0f4af4ffd5
merge upstream changes 2023-04-12 19:41:14 +02:00
Evan Almloff
6afd764aa4 Merge branch 'upstream' into fix-ssr-raw-attributes 2023-04-12 09:11:25 -05:00
Evan Almloff
bc014f7107 Merge branch 'upstream' into disable-browser-shortcuts 2023-04-12 09:09:36 -05:00
Jon Kelley
071f81efbc
Merge pull request #953 from Demonthos/fix-native-core-dependancies-in-different-directions
Fix native core dependencies in a different direction than the pass direction
2023-04-11 14:32:35 -07:00
Jon Kelley
266f28f547
Merge pull request #954 from Demonthos/fix-linux-CI
Fix Linux Wry dependencies
2023-04-11 14:15:03 -07:00
Andrew Collins
d6b9d8f5b6 remove rc around webview and add type for desktopcontext 2023-04-11 16:45:00 -04:00
Adrian Wannenmacher
e24526dab3
add tests for the link component 2023-04-11 22:07:00 +02:00
Adrian Wannenmacher
18c7f9c056
reimplement link click event handler prop 2023-04-11 20:38:39 +02:00
Adrian Wannenmacher
0b7384ddf2
document why matching route doctest is ignored 2023-04-11 19:58:28 +02:00
Adrian Wannenmacher
00174d4f46
switch router to async-lock 2023-04-11 19:58:07 +02:00
Adrian Wannenmacher
231e32d76e
merge upstream changes 2023-04-11 19:21:48 +02:00
Evan Almloff
6653d48614 fix clippy lint in desktop 2023-04-11 11:34:33 -05:00
Evan Almloff
4a9ebe78d7 fix Linux CI dependancies 2023-04-11 11:22:36 -05:00
Andrew Collins
64575eaee2 forgot one 2023-04-11 11:06:16 -04:00
Andrew Collins
0e1f015b78 turn desktop context into Rc<DesktopContext> 2023-04-11 11:03:46 -04:00
Evan Almloff
d29514968f fix native core dependancies in a different direction than the pass direction 2023-04-10 11:12:54 -05:00
Evan Almloff
d005f3481f fix non-bubbling event propagation 2023-04-10 09:45:16 -05:00
Jonathan Kelley
9571adea30 add counter example 2023-04-09 13:42:40 -07:00
Andrew Collins
a5c46b0e5c new window returns desktop context 2023-04-08 11:23:48 -04:00
Jon Kelley
7c9295af38
Merge pull request #920 from Demonthos/fix-cfg-docs
Update docs for the web cfg cache option
2023-04-07 16:08:16 -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