Commit graph

2888 commits

Author SHA1 Message Date
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
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
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
8669a5eb0e remove unused shipyard-heigharchy 2023-04-20 08:55:35 -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
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
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
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
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
Evan Almloff
d29514968f fix native core dependancies in a different direction than the pass direction 2023-04-10 11:12:54 -05:00
Jonathan Kelley
9571adea30 add counter example 2023-04-09 13:42:40 -07: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
Jon Kelley
ec99df9376
Merge pull request #936 from ProfXwing/master
Add web context back and ensure it isn't dropped prematurely.
2023-04-07 12:50:41 -07:00
Jon Kelley
d4b2ff47db
Merge pull request #942 from Demonthos/dangerous-inner-html-ssr 2023-04-07 10:21:21 -07:00
Evan Almloff
fe75138e42 fix dangerous_inner_html with SSR 2023-04-07 09:35:32 -05:00
Evan Almloff
37dcbbf758 disable browser shortcut keys on windows 2023-04-06 11:29:53 -05:00
Andrew Collins
073c4140d9 added web context back and updated wry to latest 2023-04-05 22:09:17 -04:00
Jon Kelley
61d100e1f8
Merge pull request #935 from DioxusLabs/jk/fix-wry-segfault
Hotfix wry segfaulting by commenting out webcontext
2023-04-05 13:28:23 -07:00
Jon Kelley
f0acf94b85
Merge pull request #903 from Demonthos/fix-non-bubbling-listener-hydration
Fix non-bubbling listener hydration
2023-04-05 13:07:41 -07:00
Jon Kelley
9c7b6d7ed0
Merge pull request #927 from Demonthos/more-resilient-key-deserialization
More resilient keyboard event deserialization
2023-04-05 13:07:23 -07:00
Jon Kelley
7019c1f133
Merge pull request #934 from Demonthos/fix-blitz-segfault
Always update root node refs
2023-04-05 13:07:08 -07:00
Jonathan Kelley
44c1e2e033 clippy 2023-04-05 13:06:25 -07:00
Jonathan Kelley
dc0df321b1 Fix wry segfaulting by commenting out webcontext 2023-04-05 13:00:27 -07:00
Evan Almloff
297c9a822e always update root id node refs 2023-04-05 12:34:17 -05:00
Antonio Curavalea
c2dd963d86
doc: fermi: add counter example to readme (#931)
* doc: add counter example to readme

* doc: fermi: revert use_read
2023-04-03 21:12:52 -05:00
Ivan Tham
3aa7349db7
Add more features to todomvc (#928)
- toggle-all button
- double click modify todo item
- filter state show mouse pointer
- individual todo item remove button
- correct active item count
2023-04-02 20:03:33 -05:00
Evan Almloff
1cc4260f70 more resilient keyboard event deserialization 2023-04-01 20:15:10 -05:00
Evan Almloff
5f7a6e2f3f fix docs for the web cache setting 2023-03-31 07:55:39 -05:00
Jon Kelley
adade2d5c5
Merge pull request #917 from Demonthos/fix-more-complex-workspace-hot-reload
Fix more complex workspaces with hot reloading
2023-03-28 16:17:49 -07:00