Jonathan Kelley
214a907adc
Upgrade to axum 0.7, drop 3rd party adapters
2024-02-15 18:05:30 -08:00
Jonathan Kelley
ea34eee20a
Remove ssr eval from fullstack
2024-02-14 17:00:12 -08:00
Jonathan Kelley
d1d70995c4
Remove eval from incremental
2024-02-14 16:51:05 -08:00
Jonathan Kelley
22a5acfcb8
Remove SSR evalulator
2024-02-14 16:38:05 -08:00
Jonathan Kelley
cbadea022a
Eval should never return an error
...
Only awaiting eval should error.
Eval should always be available, even if using its methods returns errors.
2024-02-14 15:13:15 -08:00
Jonathan Kelley
1145ed7534
Merge pull request #1933 from ealmloff/restore-rendering-check
...
Only subscribe scopes to signals when rendering
2024-02-14 14:29:08 -08:00
Jonathan Kelley
77c80ea715
Merge pull request #1939 from DioxusLabs/jk/examples-overhaul
...
Add more examples, document examples, add css to most examples
2024-02-14 14:28:56 -08:00
Evan Almloff
d1c0e0a5e0
comment out the memo tests for now
2024-02-14 15:55:19 -06:00
Jonathan Kelley
60b78668ac
Merge branch 'master' into jk/examples-overhaul
2024-02-14 12:33:27 -08:00
Jonathan Kelley
bdbae8ccb0
Update examples, add css
2024-02-14 12:33:07 -08:00
Evan Almloff
05a6dda89c
fix formatting
2024-02-14 12:13:54 -06:00
Evan Almloff
649d264a38
fix clippy
2024-02-14 12:13:21 -06:00
Evan Almloff
78ef453888
simplify memo test failure
2024-02-14 11:38:09 -06:00
Evan Almloff
5f8d0f6c40
add a third party feature for freya
2024-02-14 09:56:29 -06:00
Evan Almloff
f42bc61288
warn the user if they try to launch without a renderer selected
2024-02-14 09:50:55 -06:00
Evan Almloff
48751d2f98
only subscribe scopes to signals when rendering
2024-02-14 09:33:22 -06:00
Evan Almloff
476b2ac88a
fix client side suspense
2024-02-12 08:56:27 -06:00
Evan Almloff
8e007cc137
fix the web renderer panicing when the hot reload connection fails
2024-02-11 13:35:34 -06:00
Evan Almloff
6c6df1e2fd
Merge pull request #1917 from spookyvision/patch-1
...
fix `HasFileData` for `WebDragData`
2024-02-10 14:52:02 -06:00
Anatol Ulrich
a44f5fda2c
remove unused element
field from WebDragData
2024-02-09 22:09:58 +01:00
Evan Almloff
f4651cecb8
Merge pull request #1916 from DogeDark/master
...
Add Prerelease Doc Generation
2024-02-09 12:45:59 -06:00
Evan Almloff
162b033c36
provide feature hints for the dioxus crate as well
2024-02-09 12:23:57 -06:00
Evan Almloff
b4d17abfc1
document all features
2024-02-09 12:15:59 -06:00
Anatol Ulrich
6ca877eb6d
fix HasFileData
for WebDragData
2024-02-09 12:02:32 +01:00
Miles Murgaw
3c1028c523
fix: prerelease doc
2024-02-08 17:53:45 -05:00
Evan Almloff
d1ed15c2ac
fix autofmt tests
2024-02-08 10:13:57 -06:00
Evan Almloff
23e15ee9c8
change rustfmt flag to all_code now that we don't use rustfmt
2024-02-08 10:03:52 -06:00
Evan Almloff
b88c66d8df
report syn parse errors to the user
2024-02-08 10:00:25 -06:00
Evan Almloff
65d4f922b4
Merge branch 'master' into pr/Dangerised/1902
2024-02-08 09:41:08 -06:00
Jonathan Kelley
53343bfd19
Merge pull request #1910 from ealmloff/readable-map
...
Implement Readable for mapped signal
2024-02-07 18:10:02 -08:00
Jonathan Kelley
25d103c1a5
Merge pull request #1908 from ealmloff/fix-assets
...
Fix manganis support for dioxus desktop
2024-02-07 12:17:12 -08:00
Evan Almloff
cb113cf4b6
Fix external links in dioxus desktop
2024-02-07 11:35:50 -06:00
Evan Almloff
1bbecc3c70
restore dioxus signals dependencies
2024-02-07 11:31:13 -06:00
Evan Almloff
8689509eb5
erase the original readable type
2024-02-07 11:19:39 -06:00
Evan Almloff
c8937cb4df
make mapped signal readable
2024-02-07 09:35:06 -06:00
Evan Almloff
1af8f56e89
make target an associated type
2024-02-07 08:53:21 -06:00
Dangerise
c89a4b37dc
remove the link in comment and unused error variant
2024-02-07 22:35:55 +08:00
Evan Almloff
3270f7341a
fix manganis support for dioxus desktop
2024-02-06 11:39:30 -06:00
Evan Almloff
1909b05412
Merge branch 'master' into pr/Andrew15-5/1903
2024-02-06 10:28:49 -06:00
Evan Almloff
7f32809a96
use out_dir in a few more places
2024-02-06 10:27:26 -06:00
Dangerise
82fc7acaa5
remove debug print
2024-02-06 21:04:37 +08:00
Dangerise
71125c22e0
remove unused import
2024-02-06 21:03:04 +08:00
Dangerise
d170304a59
remove dead code
2024-02-06 21:01:33 +08:00
Dangerise
192fa3471b
clippy fix
2024-02-06 20:56:12 +08:00
Dangerise
f40e2f3cef
replace gitignore with ignore
2024-02-06 20:53:28 +08:00
Jonathan Kelley
2ade193a5b
Fix shortcut by wrapping callback
2024-02-05 18:50:13 -08:00
Jonathan Kelley
f2ec5c5cb8
fix headless event counter
2024-02-05 17:58:13 -08:00
Jonathan Kelley
d2346cc477
maybe windows needs even longer for windows to open
2024-02-05 17:15:06 -08:00
Evan Almloff
72ae13ccb5
fix the double click event
2024-02-05 18:24:21 -06:00
Evan Almloff
f8003fd9ea
Fix the history button props
2024-02-05 17:51:31 -06:00
Jonathan Kelley
4f8868d43d
Merge pull request #1791 from ealmloff/breaking
...
Remove scope, use_state, use_ref, bump allocator and make everything 'static
2024-02-05 14:19:47 -08:00
Evan Almloff
9988fa46b9
fix fullstack playwright tests
2024-02-05 15:41:16 -06:00
Andrew Voynov
ea9622a75c
fix(serve): fixed long rebuilds with dx serve
2024-02-06 00:27:45 +03:00
Evan Almloff
c431429448
fix web playwright tests
2024-02-05 15:25:51 -06:00
Evan Almloff
b4f2a925c7
fix fullstack playwright test features
2024-02-05 15:04:49 -06:00
Jonathan Kelley
52e14e8ece
dont commit wasm
2024-02-05 12:46:01 -08:00
Jonathan Kelley
bcbbd4a687
remove wasm
2024-02-05 12:45:47 -08:00
Jonathan Kelley
7e54039ed2
fix make tests
2024-02-05 12:24:59 -08:00
Evan Almloff
b63c14fab8
change config flags from ssr to server to match the features
2024-02-05 14:20:15 -06:00
Jonathan Kelley
69e4ebe4ed
Fix suspense on resource
2024-02-05 11:59:50 -08:00
Jonathan Kelley
13cc912aeb
remove playwright report
2024-02-05 11:55:09 -08:00
Evan Almloff
61e2478fbf
Merge pull request #1897 from Andrew15-5/fix-liveview-adapter-comments
...
docs(liveview): fixed adapter comments
2024-02-05 12:41:18 -06:00
Evan Almloff
417cea7569
Merge pull request #1898 from Andrew15-5/fix-fullstack-cli-build
...
Now fullstack client uses correct config via `dx build`
2024-02-05 09:28:45 -06:00
Evan Almloff
b1f617acd3
Merge pull request #1899 from Andrew15-5/fix-router-macro-typo
...
chore(docs): fixed typo in router-macro
2024-02-05 09:27:40 -06:00
Evan Almloff
356497df4e
fix some clippy lints
2024-02-05 08:17:25 -06:00
Evan Almloff
91fea15cdc
don't expose the signal scope subscriber API publicly
2024-02-05 08:13:52 -06:00
Evan Almloff
30bac267c9
simplify reactive context and expose less signal internals
2024-02-05 08:05:27 -06:00
Dangerise
2eec2bc673
add rustfmt support
2024-02-05 21:51:49 +08:00
Evan Almloff
8324f5290a
rename rc to reactive context to avoid confusion with Rc
2024-02-05 07:24:31 -06:00
Evan Almloff
26e4651e9f
fix infinite recursion in reactive context
2024-02-05 07:23:32 -06:00
Jonathan Kelley
26378631e0
hide non-public type
2024-02-04 23:20:20 -08:00
Jonathan Kelley
4a7fe938ad
Make clippy happy
2024-02-04 23:03:52 -08:00
Andrew Voynov
009238b068
feat(cli): added short release
build option
...
Same as `cargo build` has `-r` now `dx build` and `dx bundle` also have
it. Since user probably wants to use these commands for production-ready
artifacts, the `--release` option is probably used often, same as with
`cargo build`. This allow users to use the same `build -r` "pattern".
2024-02-04 23:36:43 +03:00
Andrew Voynov
8beb3c7893
chore(docs): fixed typo in router-macro
2024-02-04 22:39:04 +03:00
Andrew Voynov
62b0f876f2
fix(build): now fullstack client uses correct config
2024-02-04 18:56:59 +03:00
Jonathan Kelley
7d78e5e250
Fix warnings and compile errors
2024-02-03 13:10:16 -08:00
Andrew Voynov
c51e594fe3
docs(liveview): fixed adapter comments
...
Fixed some typos; added some word capitalization, periods, and ``.
2024-02-03 22:23:38 +03:00
Evan Almloff
e767e49d5e
switch to server instead of ssr everywhere
2024-02-02 19:32:18 -06:00
Jonathan Kelley
a3d6e9d07a
fix hotreload cfg on release builds
2024-02-02 16:17:52 -08:00
Jonathan Kelley
64365cd361
make sure reactive context works across threads
2024-02-02 16:13:06 -08:00
Evan Almloff
1afada528d
fix user server future
2024-02-02 18:01:57 -06:00
Evan Almloff
1c4e1d84ea
serialize data in the server and deserialize data in the client
2024-02-02 17:23:00 -06:00
Jonathan Kelley
6bde8b0ce0
fix use_effect_with_deps
2024-02-02 14:49:33 -08:00
Jonathan Kelley
e8182b105e
flush sync in global memo
2024-02-02 14:36:03 -08:00
Jonathan Kelley
d28cc9c0cf
remove changed log in maybe_sync memo, flush sync
2024-02-02 14:35:55 -08:00
Jonathan Kelley
3295935de7
Fix panic on pausing dead tasks
2024-02-02 14:33:02 -08:00
Jonathan Kelley
8a38a41512
fix use_future todos!
2024-02-02 14:17:53 -08:00
Jonathan Kelley
f44b72f5e1
server_future uses use_resource
2024-02-02 14:08:21 -08:00
Jonathan Kelley
0fd7799bc2
disable use_future on the server
2024-02-02 13:36:19 -08:00
Jonathan Kelley
8f70a84c70
Use futures_util mutex instead of flume for sending flush lock wakeups
2024-02-02 13:09:26 -08:00
Evan Almloff
38bdab880d
only give out a ReadOnlySignal from async resources
2024-02-02 15:00:05 -06:00
Evan Almloff
308226996c
actually derive the copy trait for eval
2024-02-02 14:48:31 -06:00
Evan Almloff
a789d6a64e
make eval copy
2024-02-02 14:47:59 -06:00
Jonathan Kelley
894a79d3df
clear subscriber method
2024-02-01 13:21:53 -08:00
Jonathan Kelley
dd06705ff1
implement use_async_memo with reactive context
2024-02-01 13:21:53 -08:00
Jonathan Kelley
7c2947a131
Implement effects using reactivecontext
2024-02-01 13:21:52 -08:00
Jonathan Kelley
968f24a7b3
wip: reactive context instead of effect
2024-02-01 13:21:52 -08:00
Jonathan Kelley
0c71b95e82
skeleton of use_server_future with reactivity
2024-02-01 13:21:52 -08:00
Evan Almloff
b3ed337b6b
fix SLEDGEHAMMER_JS import path in desktop
2024-02-01 10:55:10 -06:00
Evan Almloff
2371c9eed3
minify js at runtime in liveview
2024-02-01 10:10:05 -06:00
Evan Almloff
e2e0a934fd
remove minified js from build scripts
2024-02-01 10:07:03 -06:00
Jonathan Kelley
44966efde2
use_future works
2024-01-31 16:56:58 -08:00
Jonathan Kelley
6818bbe10a
Make use_future take an impl FnMut + 'static, don't include router prelude when we don't need to
2024-01-31 16:33:53 -08:00
Jonathan Kelley
cbdd8108e6
Missed todo!()
2024-01-31 16:27:25 -08:00
Jonathan Kelley
8f07d881a6
Switch todo!() to unreachable!/unimplemented! where it matters
2024-01-31 16:26:20 -08:00
Jonathan Kelley
a14789eebc
rename inner on event to data
2024-01-31 16:26:19 -08:00
Evan Almloff
33e90da314
fix router release builds
2024-01-31 16:58:55 -06:00
Evan Almloff
8eda785ace
try to pull the default out directory for the fullstack server from the config
2024-01-31 16:50:54 -06:00
Evan Almloff
13b6f3b9e7
re export the dioxus router prelude
2024-01-31 16:16:07 -06:00
Evan Almloff
8f68585c1f
fix the default server fullstack history
2024-01-31 16:04:44 -06:00
Evan Almloff
2034591ab3
fix the incremental feature on the router
2024-01-31 15:40:39 -06:00
Evan Almloff
fb01a276b0
fix axum build in fullstack
2024-01-31 15:25:19 -06:00
Jonathan Kelley
72a40e41e6
Dont write empty strings in link
2024-01-31 13:15:33 -08:00
Evan Almloff
a7a3513b3f
fix ifmt spans
2024-01-31 12:41:35 -06:00
Evan Almloff
af75fb855f
wrap the result of render_with_location in an option
2024-01-31 12:24:36 -06:00
Evan Almloff
913ed0cfe3
fix outputting rsx with a manual location
2024-01-31 12:22:56 -06:00
Jonathan Kelley
b403bb51a8
Move playwright into packages
2024-01-30 18:51:19 -08:00
Jonathan Kelley
9922059969
Fix some commented out tests
2024-01-30 18:42:36 -08:00
Jonathan Kelley
69f9bb6b65
Make benches compile
2024-01-30 18:29:49 -08:00
Jonathan Kelley
09e14f1936
Implement some clippy fixes
2024-01-30 18:17:45 -08:00
Jonathan Kelley
a72c035de4
Fix cargo check on examples
2024-01-30 17:59:57 -08:00
Jonathan Kelley
0bd9692e45
Fix cargo test and a number of little cleanup bugs
2024-01-30 17:33:14 -08:00
Jonathan Kelley
eff1dd6c90
Merge branch 'master' into breaking
2024-01-30 16:20:19 -08:00
Jonathan Kelley
dc5e4e3738
Merge pull request #1881 from DioxusLabs/fix-routable-macro-docs
...
Fix typo in Routable macro docs
2024-01-30 16:00:03 -08:00
ealmloff
d5c17af13c
Merge pull request #1882 from Andrew15-5/refactor-crateconfig-struct
...
Converted `out_dir` and `asset_dir` fields to methods in `CrateConfig` (cli-config refactor)
2024-01-30 16:24:14 -06:00
Andrew Voynov
48957b11d8
refactor(cli-config): modified CrateConfig
struct
...
`out_dir` and `asset_dir` are now methods, because they derive from
`crate_dir` and `dioxus_config`.
2024-01-30 23:23:00 +03:00
Evan Almloff
aa03a6316a
remove Rc from the Component type alias
2024-01-30 12:29:47 -06:00
ealmloff
1e013a7f24
fix the layout docs as well
2024-01-30 12:12:48 -06:00
ealmloff
87eb9744e0
fix a tiny typo in the Routable macro docs: the route attribute only takes 2 parameters, not three
2024-01-30 12:04:31 -06:00
Evan Almloff
11555e4a51
Merge branch 'breaking' of https://github.com/Demonthos/dioxus into breaking
2024-01-30 11:10:47 -06:00
Evan Almloff
300a7dc12b
Create a new function for dioxus-rsx Element
2024-01-30 11:10:45 -06:00
Andrew Voynov
c22014571e
refactor(cli): added multiple nested errors support
...
Before the top-level error message would print the dependent error
message. Now multiple nested errors can be shown (with anyhow context).
2024-01-30 18:09:21 +03:00
Jonathan Kelley
8cc17dc1bd
Fix compile
2024-01-29 17:03:50 -08:00
Jonathan Kelley
cef64d43df
move hooks out of signals crate
2024-01-29 17:02:26 -08:00
Jonathan Kelley
dcdada542b
Properly implement wait_for_suspense
...
Wait_for_suspense now does not call flush_sync, making it
appropriate for deferring effects on the server. Futures will
still run on the server (as needed to progress suspense)
but use_effect / and memo watchers will not run on the server
2024-01-29 14:12:05 -08:00
Evan Almloff
1f88103dca
only implement T -> Readonlysignal
2024-01-29 15:57:23 -06:00
Evan Almloff
50e3216d8b
convert T into signals automatically
2024-01-29 13:36:39 -06:00
YuKun Liu
37e5f53f9e
Merge branch 'master' into master
2024-01-28 11:57:38 -08:00
YuKun Liu
492f49700a
fix: cargo fmt
2024-01-28 11:52:42 -08:00
YuKun Liu
a0508861bc
fix: upgrade crates & fixed repeat build error
2024-01-28 11:51:02 -08:00
Jonathan Kelley
1847c737e9
Queue effects to run after flush_sync
2024-01-28 02:21:05 -08:00
Jonathan Kelley
7e4a1e9c7c
Move methods
2024-01-28 01:30:59 -08:00
Jonathan Kelley
7b0dcb3206
Add flush_sync and pre_render methods to core
2024-01-28 01:30:33 -08:00
ealmloff
df74e4c2fc
Merge pull request #1874 from marc2332/feat/reduce-cli-deps
...
feat: Reduce cli deps
2024-01-27 20:22:22 -06:00
ealmloff
d83a6d683f
use the workspace version of futures utils
2024-01-27 20:07:16 -06:00
marc2332
63b82b279b
ok
2024-01-27 22:29:28 +01:00
marc2332
fad0607667
feat: Reduce CLI deps
2024-01-27 22:27:23 +01:00
Andrew Voynov
f7041b118d
chore(deps): bump cargo-generate from 0.18 to 0.19
...
When building the `dx` CLI there is 1 less dependency (from 710 to 709).
2024-01-27 21:52:52 +03:00
Jonathan Kelley
3ccf520205
reorder impls
2024-01-26 23:06:30 -08:00
Jonathan Kelley
974680796f
add test cases, refactor deref
2024-01-26 23:05:40 -08:00
Jonathan Kelley
d34538f4da
Add memochain example
2024-01-26 22:33:41 -08:00
Evan Almloff
b3f018f805
fix generational box fuzzing
2024-01-26 15:35:01 -06:00
ealmloff
b7b5f5c009
Merge pull request #1868 from tirithen/linux-webview-new-gtk
...
fix: initialize linux wry webview
2024-01-25 17:29:26 -06:00
Evan Almloff
f98a9adad2
fix duplicate window menu in the default menubar
2024-01-25 17:23:06 -06:00
Fredrik Söderström
47d15fc8a1
fix: initialize linux wry webview
...
In the wry 0.32 examples the linux webviews are initialized in a
different way to render properly using
tao::platform::unix::WindowExtUnix. Tested with Gnome 45.3 and Wayland.
2024-01-25 21:28:39 +01:00
Evan Almloff
c3edf99b63
make anyprops and vprops private again
2024-01-25 09:32:36 -06:00
Evan Almloff
53380c9956
fix hot reload macro on unix
2024-01-25 09:24:03 -06:00
Evan Almloff
458c13fb74
run effects in the scope they were created in
2024-01-24 18:34:22 -06:00
Evan Almloff
52ea3465e6
import the SuperInto trait in core macro
2024-01-24 16:43:18 -06:00
Evan Almloff
c3555a7ec0
fix Option<String> in props
2024-01-24 16:40:14 -06:00
Evan Almloff
30ef29d195
Remove an extra CopyValue::invalid from maybe_sync_memo
2024-01-24 14:33:39 -06:00
Jonathan Kelley
1eb989a544
remove setinner
2024-01-24 12:24:47 -08:00
Evan Almloff
1a9079b28b
Merge branch 'breaking' of https://github.com/Demonthos/dioxus into breaking
2024-01-24 14:23:24 -06:00
Evan Almloff
10e305d2da
don't require a valid type for CopyValue::set
2024-01-24 14:23:23 -06:00
Jonathan Kelley
d092f7f19f
Fix effect by using a set_inner
2024-01-24 12:21:14 -08:00
Evan Almloff
55b37cc381
fix serializing signals
2024-01-24 10:54:17 -06:00
Evan Almloff
87dc409837
remove must use hints from memo and rename file to memo
2024-01-24 09:31:29 -06:00
Jonathan Kelley
c0522bc152
cargo check all
2024-01-23 16:58:29 -08:00
Evan Almloff
f2e48f10e9
simplify the crm example a bit more
2024-01-23 18:46:24 -06:00
Evan Almloff
fc6912d4c0
make GlobalMemo and GlobalSignal not copy or clone
2024-01-23 18:37:50 -06:00
Jonathan Kelley
9633cfadde
fix gen box compile release no features
2024-01-23 15:41:37 -08:00
Evan Almloff
84e76dbdce
remove duplicate vec utils defined in the read_impls
2024-01-23 17:23:04 -06:00
Jonathan Kelley
828c253305
queue effect instead of running it
2024-01-23 14:10:13 -08:00
Evan Almloff
6bc0332052
simplify the readable and writable traits a bit
2024-01-23 12:07:55 -06:00
Evan Almloff
c172914b21
drop scopes in order when dropping the virtual dom
2024-01-23 11:40:45 -06:00
Evan Almloff
94c0c2e5b9
remove some old manual implementations of helpers
2024-01-23 11:29:13 -06:00
Evan Almloff
7f93263357
add a bunch more utilities to the trait
2024-01-23 10:56:26 -06:00
Evan Almloff
c83ca7b15f
fix raw expressions in the format macro
2024-01-23 10:09:14 -06:00
Evan Almloff
c51badf07b
fix use hooks with impl signals
2024-01-23 10:09:02 -06:00
Evan Almloff
51d7133ca5
add readable and writable traits for signal-like structs
2024-01-23 10:05:59 -06:00
Ege Gungordu
8887d674ed
add is_composing check to desktop headless tests
2024-01-23 18:33:28 +03:00
Ege Gungordu
d3ded8c677
add isComposing support of KeyboardEvent
2024-01-23 18:31:14 +03:00
Evan Almloff
93adb35cfa
fix removing debug borrow information when the ref is dropped
2024-01-23 07:41:46 -06:00
Evan Almloff
6ed5df644e
fix generational box release builds
2024-01-23 07:38:29 -06:00
Evan Almloff
a51744c439
fix generational box fuzzing
2024-01-23 07:33:53 -06:00
Evan Almloff
89b7784d31
make validate private again
2024-01-23 07:32:53 -06:00
Jonathan Kelley
079fec3be6
simplify generational box by compressing debug info
2024-01-22 21:17:02 -08:00
Evan Almloff
27f8377ea5
fix try to string in ifmt
2024-01-22 17:25:49 -06:00
Evan Almloff
e01f10e25d
remove mappable and mappablemut traits
2024-01-22 16:51:25 -06:00
Evan Almloff
636aeb4b90
integrate liveview with the launch builder
2024-01-22 11:56:34 -06:00
Evan Almloff
50873bf9c7
fix component swap test
2024-01-22 09:39:31 -06:00
Evan Almloff
cdf25f0c14
run hook destructors inside of the scope they were created in
2024-01-22 09:32:53 -06:00
Evan Almloff
e5a11aa2a5
fix drop order test
2024-01-22 09:13:05 -06:00
Evan Almloff
8f786d85cd
drop hooks before contexts
2024-01-22 09:08:29 -06:00
Evan Almloff
0932130e87
include more platforms in the launch builder
2024-01-22 08:58:35 -06:00
Evan Almloff
74ec3a4a82
fix js framework benchmark
2024-01-22 08:36:17 -06:00
Evan Almloff
a10f9496c7
don't panic in try variants even in release mode
2024-01-22 08:32:13 -06:00
Jonathan Kelley
5167cad689
Remove logging in protocol
2024-01-21 14:58:27 -08:00
Ege Gungordu
43fe17d9c5
fix attribute diffs causing infinite loops with test
2024-01-22 01:19:37 +03:00
Jonathan Kelley
e9978c119f
Don't strip the prefix from custom assets
2024-01-21 13:38:25 -08:00
Jonathan Kelley
028f499bf6
Fix generational box in release mode
2024-01-21 12:46:19 -08:00
Ege Gungordu
6111bdfdf0
add attribute diff test
2024-01-21 18:29:29 +03:00
Ege Gungordu
7aa3f21954
fix attribute diff infinite loop ( #1843 )
2024-01-21 18:26:48 +03:00
Jonathan Kelley
06d9b575b7
rename use_selector to use_memo
2024-01-20 23:32:12 -08:00
Jonathan Kelley
fc0b0f02a1
downcast data with panic
2024-01-20 11:21:49 -08:00
Ege Gungordu
91e378fc5e
mark hot-reload flag incompatible with release
2024-01-20 20:49:45 +03:00
Jonathan Kelley
3ded0f5329
Make more examples cross-platform
2024-01-20 00:11:55 -08:00
Jonathan Kelley
2366d609d4
add checked to form
2024-01-19 22:23:13 -08:00
Jonathan Kelley
728a26a2cc
Fix borrowmut error in nested spawns
2024-01-19 22:01:21 -08:00
Evan Almloff
b53ba7b5c7
fix replacing fragments
2024-01-19 19:23:01 -06:00
Jonathan Kelley
85c7c22619
Make router work on web
2024-01-19 16:36:40 -08:00
Jonathan Kelley
c1be911dd7
Cleanup in global signals
2024-01-19 15:50:00 -08:00
Jonathan Kelley
60f5697e8e
Fix global signal owner
2024-01-19 15:48:21 -08:00
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
Jan-Mirko Otter
baf505e330
dioxus-web: Add Config::rootelement
2024-01-19 23:35:18 +01: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
Ameyanagi
a3f6d21bea
deleted unused comment
2024-01-18 17:55:15 -05:00
Ameyanagi
ca06fda67e
Merge branch 'DioxusLabs:master' into master
2024-01-18 17:14:19 -05:00
Ameyanagi
27254eecc6
added annotation-xml
2024-01-18 17:13:55 -05: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
Ameyanagi
f8071d9a61
add MathML core elements
2024-01-18 01:54:23 -05: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
Granville Schmidt
b372701d30
fix wording in CLI building waiting message
2024-01-17 18:13:58 -07: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
Jonathan Kelley
fb4f97406c
Fix router codegen
2024-01-16 15:48:37 -08:00
Jonathan Kelley
3fb7c359c2
Rename to component function
2024-01-16 15:09:44 -08:00
Jonathan Kelley
c94af9538b
Remove phantom markers and just default to Rc<dyn Fn(props) -> Element> where it makes sense
2024-01-16 15:07:22 -08:00
Evan Almloff
397015df31
fix some clippy lints in dioxus signals
2024-01-16 16:31:07 -06:00
Evan Almloff
ecf17b351c
finish fixing router
2024-01-16 16:24:44 -06:00
Evan Almloff
adf67b4384
fix use_router_internal
2024-01-16 16:23:38 -06:00
Evan Almloff
5ca0c9cbf8
fix light diffing components
2024-01-16 16:21:17 -06:00
Evan Almloff
c4d6f19b38
remove logs
2024-01-16 16:17:52 -06:00
Evan Almloff
341bc7f6a1
remove duplicate blog in the router example
2024-01-16 15:54:09 -06:00
Evan Almloff
ad01a45f3b
restore core tests
2024-01-16 15:51:02 -06:00
Evan Almloff
b58eb04278
Fix basic routers
2024-01-16 14:39:48 -06:00
Evan Almloff
918d09b516
fix merging attributes
2024-01-16 14:20:51 -06:00
Evan Almloff
f6fd20bb61
fix signals
2024-01-16 13:57:31 -06:00
Evan Almloff
611f0d3b5f
Merge branch 'maybe-sync-signal' into breaking
2024-01-16 13:49:53 -06:00
Evan Almloff
e65c5f0eb3
depreciate the render macro
2024-01-16 13:18:46 -06:00
Evan Almloff
90d0164b9e
fix formatted strings in components
2024-01-16 12:47:23 -06:00
Evan Almloff
407a82588a
fix more examples
2024-01-16 12:28:21 -06:00
Evan Almloff
db35a9b48c
add platform specific functions for launching apps for workspaces
2024-01-16 11:45:02 -06:00
Evan Almloff
71a08678a6
make link extend global attributes
2024-01-16 11:10:34 -06:00
Evan Almloff
8d14671520
fix spreading attributes
2024-01-16 11:04:37 -06:00
Evan Almloff
d44b0b34c8
Merge branch 'master' into breaking
2024-01-16 10:38:55 -06:00
ealmloff
6126e02143
Merge pull request #1836 from serzhiio/master
...
Aggregating input values into arrays if required
2024-01-16 10:38:04 -06:00
Evan Almloff
a20a85dad6
implement deref for FormValue
2024-01-16 10:30:59 -06:00
hem1t
c6e1b0f728
init
subcommand (#1840 )
...
* `init` subcommand
* clippy
2024-01-16 10:25:07 -06:00
Evan Almloff
b3cf9374f8
re export renderers in dioxus
2024-01-16 09:53:46 -06:00
Evan Almloff
34e4917dbf
forward dioxus features to the config macro
2024-01-16 09:47:28 -06:00
Evan Almloff
6b6e54ff11
add a web config macro
2024-01-16 09:46:36 -06:00
Evan Almloff
d2cdcc602b
impl ComponentFunction for Routes
2024-01-16 09:40:17 -06:00
Evan Almloff
7e4d2debe0
implement launch builder for the desktop and web platforms
2024-01-16 08:42:16 -06:00
serzhiio
6bc2fb0906
fix MultipleSelect
2024-01-16 18:17:53 +04:00
Evan Almloff
ef553a2cb2
unbox component functions
2024-01-16 07:48:32 -06:00
hem1t
1db8bd7edd
Minor fixes in cli ( #1837 )
...
* not using bin, until needed
also removes an unnecessary warning!
* removed redundant line
maybe, it was readability?
* using same `if let` pattern as below
* to `get_bin(args.bin)?` with `Ok(())` at last
* unreachable!
2024-01-16 07:21:01 -06:00
Jonathan Kelley
98bd78de43
Fix issue with mutability in component macro
2024-01-15 23:57:10 -08:00
Jonathan Kelley
8559984e9d
and mut bound to mut methods on signals
2024-01-15 23:24:59 -08:00
Jonathan Kelley
d88561f973
Adjust impl for signal syntax to allow cloned values
2024-01-15 21:43:30 -08:00
Jonathan Kelley
33bba24867
Experiment with call syntax only working for copy types
2024-01-15 21:12:44 -08:00
Jonathan Kelley
bb750f5336
Fix effect stack issue
2024-01-15 20:45:59 -08:00
Jonathan Kelley
a32ae8b112
Remove push_future, get use_future kinda working again
2024-01-15 19:34:04 -08:00
Jonathan Kelley
14651a3573
Change context api to panic with nice error message
2024-01-15 18:02:58 -08:00
Jonathan Kelley
ee5020c41f
actually set task
2024-01-15 17:37:50 -08:00
Jonathan Kelley
1332b82dc8
Expose current task
2024-01-15 17:32:49 -08:00
Evan Almloff
6560b88db7
Merge branch 'breaking' of https://github.com/Demonthos/dioxus into breaking
2024-01-15 19:14:26 -06:00
Evan Almloff
af1749d7be
re export renderers in dioxus
2024-01-15 19:14:11 -06:00
Jonathan Kelley
74aa55f85f
Bring back mroe hooks, remove old hooks, cleanup a number of examples
2024-01-15 17:04:39 -08:00
Jonathan Kelley
b291a5c0b0
Remove a number of hooks
2024-01-15 14:51:34 -08:00
Jonathan Kelley
bb6aa9e792
Add back ondestroy hook
2024-01-15 14:27:20 -08:00
Jonathan Kelley
6134a2ce24
Clean up a number of examples
2024-01-15 13:06:05 -08:00
Evan Almloff
940108f242
fix hydration
2024-01-15 13:23:35 -06:00
Evan Almloff
d17a04931b
Merge branch 'master' into breaking
2024-01-15 12:01:09 -06:00
Evan Almloff
cfebb6c900
remove async-channel now that context and eval is global
2024-01-15 11:46:00 -06:00
Evan Almloff
9a38331826
restore liveview renderer
2024-01-15 11:28:27 -06:00
Evan Almloff
41d10075e3
clean up some unused imports in web
2024-01-15 11:14:06 -06:00
Evan Almloff
16d5d00bdf
fix ssr tests
2024-01-15 11:12:24 -06:00
Evan Almloff
b039d6acc0
fix remaining core tests
2024-01-15 11:06:27 -06:00
Evan Almloff
51441b44ca
fix diffing fuzz test
2024-01-15 10:52:30 -06:00
Evan Almloff
4c5a311191
fix create fuzzing test
2024-01-15 10:21:44 -06:00
Evan Almloff
a1c68448a7
fix placeholder template names
2024-01-15 10:15:55 -06:00
Evan Almloff
0f01f3fd84
fix replacing VNodes
2024-01-15 10:05:04 -06:00
Evan Almloff
a8172b0ab5
restore replace optimization
2024-01-15 09:59:50 -06:00
Evan Almloff
9133c0a305
fix dioxus desktop build
2024-01-15 09:19:52 -06:00
Evan Almloff
20480c0a2d
fix use_hook imports
2024-01-15 09:10:15 -06:00
Evan Almloff
01726d6656
remove once, restore use_hook
2024-01-15 09:05:46 -06:00
serzhiio
da308b4cdd
typo
2024-01-15 17:42:03 +04:00
serzhiio
00cd0dae6e
From impl
2024-01-15 17:38:31 +04:00
serzhiio
a92d1a9424
rustfmt
2024-01-15 17:28:00 +04:00
serzhiio
c1fbf31a27
Form fields with same name can aggregate in array of values.
2024-01-15 17:21:05 +04:00
serzhiio
f833d95e79
Added useful methods
2024-01-15 17:16:44 +04:00
Evan Almloff
36e9eb1160
partially restore spreading attributes
2024-01-14 15:21:19 -06:00
Evan Almloff
e89dd8a888
fix the web form event
2024-01-14 12:19:31 -06:00
Jonathan Kelley
2470a46511
remove dbg
2024-01-13 21:23:52 -08:00
Jonathan Kelley
9881a94e67
Remove cx in more places
2024-01-13 21:18:36 -08:00
Jonathan Kelley
1dde044697
remove cx.render
2024-01-13 21:12:21 -08:00
Jonathan Kelley
fae0b08e61
Fix the router and stub out a number of crates to get compiling
2024-01-13 20:51:37 -08:00
Hampus Lidin
011116b83d
Fix panic when using dev profile ( #1824 )
2024-01-13 13:07:38 -06:00
Evan Almloff
fe1b35d610
fix mount event
2024-01-12 17:47:27 -06:00
Jonathan Kelley
759274143c
Merge branch 'master' into jk/breaking-merged
2024-01-11 17:38:31 -08:00
Jonathan Kelley
e801007698
Clean up some bits
2024-01-11 17:36:00 -08:00
Jonathan Kelley
3f15612c8e
Fix remaining issues to get desktop running
2024-01-11 17:30:50 -08:00
Jonathan Kelley
8beec2f41f
fix rendering issue
2024-01-11 17:15:01 -08:00
Jonathan Kelley
8c94f0bc4a
get compiling
2024-01-11 16:51:18 -08:00
Jonathan Kelley
2ae3241cc0
Merge branch 'master' into jk/breaking-merged
2024-01-11 16:04:36 -08:00
Evan Almloff
69da70fd32
make diffing a bit more resilient
2024-01-11 17:21:38 -06:00
Evan Almloff
6c29e2b825
clean up some core context APIs
2024-01-11 17:21:13 -06:00
Evan Almloff
d51b6268eb
restore error boundaries in core
2024-01-11 17:20:53 -06:00
Jonathan Kelley
075caedf75
Different approach to make clippy happy across platforms
2024-01-11 15:15:45 -08:00
Jonathan Kelley
ac64f40842
Different approach to cfg
2024-01-11 15:14:45 -08:00
Jonathan Kelley
b90c7ffcac
Fix linux compile
2024-01-11 15:09:38 -08:00
Jonathan Kelley
11b51f6173
Merge branch 'master' into jk/fix-segfault-boot
2024-01-11 14:56:09 -08:00
Jonathan Kelley
08c522d5b3
Fix muda segfault
2024-01-11 14:50:21 -08:00
Evan Almloff
1034377a6f
document ComponentFunction
2024-01-11 16:37:42 -06:00
Jonathan Kelley
4f077ec664
Merge pull request #1812 from ealmloff/duplicate-event-listener-rsx
...
check for duplicate event listeners in the rsx macro
2024-01-11 14:34:01 -08:00
Evan Almloff
4ef6f78657
fix duplicate listeners in the autoformat tests
2024-01-11 16:22:28 -06:00
Evan Almloff
598b557aee
rename HasProps to ComponentFunction
2024-01-11 15:53:14 -06:00
Evan Almloff
b6ea395338
enable serde dependency in the html crate even if eval is disabled
2024-01-11 15:40:44 -06:00
Evan Almloff
3267ddec10
more consistent naming of the root component in core
2024-01-11 15:23:37 -06:00
Evan Almloff
7fe6e05da3
remove trybuild now that core is more safe
2024-01-11 15:21:13 -06:00
Evan Almloff
fd0a53ab63
make all core tests compile
2024-01-11 15:18:11 -06:00
Jonathan Kelley
f7bf156422
Merge pull request #1810 from DioxusLabs/jk/disambiguate-exprs-in-rsx
...
Disambiguate if expressions in rsx by requiring curlies, allow shorthand component/element initialization
2024-01-11 12:25:59 -08:00
Jonathan Kelley
3ef15577eb
Merge pull request #1807 from ealmloff/assets-optional
...
Only support manganis in the CLI
2024-01-11 12:18:24 -08:00
Jonathan Kelley
8ff13c3c1b
Fix some basic clippy stuff
2024-01-11 12:13:38 -08:00
Jonathan Kelley
1527b81e02
Components participate in event handlers
2024-01-11 12:11:27 -08:00
hem1t
8be9a7192b
using cargo.toml version ( #1813 )
...
- Replaced `CFG_RELEASE` with `CARGO_PKG_VERSION`
- No rerun on `CFG_RELEASE`
2024-01-11 13:50:23 -06:00
Jonathan Kelley
8881b8a473
Use error instead of panic for span location in rsx macro shorthand
2024-01-11 11:37:12 -08:00
Evan Almloff
a9d09d858b
fix more errors in core tests
2024-01-11 12:40:36 -06:00
Evan Almloff
8d783490a0
fix the component macro when the function takes a single argument
2024-01-11 12:01:40 -06:00
Evan Almloff
bcbb647d02
fix constructing no argument components
2024-01-11 11:44:18 -06:00
Evan Almloff
1794debf79
fix components that take no arguments
2024-01-11 11:11:44 -06:00
Evan Almloff
404c864246
make the root component take no arguments
2024-01-11 10:48:04 -06:00
Evan Almloff
9b5a797008
check for duplicate event listeners in the rsx macro
2024-01-11 10:34:08 -06:00
Jonathan Kelley
aff5259654
Allow children shorthand in components
2024-01-10 23:52:38 -08:00
Jonathan Kelley
8a77d2560e
fix tests around children elements
2024-01-10 23:42:36 -08:00
Jonathan Kelley
b8061d6d14
Make clippy happy
2024-01-10 23:26:26 -08:00
Jonathan Kelley
593527d58b
fix final test
2024-01-10 23:18:47 -08:00
Jonathan Kelley
f1e8faffb5
fix tests
2024-01-10 23:17:01 -08:00
Jonathan Kelley
c5dfbd7913
fix test
2024-01-10 22:52:41 -08:00
Jonathan Kelley
fa9d92f956
Fix tests for autofmt
2024-01-10 22:41:40 -08:00
Jonathan Kelley
d9b84f9f8f
Disambiguate expressions in rsx by requiring curlies
2024-01-10 19:33:34 -08:00
Evan Almloff
8fe2515413
Merge branch 'breaking' of https://github.com/Demonthos/dioxus into breaking
2024-01-10 19:21:17 -06:00
Evan Almloff
55f76fede6
work on fixing some core tests
2024-01-10 19:21:15 -06:00
Jonathan Kelley
3bde429619
Export signals from dioxus prelude
2024-01-10 16:57:21 -08:00
Jonathan Kelley
47805461d0
Dump skip(0)
2024-01-10 16:39:40 -08:00
Jonathan Kelley
2a7f3a4164
Fix: quick tweak to allow #[component] macro working
2024-01-10 16:38:07 -08:00
Evan Almloff
4a1a00b0f0
fix dioxus ssr
2024-01-10 17:57:15 -06:00
Evan Almloff
dc58212508
fix props diffing
2024-01-10 17:13:56 -06:00
Evan Almloff
e004c1722f
set the required environment variable for manganis support
2024-01-10 11:19:51 -06:00
Evan Almloff
5b2b0c43bd
work on fixing ssr
2024-01-10 09:56:03 -06:00
ealmloff
e1e29d1404
Merge branch 'master' into maybe-sync-signal
2024-01-09 15:31:31 -06:00
Evan Almloff
d8e79b656b
remove an extra clone
2024-01-09 14:27:25 -06:00
Evan Almloff
663296ae45
make collect-assets not optional in dioxus fullstack
2024-01-09 13:58:28 -06:00
TKirishima
48e413a4f3
fix: no project-name in argument of dx create
( #1803 )
2024-01-09 13:22:38 -06:00
Evan Almloff
f1b2f964c0
fix removing root nodes
2024-01-09 12:05:27 -06:00
Evan Almloff
b2860a3d73
fix diffing components
2024-01-09 11:50:41 -06:00
Evan Almloff
3545c14a38
fix formatting
2024-01-09 11:36:45 -06:00
Evan Almloff
b43dfb1f67
fix mounted information
2024-01-09 11:35:55 -06:00
Evan Almloff
967c082085
clippy fix
2024-01-09 11:02:07 -06:00
Evan Almloff
41abffb267
remove the mount information when a node is dismounted
2024-01-09 11:01:42 -06:00
Evan Almloff
8eb2b74832
move mounted info to the VDOM
2024-01-09 11:01:11 -06:00
Evan Almloff
0175ae0599
refactor diffing a bit
2024-01-09 10:26:32 -06:00
Evan Almloff
d1b9703ee7
fix release mode
2024-01-09 10:24:02 -06:00
Evan Almloff
8af39e0f1e
fix some more clippy lints
2024-01-09 10:11:31 -06:00
Evan Almloff
eb602fc29f
clippy fix
2024-01-09 10:09:58 -06:00
Evan Almloff
aed29b1dec
separate mount information from VNodes
2024-01-09 10:09:08 -06:00
Jonathan Kelley
2876a7deb2
Merge branch 'master' into feat/inline-attributes-fmt
2024-01-08 20:00:14 -08:00
Jonathan Kelley
b8fac44537
Clean up merge comments
2024-01-08 19:33:39 -08:00
Jonathan Kelley
23f7a37b06
Clean up merge conflicts
2024-01-08 19:31:57 -08:00
Jonathan Kelley
44a27bf8a3
Fix leak in render macro
2024-01-08 19:20:31 -08:00
Evan Almloff
0a35b5a670
fix render macro
2024-01-08 19:04:56 -08:00
Jonathan Kelley
aea019670a
Merge pull request #1801 from DioxusLabs/jk/fix-miri-test-setup
...
bump the ci
2024-01-08 18:54:23 -08:00
Jonathan Kelley
4a39f71143
get more space on the test runner
2024-01-08 18:26:56 -08:00
Jonathan Kelley
ecf391f5a3
Merge pull request #1800 from DioxusLabs/jk/fix-miri-test-setup
...
Tweak CI with new caching
2024-01-08 16:53:52 -08:00
Jonathan Kelley
3aabaa8c8f
Commit cargo.lock and allow mobile example to be part of workspace
2024-01-08 15:27:59 -08:00
dependabot[bot]
485bb6585e
Bump follow-redirects from 1.15.1 to 1.15.4 in /packages/extension
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.1 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.1...v1.15.4 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-08 23:20:22 +00:00
Jonathan Kelley
28a9dc6805
Pin assets sha to keep CI in check
2024-01-08 14:54:02 -08:00
Jonathan Kelley
6f15e0e924
Fix ci failure on unused cfg deps
2024-01-08 14:37:05 -08:00
ealmloff
c7e104c0f0
Merge branch 'master' into maybe-sync-signal
2024-01-08 16:27:11 -06:00
Jonathan Kelley
9c4d90350f
fix merge conflicts for files
2024-01-08 14:08:21 -08:00
Jonathan Kelley
8ef7503a90
fix playwright tests by fixing inlinejs
2024-01-08 13:58:47 -08:00
Jonathan Kelley
6b240e1169
remove unused deps
2024-01-08 13:39:03 -08:00
Jonathan Kelley
5ccbeeab46
Merge branch 'master' into add-file-data-drag-event
2024-01-08 13:34:24 -08:00
Jonathan Kelley
399e20fd47
Merge pull request #1622 from ealmloff/cli-config-library
...
Pull out CLI configs into a separate library
2024-01-08 13:33:16 -08:00
Jonathan Kelley
6749fd9fe3
Merge pull request #1655 from ealmloff/fullstack-binary-size-compile-times
...
Optimize fullstack compile times
2024-01-08 13:33:03 -08:00
Jonathan Kelley
8022fa00d8
Merge pull request #1736 from ealmloff/liveview-history-default
...
Enable the liveview router history by default if the feature is enabled
2024-01-08 13:32:39 -08:00
Jonathan Kelley
c90f31a4f6
Fix moutned data on desktop
2024-01-08 13:03:47 -08:00
Evan Almloff
194c9d43e3
fix merge
2024-01-08 14:51:35 -06:00
Jonathan Kelley
1b883b2858
Use the correct serialized event converter
2024-01-08 12:19:43 -08:00
Evan Almloff
56798b3d1c
Merge branch 'master' into add-file-data-drag-event
2024-01-08 14:16:09 -06:00
Evan Almloff
78a5592d6d
fix comparer
2024-01-08 14:03:17 -06:00
Evan Almloff
69a1ec0e3c
Merge branch 'create-comparer' into maybe-sync-signal
2024-01-08 13:56:11 -06:00
Evan Almloff
b34418fd28
fix generational box
2024-01-08 13:54:54 -06:00
Evan Almloff
cfbec8240e
make the web history a higher priority than the liveview history when compiling to wasm
2024-01-08 13:50:01 -06:00
Evan Almloff
2cc6f2f51f
fix merge and reorganize the CLI a bit
2024-01-08 13:39:12 -06:00
ealmloff
01c2691953
fix duplicate serde dependancy
2024-01-08 13:30:08 -06:00
Evan Almloff
0269a59c95
add fullstack platform
2024-01-08 13:24:23 -06:00
Evan Almloff
23509ada9f
Merge branch 'master' into cli-config-library
2024-01-08 13:24:16 -06:00
Evan Almloff
b180b501f7
Merge branch 'master' into fullstack-binary-size-compile-times
2024-01-08 13:18:05 -06:00
ealmloff
08a679147f
Merge branch 'master' into liveview-history-default
2024-01-08 13:11:55 -06:00
Evan Almloff
438c03ad68
fix the double click event
2024-01-08 13:10:09 -06:00
Jonathan Kelley
fb40e72520
Merge pull request #1603 from divinerapier/master
...
Bump tauri bundler for using proxy to fetch resources
2024-01-08 10:38:05 -08:00
Jonathan Kelley
ac326e4dfd
Fix clippy with features
2024-01-08 10:35:10 -08:00
Jonathan Kelley
44c9697021
Fix merge conflicts
2024-01-08 10:26:33 -08:00
Jonathan Kelley
7f6e2dd64b
Merge branch 'master' into get-parsed-values-for-form-values
2024-01-08 09:57:03 -08:00