Jonathan Kelley
|
673caec79f
|
Cleanup random tui example
|
2024-01-19 15:16:14 -08:00 |
|
Jonathan Kelley
|
337c04557b
|
get cargo check --all --examples --tests working!
|
2024-01-19 15:01:01 -08:00 |
|
Jonathan Kelley
|
83bce6ce97
|
Make cargo check --all --examples work!
|
2024-01-19 14:19:49 -08:00 |
|
Evan Almloff
|
08475af221
|
fix some unused items
|
2024-01-19 15:38:51 -06:00 |
|
Evan Almloff
|
6444559a66
|
move selector construct onto signals
|
2024-01-19 15:30:40 -06:00 |
|
Evan Almloff
|
c859ed3b12
|
create global selectors
|
2024-01-19 15:26:28 -06:00 |
|
Evan Almloff
|
e4c84f91e1
|
expose the inner signal GlobalSignal uses
|
2024-01-19 13:50:38 -06:00 |
|
Evan Almloff
|
bc914deeaa
|
create Signal::global
|
2024-01-19 13:46:17 -06:00 |
|
Evan Almloff
|
3dce650367
|
fix some lints in use on destroy
|
2024-01-19 12:14:06 -06:00 |
|
Evan Almloff
|
439bc4e9e6
|
remove computed now that selectors exist
|
2024-01-19 12:13:55 -06:00 |
|
Evan Almloff
|
c7275e4c30
|
fix signal unsubscriber
|
2024-01-19 12:13:45 -06:00 |
|
Evan Almloff
|
439e39bab4
|
fix native core, plasmo and dioxus-tui
|
2024-01-19 09:48:45 -06:00 |
|
Jonathan Kelley
|
87572d694f
|
Fix platform-less check in launch
|
2024-01-18 19:51:01 -08:00 |
|
Jonathan Kelley
|
391fe15db8
|
Fix context trait params
|
2024-01-18 19:49:20 -08:00 |
|
Jonathan Kelley
|
6ed3aafb2f
|
Get cargo check --all working
|
2024-01-18 19:27:55 -08:00 |
|
Jonathan Kelley
|
d8af9b7ed1
|
Fix compile checks on numerous packages using --all --all-features
|
2024-01-18 16:27:43 -08:00 |
|
Jonathan Kelley
|
84e82fc3e2
|
Make router configed-by-platform
|
2024-01-18 12:41:19 -08:00 |
|
Jonathan Kelley
|
451a2b6cfc
|
Trim off 150 deps for examples
|
2024-01-18 12:32:01 -08:00 |
|
Jonathan Kelley
|
c59a2fb829
|
Fix desktop launch
|
2024-01-18 11:44:41 -08:00 |
|
Jonathan Kelley
|
127709f83f
|
Tiny aesthetic tweaks
|
2024-01-18 10:59:43 -08:00 |
|
Evan Almloff
|
a0f1b1fc3e
|
make the router and navigator Copy
|
2024-01-18 12:02:38 -06:00 |
|
Evan Almloff
|
89b1e56fc3
|
fix other fullstack adapters
|
2024-01-18 11:39:51 -06:00 |
|
Evan Almloff
|
694bef0d93
|
fix hydration
|
2024-01-18 10:47:10 -06:00 |
|
Evan Almloff
|
d20422bb0f
|
fix the bounds on fullstack props
|
2024-01-18 10:28:03 -06:00 |
|
Evan Almloff
|
259dcd4ebe
|
fix builds without a platform selected
|
2024-01-18 10:25:15 -06:00 |
|
Evan Almloff
|
b165d707c4
|
Merge branch 'breaking' of https://github.com/Demonthos/dioxus into breaking
|
2024-01-18 10:20:35 -06:00 |
|
Evan Almloff
|
a323962a22
|
fix the fullstack platform with the new launch API
|
2024-01-18 10:19:39 -06:00 |
|
Evan Almloff
|
cb5a43c120
|
fix the web platform
|
2024-01-18 10:18:37 -06:00 |
|
Jonathan Kelley
|
2ed763e660
|
Use lockless in editqueue
|
2024-01-18 04:19:17 -08:00 |
|
Jonathan Kelley
|
94b17cc8ca
|
Fix non tokio builds for desktop
|
2024-01-18 04:07:28 -08:00 |
|
Jonathan Kelley
|
1b65ee8501
|
Tweak launch cfg
|
2024-01-18 03:03:17 -08:00 |
|
Jonathan Kelley
|
0a612657e6
|
Provide context on desktop again
|
2024-01-17 19:53:34 -08:00 |
|
Evan Almloff
|
5291b00798
|
add context_provider method for !Send context in fullstack apps
|
2024-01-17 20:18:39 -06:00 |
|
Evan Almloff
|
25ad3da659
|
remove some generics from LaunchBuilder
|
2024-01-17 20:15:16 -06:00 |
|
Evan Almloff
|
16e2c3f2f2
|
remove a bit of duplication from launch
|
2024-01-17 19:28:55 -06:00 |
|
Evan Almloff
|
ae3e167cfe
|
make fullstack hello world compile
|
2024-01-17 16:58:03 -06:00 |
|
Evan Almloff
|
499e81fa82
|
fix fullstack send bound
|
2024-01-17 15:46:29 -06:00 |
|
Evan Almloff
|
dab87c0144
|
try not double boxing
|
2024-01-17 15:07:45 -06:00 |
|
Evan Almloff
|
0c532c5e0c
|
work on restoring fullstack
|
2024-01-17 14:02:49 -06:00 |
|
Evan Almloff
|
205a005142
|
fix dioxus web
|
2024-01-17 08:40:42 -06:00 |
|
Evan Almloff
|
d28221bdc2
|
unqueue tasks when a scope is dropped
|
2024-01-17 08:36:39 -06:00 |
|
Evan Almloff
|
701093ede5
|
Try to rerun all dirty scopes before polling any tasks to fix effect ordering
|
2024-01-17 08:17:30 -06:00 |
|
Jonathan Kelley
|
47e46de74f
|
remove subtree file
|
2024-01-16 18:08:22 -08:00 |
|
Jonathan Kelley
|
c3d810bcd0
|
Little bit more cleanup in core
|
2024-01-16 18:07:29 -08:00 |
|
Jonathan Kelley
|
66ba220265
|
Remove smallbox
|
2024-01-16 17:54:13 -08:00 |
|
Jonathan Kelley
|
9d0d5d74f6
|
Remove last bit of unsafe
|
2024-01-16 17:52:59 -08:00 |
|
Jonathan Kelley
|
3008870818
|
Cleanup runtime code
|
2024-01-16 17:38:39 -08:00 |
|
Jonathan Kelley
|
8b9bf57c03
|
Cleanup core more
|
2024-01-16 17:23:34 -08:00 |
|
Jonathan Kelley
|
374c7d0cd8
|
Cleanup more of core
|
2024-01-16 17:14:19 -08:00 |
|
Jonathan Kelley
|
9f595171ce
|
Remove boxedanyprops abstraction
|
2024-01-16 16:09:59 -08:00 |
|