Evan Almloff
|
fb6757484d
|
pull out serve static assets methods
|
2023-05-02 11:05:21 -05:00 |
|
Evan Almloff
|
e6c540320e
|
rename package to dioxus-fullstack
|
2023-05-02 10:15:34 -05:00 |
|
Evan Almloff
|
ed4709101c
|
fix duplicate example names
|
2023-05-02 09:38:58 -05:00 |
|
Evan Almloff
|
3c002913eb
|
fix hot reloading in router example
|
2023-05-01 17:38:17 -05:00 |
|
Evan Almloff
|
064bee4a9f
|
spawn hot reloading in a seperate thread
|
2023-05-01 17:34:30 -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 |
|
Evan Almloff
|
126ed2f9b8
|
remove log
|
2023-05-01 11:28:20 -05:00 |
|
Evan Almloff
|
970d993758
|
attempt to reconnect to server after sever disconnects in debug mode
|
2023-05-01 11:27:19 -05:00 |
|
Evan Almloff
|
35dcacb956
|
use ascii64 encoding
|
2023-04-30 16:35:11 -05:00 |
|
ealmloff
|
4d90bdee47
|
Remove console.log
|
2023-04-29 20:42:47 -05:00 |
|
Evan Almloff
|
64c7fda201
|
fix warp release builds
|
2023-04-29 17:32:16 -05:00 |
|
Evan Almloff
|
7ff5d356d5
|
allow server functions to read request and modify responce
|
2023-04-29 17:04:54 -05: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 |
|
Evan Almloff
|
581a4648de
|
document get_root_props_from_document
|
2023-04-28 18:01:21 -05:00 |
|
Evan Almloff
|
03a2824660
|
allow passing root prop data from the server to the client
|
2023-04-28 17:59:01 -05:00 |
|
Evan Almloff
|
0726a7b08f
|
update server functions commit
|
2023-04-27 20:25:16 -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 |
|
Icekey
|
72258a593c
|
Merge branch 'DioxusLabs:master' into select_example
|
2023-04-27 23:38:54 +02:00 |
|
Evan Almloff
|
f381e56ab3
|
test scafolding
|
2023-04-27 16:38:09 -05: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 |
|
Evan Almloff
|
e1f02f8135
|
Merge branch 'upstream' into query-system
|
2023-04-26 18:00:39 -05:00 |
|
Evan Almloff
|
7e292cc2fa
|
Merge branch 'upstream' into fix-links-liveview
|
2023-04-26 17:56: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
|
c0d08c9802
|
Merge branch 'DioxusLabs:master' into fix-links-liveview
|
2023-04-25 15:24:25 -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 |
|