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
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
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