Jon Kelley
|
379ea09b12
|
Merge pull request #894 from Demonthos/query-system
Create onmounted Event
|
2023-05-18 13:17:15 +02:00 |
|
Jon Kelley
|
7a620daad7
|
Merge pull request #995 from Demonthos/mock-event-tests
Mock Desktop Tests
|
2023-05-18 13:16:21 +02:00 |
|
Jon Kelley
|
a9c1ce2b86
|
Merge pull request #1028 from Demonthos/add-use-element
Add use element to html
|
2023-05-18 13:15:53 +02:00 |
|
Jon Kelley
|
7f74927d82
|
Merge pull request #1021 from Demonthos/fix-web-event-bubbling-on-text-nodes
Fix web events starting on a text node
|
2023-05-18 13:15:40 +02:00 |
|
Nico Burns
|
287227bf48
|
Fix clippy lints
|
2023-05-17 13:13:57 +01:00 |
|
Nico Burns
|
f4b828b949
|
Bump Taffy version in dioxus-tui
|
2023-05-17 13:12:00 +01:00 |
|
Nico Burns
|
2d40e0a261
|
Fix rink compilation with Taffy 0.3
|
2023-05-17 10:47:31 +01:00 |
|
Nico Burns
|
67d99b3a16
|
Add support for parsing grid value of Display property
|
2023-05-16 20:24:44 +01:00 |
|
Nico Burns
|
8010d9b4e3
|
Fix unused import
|
2023-05-16 19:15:29 +01:00 |
|
Nico Burns
|
c1f7600085
|
native-core: add support for CSS Grid properties
|
2023-05-16 19:10:11 +01:00 |
|
Nico Burns
|
2b0a86701e
|
Upgrade Taffy to v0.3.12]
|
2023-05-16 10:46:13 +01:00 |
|
Evan Almloff
|
633eae2d5c
|
add use element to html
|
2023-05-15 14:39:32 -05:00 |
|
Miles Murgaw
|
06233ac550
|
fix: rustfmt
|
2023-05-13 12:41:00 -04:00 |
|
Miles Murgaw
|
d059b2bc05
|
doc: mention futures-util in use_coroutine hook
|
2023-05-13 11:50:24 -04:00 |
|
Alexander Keliris
|
35cb6616af
|
Add hgroup html tag (#1016)
The [<hgroup>](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/hgroup) HTML element represents a heading and related content. It groups a single <h1>–<h6> element with one or more <p>.
|
2023-05-10 08:21:05 -05:00 |
|
Evan Almloff
|
ec5999b3b4
|
fix clippy
|
2023-05-05 15:45:38 -05:00 |
|
Evan Almloff
|
ae71e4ce33
|
don't render headless tests
|
2023-05-05 11:11:50 -05:00 |
|
Evan Almloff
|
19436e210f
|
Merge branch 'upstream' into query-system
|
2023-05-05 11:09:25 -05:00 |
|
Jonathan Kelley
|
b6463e4b27
|
bump core
|
2023-05-04 12:04:21 -07:00 |
|
Evan Almloff
|
ea5e664364
|
fix formatting
|
2023-05-04 11:39:46 -05:00 |
|
Evan Almloff
|
1b199977d1
|
add rendering tests
|
2023-05-04 11:04:06 -05:00 |
|
Evan Almloff
|
230afadf3d
|
Fix web events starting on a text node
|
2023-05-03 09:00:17 -05:00 |
|
Evan Almloff
|
ed4709101c
|
fix duplicate example names
|
2023-05-02 09:38:58 -05:00 |
|
ealmloff
|
4d90bdee47
|
Remove console.log
|
2023-04-29 20:42:47 -05:00 |
|
Evan Almloff
|
70687748d3
|
fix events test
|
2023-04-27 18:36:28 -05:00 |
|
Evan Almloff
|
b090f662f4
|
Merge branch 'upstream' into mock-event-tests
|
2023-04-27 18:00:52 -05:00 |
|
Evan Almloff
|
01d673e654
|
create event tests
|
2023-04-27 18:00:43 -05:00 |
|
Evan Almloff
|
f381e56ab3
|
test scafolding
|
2023-04-27 16:38:09 -05:00 |
|
Evan Almloff
|
f044bb2128
|
fix onclick event
|
2023-04-27 15:19:10 -05: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 |
|
Evan Almloff
|
cfe94950c6
|
make files optional when deserializing form data
|
2023-04-26 18:05:13 -05:00 |
|
Evan Almloff
|
e1f02f8135
|
Merge branch 'upstream' into query-system
|
2023-04-26 18:00:39 -05: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
|
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
|
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 |
|
Evan Almloff
|
5a08da5ec7
|
fix selected and checked with boolean attributes
|
2023-04-23 11:48:53 -05:00 |
|