Commit graph

2793 commits

Author SHA1 Message Date
Evan Almloff
41bf87e74f Merge branch 'upstream' into simplify-native-core 2023-03-14 16:21:39 -05:00
Evan Almloff
4b81cdbf1b Update custom renderer guide 2023-03-14 16:06:32 -05:00
Evan Almloff
ae1300b015 improve ergonomics of custom drivers and add a counter example to rink 2023-03-13 21:26:44 -05:00
Evan Almloff
b255800511 fix TUI and tests building 2023-03-13 18:09:20 -05:00
Evan Almloff
daac9f540f document every item in native-core 2023-03-13 17:49:37 -05:00
Evan Almloff
f34fa5d974 Move dioxus-specifc code into dioxus-tui crate and rename core crate to Rink 2023-03-13 12:04:51 -05:00
Evan Almloff
8e8c89c99e shink grid size in driven example 2023-03-13 10:21:30 -05:00
Evan Almloff
080a9bdba0 fix driven example 2023-03-13 10:14:31 -05:00
Evan Almloff
9121d68d84 fix focus events subscriptions 2023-03-13 10:04:01 -05:00
Evan Almloff
ad374a8b9d fix formatting and lints 2023-03-13 10:03:45 -05:00
Evan Almloff
40292e40b2 improve performance and disable parallelism by default 2023-03-12 18:06:40 -05:00
Evan Almloff
0f5833d4c0 Improve benchmarks to also test for updating many elements at once 2023-03-12 16:56:02 -05:00
Jon Kelley
fdca2abf05
Merge pull request #879 from Demonthos/fix-clippy
Fix new Clippy lints
2023-03-12 14:30:21 -07:00
Evan Almloff
c4845d5c8d update TUI to new native-core 2023-03-12 16:20:01 -05:00
Evan Almloff
865c5aa957 all native-core tests passing 2023-03-12 15:35:48 -05:00
Evan Almloff
fda125de5f fix clippy 2023-03-12 15:13:34 -05:00
Evan Almloff
ec3e02e4bb finish macro 2023-03-12 08:26:16 -05:00
Kyle Smith
eee6cbabb2
Update Router book to reflect crate separation and need for web feature. (#873) 2023-03-10 07:07:53 -06:00
Jon Kelley
79074a0a7c
Merge pull request #870 from mwcz/patch-1
fix Guide link in README
2023-03-09 12:56:57 -08:00
Michael Clayton
f40ba5ec3c
fix Guide link in README 2023-03-09 12:36:49 -05:00
=
bab3c8d584 WIP: derive macro 2023-03-08 09:06:21 -06:00
Evan Almloff
a8566b4e71 finish shipyard migration in native-core 2023-03-07 16:00:43 -06:00
Jon Kelley
6a16df835d
Merge pull request #865 from Demonthos/fix-anchor-link-for-block-level-elements
Fix anchor link for block-level elements
2023-03-06 21:05:59 -08:00
Evan Almloff
7253eabe0a fix anchor link for block-level elements 2023-03-06 20:49:23 -06:00
Jon Kelley
5b61cbb9a0
Merge pull request #859 from Demonthos/use-shared-state-futures
Make use_shared_state usable in static futures
2023-03-02 11:46:58 -08:00
Evan Almloff
2dd40ec202 add docs to remaining items 2023-03-02 12:02:12 -06:00
Evan Almloff
88198fc47c remove static bound on owner 2023-03-02 11:59:25 -06:00
Evan Almloff
90b4dd806e update docs example 2023-03-02 11:57:58 -06:00
Evan Almloff
d238481936 reduce indirection and remove some unnecessary methods 2023-03-02 11:54:21 -06:00
Evan Almloff
f5c058a2eb make use_shared_state usable in static futures 2023-03-02 11:42:02 -06:00
Jon Kelley
7e5d5940d6
Merge pull request #850 from Demonthos/fix-workspace-hot-reloading
Fix hot reloading in a workspace
2023-03-02 09:16:17 -08:00
Jon Kelley
66b62fc8ea
Merge pull request #856 from Demonthos/support-global-hotkeys
Create global shortcut handler for Dioxus desktop
2023-03-02 09:15:52 -08:00
Jon Kelley
915406666d
Merge pull request #857 from Demonthos/fix-trait-bounds-inline-props 2023-03-01 21:43:43 -08:00
Evan Almloff
bfdcad6ede fix trait bounds on generics with inline_props 2023-03-01 20:41:49 -06:00
Evan Almloff
2d21f7ade1 add a shortcut for ctrl-r to prevent it breaking the application 2023-03-01 13:32:13 -06:00
Evan Almloff
ef9731eb74 update docs about dioxus desktop 2023-03-01 13:28:04 -06:00
Evan Almloff
cf2a79c173 create global shortcut handler for dioxus desktop 2023-03-01 13:23:15 -06:00
Evan Almloff
abcb3f57f0 create global shortcut handler for dioxus desktop 2023-03-01 13:15:58 -06:00
Evan Almloff
b91e010ac7 WIP: use shipyard ecs 2023-02-28 13:26:49 -06:00
Jon Kelley
49c5a5043a
Merge pull request #853 from Demonthos/fix-provide-context-docs
Fix the provide context docs
2023-02-27 15:04:49 -08:00
Evan Almloff
2c0eb303f6 fix the provide context docs 2023-02-27 15:05:49 -06:00
Evan Almloff
55787c2e7d fix hot reloading in a workspace 2023-02-26 18:42:14 -06:00
Jon Kelley
264f04fc30
Merge pull request #845 from davidpdrsn/fix-typos
Fix typos in live view examples for axum and salvo
2023-02-24 14:12:51 -08:00
David Pedersen
bf3f7ec490 Fix typos in examples 2023-02-24 22:41:16 +01:00
Jon Kelley
74b8f6165d
Merge pull request #842 from Demonthos/linux-hot-reloading-fix 2023-02-24 13:33:25 -08:00
Jon Kelley
7e7829f34d
Merge pull request #841 from flisky/master
0.2 -> 0.3 migration changes
2023-02-24 13:12:37 -08:00
Evan Almloff
2c629f6d13 use namespaced path instead of local path 2023-02-23 12:05:17 -06:00
Yin Jifeng
fdd71c11fe chore: export AtomId 2023-02-23 16:39:59 +08:00
Yin Jifeng
62d30bc254 chore: reimplement usefuture::state 2023-02-23 16:39:50 +08:00
Jonathan Kelley
f664ce8fe0 Merge branch 'master' of github.com:DioxusLabs/dioxus 2023-02-22 13:06:41 -08:00