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 |
|
Jonathan Kelley
|
22cfff647c
|
Merge branch 'master' into implement-file-engine
|
2023-04-26 15:32:34 -07: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
|
5a08da5ec7
|
fix selected and checked with boolean attributes
|
2023-04-23 11:48:53 -05:00 |
|
Evan Almloff
|
d7eae79509
|
prevent default file input behavior on desktop
|
2023-04-20 10:10:52 -05:00 |
|
Evan Almloff
|
1200457880
|
bump sledgehammer version
|
2023-04-17 07:18:26 -05:00 |
|
Evan Almloff
|
ea5a6775a2
|
bump sledgehammer-bindgen version
|
2023-04-14 14:58:48 -05:00 |
|
Evan Almloff
|
f1f7517b88
|
Fix form events with select multiple
|
2023-04-06 11:11:08 -05:00 |
|
Evan Almloff
|
7253eabe0a
|
fix anchor link for block-level elements
|
2023-03-06 20:49:23 -06:00 |
|
Evan Almloff
|
a51f67c2ec
|
add version to docs links in readmes
|
2023-02-18 18:38:30 -06:00 |
|
Jon Kelley
|
4f0f2484fd
|
Merge pull request #774 from Demonthos/update-doc-links
Update guide doc links
|
2023-02-17 11:53:15 -08:00 |
|
Jonathan Kelley
|
f420c6f333
|
bump web and interpreter
|
2023-02-16 13:42:49 -08:00 |
|
Evan Almloff
|
6bea6f6385
|
fix text dynamic node not assigning id
|
2023-02-09 09:14:07 -06:00 |
|
Evan Almloff
|
c881f9bf82
|
fix removing attributes in web bindings
|
2023-02-05 19:48:49 -06:00 |
|
Evan Almloff
|
51ca23b3f7
|
fix drag serialization on desktop
|
2023-01-25 20:44:42 -06:00 |
|
Evan Almloff
|
3f3db39c28
|
update doc links
|
2023-01-15 15:18:12 -06:00 |
|
Evan Almloff
|
c5bb4275e6
|
fix boolean attributes with the web renderer
|
2023-01-13 08:48:59 -06:00 |
|
Evan Almloff
|
52d5c8d4e7
|
update READMEs and tags for the 0.3 release
|
2023-01-10 10:16:11 -06:00 |
|
Evan Almloff
|
d2b5af6615
|
remove logs from interpreter
|
2023-01-09 12:04:38 -06:00 |
|
Jonathan Kelley
|
7f01f61138
|
feat: publish 0.3 versions of many crates
|
2023-01-04 14:31:07 -05:00 |
|
Evan Almloff
|
ea43b864db
|
remove attributes with the None value
|
2023-01-03 08:51:48 -06:00 |
|
Jonathan Kelley
|
4fdbce9a70
|
chore: clean up readmes
|
2022-12-29 16:17:03 -05:00 |
|
Jonathan Kelley
|
58b0519c2f
|
feat: get interpreter working on desktop
|
2022-12-19 15:02:36 -08:00 |
|
Jonathan Kelley
|
50faa7dd08
|
feat: add proper event type
|
2022-12-19 14:14:01 -08:00 |
|
Evan Almloff
|
f84166fb11
|
allow configering the root name in the desktop renderer
|
2022-12-18 22:28:40 -06:00 |
|
Jon Kelley
|
5ac9b595ea
|
Revert "fix: liveview interpreter using new templates"
|
2022-12-16 14:20:05 -08:00 |
|
Jonathan Kelley
|
7790d2c065
|
chore: simplify liveview abstraction
|
2022-12-15 18:46:59 -08:00 |
|
Jonathan Kelley
|
06e8e096bb
|
feat: more fixes to liveview
|
2022-12-15 14:25:23 -08:00 |
|
Jonathan Kelley
|
e256fe1079
|
wip: add html event type
|
2022-12-14 19:07:33 -08:00 |
|
Jonathan Kelley
|
e4d089fabc
|
fix: sledgehammer hydate text
|
2022-12-12 11:52:56 -08:00 |
|
Evan Almloff
|
f7717d8eb2
|
bump sledgehammer version
|
2022-12-10 08:29:54 -06:00 |
|
Jonathan Kelley
|
1b7fe3fcde
|
fix: dont use id for append
|
2022-12-09 16:44:08 -08:00 |
|
Evan Almloff
|
7ef180409d
|
use sledgehammer-bindgen 0.1.2
|
2022-12-08 07:41:04 -06:00 |
|
Evan Almloff
|
99a4a9d45b
|
Merge branch 'upstream' into optimize-templates-v3
|
2022-12-07 18:29:02 -06:00 |
|
Evan Almloff
|
b79ad4f50e
|
Merge remote-tracking branch 'upstream/master' into optimize-templates-v3
|
2022-12-07 17:20:31 -06:00 |
|
Evan Almloff
|
5c6c235df0
|
cleanup code
|
2022-12-07 15:48:25 -06:00 |
|
Jonathan Kelley
|
4eefc3f854
|
chore: rename all &cx to cx, make clipppy happy
|
2022-12-07 13:11:40 -08:00 |
|
Jonathan Kelley
|
1b14b309e9
|
chore: clean up desktop
|
2022-12-06 16:37:28 -08:00 |
|
Evan Almloff
|
6102902387
|
work on optimizing web implementation
|
2022-12-06 14:24:35 -06:00 |
|
Jonathan Kelley
|
b182a6ee75
|
chore: clean up interpreter and bindings
|
2022-12-05 16:47:04 -08:00 |
|
Jonathan Kelley
|
7b1cdb7d85
|
feat: get desktop working with new template strategy
|
2022-12-05 16:08:41 -08:00 |
|
Jonathan Kelley
|
11a45c8ef0
|
chore: continue to clean things up
|
2022-12-01 01:08:49 -05:00 |
|
Jonathan Kelley
|
85657d3906
|
feat: rip out mutations for templates
|
2022-12-01 00:46:15 -05:00 |
|
Jonathan Kelley
|
18d6b1ad6f
|
feat: get web working properly
|
2022-11-30 17:21:10 -05:00 |
|
Jonathan Kelley
|
3c19def550
|
chore: get create working and simplify dynamic nodes
|
2022-11-30 11:24:13 -05:00 |
|
Jonathan Kelley
|
7e6cea3a13
|
wip: continue to tweak suspense
|
2022-11-22 10:05:13 -08:00 |
|
Jonathan Kelley
|
20f9957fbe
|
feat: diffing works on desktop!
|
2022-11-17 22:31:14 -08:00 |
|
Jonathan Kelley
|
30ef225812
|
feat: event handling on desktop
|
2022-11-17 20:00:39 -08:00 |
|
Jonathan Kelley
|
6b473cbdc5
|
feat: conditionals and iterators in rsx
|
2022-11-16 22:10:13 -08:00 |
|