Commit graph

2925 commits

Author SHA1 Message Date
Jon Kelley
2e58c7bf1d
Merge pull request #1002 from Demonthos/fix-workspace-name-collisions
Fix duplicate example and test names
2023-05-04 11:13:52 -07:00
Jon Kelley
2b421e055b
Merge pull request #997 from stephenandary/dioxus-devcontainer
Devcontainer for Contributors
2023-05-04 11:13:37 -07:00
Jon Kelley
b632bf182b
Merge pull request #973 from Icekey/select_example
added select element example
2023-05-04 11:10:33 -07:00
Jon Kelley
ed934d4bec
Merge pull request #996 from Demonthos/fix-dioxus-tui-widgets-link
Fix the link to tui widgets in the guide
2023-05-04 11:09:12 -07:00
Evan Almloff
ed4709101c fix duplicate example names 2023-05-02 09:38:58 -05:00
stephenandary
d3cf9f728c
WIP - remove comment in Dockerfile 2023-05-01 14:54:21 -04:00
stephenandary
5f3c3d3f04
WIP - Update base image to nightly so format on save works 2023-05-01 14:49:38 -04:00
stephenandary
e68c806f8c
WIP - Update Readme Codespaces section with setup link 2023-05-01 14:27:47 -04:00
stephenandary
856650eb4d
WIP - Add README 2023-05-01 14:25:54 -04:00
stephenandary
a78ee4ffe7
WIP - Update devcontainer to use debian bookworm 2023-05-01 14:12:08 -04:00
stephenandary
74cb70590c
WIP - Initial commit of devcontainer 2023-04-29 11:44:28 -04:00
Evan Almloff
3317dc3e17 fix the link to tui widgets in the guide 2023-04-29 07:58:43 -05:00
Icekey
72258a593c
Merge branch 'DioxusLabs:master' into select_example 2023-04-27 23:38:54 +02:00
Jon Kelley
8bf2475802
Merge pull request #994 from Demonthos/fix-click-events 2023-04-27 14:35:14 -07:00
Evan Almloff
f044bb2128 fix onclick event 2023-04-27 15:19:10 -05:00
Icekey
f01db7461f
Merge branch 'DioxusLabs:master' into select_example 2023-04-27 21:07:29 +02:00
Attilio
c645e1c6aa
Allow multiple prevent default for Web, Desktop and LiveView (#987)
* Allow multiple prevent default in dioxus_web

* Use SplitWhitespace for prevent default requests

* Add multiple prevent default option to liveview and desktop

* Update docs about prevent_default attribute

* cargo clippy

* update prevent default guide example

---------

Co-authored-by: Evan Almloff <ealmlof1@stumail.jccc.edu>
2023-04-27 11:26:04 -05:00
Tim Newsome
c904411190
Fix typo in event_handlers.md (#991) 2023-04-27 07:27:07 -05:00
Jon Kelley
fb52673433
Merge pull request #990 from Demonthos/fix-form-event-deserialization
make files optional when deserializing form data
2023-04-26 17:22:38 -07:00
Evan Almloff
cfe94950c6 make files optional when deserializing form data 2023-04-26 18:05:13 -05:00
Jon Kelley
06ae3756ad
Merge pull request #965 from Demonthos/implement-file-engine
Implement file engine on each platform
2023-04-26 15:33:42 -07:00
Jonathan Kelley
22cfff647c Merge branch 'master' into implement-file-engine 2023-04-26 15:32:34 -07:00
Jon Kelley
79c62e5545
Merge pull request #974 from Demonthos/fix-selected-desktop
Fix selected and checked with boolean attributes
2023-04-26 15:21:29 -07:00
Jon Kelley
3962c92f03
Merge pull request #952 from Demonthos/fix-non-bubbling-events
Fix non-bubbling event propagation
2023-04-26 15:21:19 -07:00
Jon Kelley
537ecbf4bb
Merge pull request #989 from Demonthos/fix-liveview-tokio-features
Fix LiveView Tokio features
2023-04-26 15:20:31 -07:00
ealmloff
be2e69bd77
Merge branch 'DioxusLabs:master' into fix-non-bubbling-events 2023-04-25 15:24:37 -05:00
ealmloff
425e8bfed8
Merge branch 'DioxusLabs:master' into fix-selected-desktop 2023-04-25 15:24:05 -05:00
Evan Almloff
254947a194 fix liveview tokio features 2023-04-25 15:08:53 -05:00
Evan Almloff
2f8d6fb49f fix clippy 2023-04-25 15:07:22 -05:00
Evan Almloff
d749fff11b fix double diologs on desktop renderer 2023-04-25 14:29:35 -05:00
Evan Almloff
9cfb655478 implement the file engine for liveview 2023-04-25 14:26:12 -05:00
Evan Almloff
6d3d927d5c Merge branch 'fix-select-form-events' into implement-file-engine 2023-04-25 13:18:25 -05:00
Evan Almloff
c1e2592299 implement file events on desktop 2023-04-25 09:26:56 -05:00
Evan Almloff
e487cddd1e Merge branch 'upstream' into implement-file-engine 2023-04-25 08:16:18 -05:00
Evan Almloff
b0a1f4773e create file upload example 2023-04-25 08:16:11 -05:00
Jon Kelley
1adccc0573
Merge pull request #984 from Demonthos/fix-html-to-rsx-conversion
Fix HTML to RSX conversions example
2023-04-24 16:43:47 -07:00
Jon Kelley
ca0cea96e3
Merge pull request #968 from Demonthos/swich-debug-to-trace-router
Switch debug logs to trace in the router and web crates
2023-04-24 15:05:25 -07:00
Jon Kelley
68b0ad8ae2
Merge pull request #967 from Demonthos/remove-shipyard-heigharchy
Remove unused shipyard-hierarchy
2023-04-24 15:05:13 -07:00
Will Hopkins
8af3522a2e
fix: change crossterm poll timeout to 10ms from 1s (#983)
Problem: Key events were delayed signifantly in TUI widgets.
Solution: Decrease crossterm event poll timeout from 1000ms to 10ms.

Fixes #978
2023-04-24 16:13:54 -05:00
Evan Almloff
7be8ec3467 Fix html to rsx conversions 2023-04-24 16:07:50 -05:00
Jon Kelley
6ea61d4c52
Merge pull request #975 from Demonthos/fix-generic-component-example
Fix clippy in the generic component example
2023-04-24 13:53:41 -07: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
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