Commit graph

2930 commits

Author SHA1 Message Date
Evan Almloff
fbd333e334 implement layouts and outlets 2023-05-20 16:32:48 -05:00
Evan Almloff
f4227c7311 remove static end tree segment variant 2023-05-14 17:46:13 -05:00
Evan Almloff
a73873a571 add static nesting 2023-05-14 17:39:42 -05:00
Evan Almloff
adfc10461e reorganize router macro package 2023-05-13 18:14:30 -05:00
Evan Almloff
d6b2145aa7 fix warnings 2023-05-13 17:49:58 -05:00
Evan Almloff
ee763d52e1 implement spread segments 2023-05-13 17:49:10 -05:00
Evan Almloff
2aadeb8046 parse query strings 2023-05-12 20:55:38 -05:00
Evan Almloff
e26ff6a5c0 delete unneeded files 2023-05-12 09:18:55 -05:00
Adrian Wannenmacher
90c7e22f8b
actually make clippy happy 2023-04-12 20:19:01 +02:00
Adrian Wannenmacher
2f3bb4d6d5
make clippy happy 2023-04-12 19:48:27 +02:00
Adrian Wannenmacher
0f4af4ffd5
merge upstream changes 2023-04-12 19:41:14 +02: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
Adrian Wannenmacher
e24526dab3
add tests for the link component 2023-04-11 22:07:00 +02:00
Adrian Wannenmacher
18c7f9c056
reimplement link click event handler prop 2023-04-11 20:38:39 +02:00
Adrian Wannenmacher
0b7384ddf2
document why matching route doctest is ignored 2023-04-11 19:58:28 +02:00
Adrian Wannenmacher
00174d4f46
switch router to async-lock 2023-04-11 19:58:07 +02:00
Adrian Wannenmacher
231e32d76e
merge upstream changes 2023-04-11 19:21:48 +02: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
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
Jon Kelley
0fd93e74c2
Merge pull request #915 from Demonthos/fix-empty-mutations
Don't add no op mutations when diffing lists
2023-03-28 16:17:25 -07:00
Evan Almloff
f9b33f12cb fix more complex workspaces with hot reloading 2023-03-28 15:39:52 -05:00
Evan Almloff
3bb6c4bc30 don't add no op mutations 2023-03-28 13:34:37 -05:00
Jon Kelley
51c388ce1f
Merge pull request #914 from Demonthos/fix-mutations-doc
Clarify mutations docs
2023-03-28 11:13:31 -07:00
Jon Kelley
ea2759862a
Merge pull request #913 from Demonthos/deduplicate-dirty-nodes-native-core
Avoid duplicating dirty nodes in native core
2023-03-28 11:13:15 -07:00
Evan Almloff
204ac8b2ed clarify mutations docs 2023-03-28 11:58:50 -05:00
Evan Almloff
a9b5c92fbb avoid duplicating dirty nodes in native core 2023-03-28 08:35:57 -05:00
Jon Kelley
9a053a0b51
Merge pull request #905 from Demonthos/expose-data-dir-cfg
Expose the data directory in the desktop config
2023-03-27 19:58:52 -07:00
Jon Kelley
b09207e75d
Merge pull request #904 from Demonthos/fix-style-attributes-ssr
Fix style attributes in SSR
2023-03-27 19:58:31 -07:00
Jon Kelley
83613abbc1
Merge pull request #730 from Demonthos/simplify-native-core
Simplify native core state with ECS and make native-core work with other frameworks
2023-03-27 19:54:11 -07:00
Jon Kelley
c5085496db
Merge pull request #910 from arniu/remove-logger 2023-03-25 07:28:24 -07:00