Maccesch
|
0b21e9d7e4
|
chore: rustfmt
|
2024-09-02 14:39:22 +01:00 |
|
Baptiste de Montangon
|
c30dce5a80
|
fixed some imports
|
2024-08-28 14:08:10 +02:00 |
|
Baptiste de Montangon
|
487fdce9a9
|
fixed some warnings and an error with a untyped into
|
2024-08-22 22:49:30 +02:00 |
|
CorvusPrudens
|
08884d75e0
|
Merge remote-tracking branch 'upstream/leptos-0.7' into leptos-0.7
|
2024-08-03 23:41:08 -06:00 |
|
CorvusPrudens
|
feb585362e
|
Removed all trivial SendWrappers
|
2024-08-03 23:28:09 -06:00 |
|
Maccesch
|
904582f33d
|
Merge branch 'main' into leptos-0.7
# Conflicts:
# examples/use_broadcast_channel/src/main.rs
# src/storage/use_storage.rs
|
2024-07-27 22:22:06 +01:00 |
|
Álvaro Mondéjar Rubio
|
6001a93142
|
Run cargo clippy
|
2024-07-27 18:35:59 +02:00 |
|
Álvaro Mondéjar Rubio
|
e21ed8ec31
|
Make rustdocs links work with the book
|
2024-07-27 18:10:38 +02:00 |
|
CorvusPrudens
|
c414022b23
|
Completed MVP port
|
2024-07-23 21:33:14 -06:00 |
|
CorvusPrudens
|
3433fc6608
|
Reintroduced proper watch
|
2024-07-23 10:54:11 -06:00 |
|
Maccesch
|
ec6027c59e
|
Merge branch 'main' into leptos-0.7
# Conflicts:
# CHANGELOG.md
# Cargo.toml
# src/is_err.rs
# src/is_none.rs
# src/is_ok.rs
# src/is_some.rs
# src/storage/use_local_storage.rs
# src/storage/use_session_storage.rs
# src/storage/use_storage.rs
# src/use_broadcast_channel.rs
# src/use_cookie.rs
# src/use_device_pixel_ratio.rs
# src/use_event_source.rs
# src/use_to_string.rs
# src/use_websocket.rs
# src/utils/codecs/string/from_to_string.rs
# src/utils/codecs/string/json.rs
# src/utils/codecs/string/prost.rs
|
2024-07-22 23:12:46 +01:00 |
|
Corvus
|
c6914330b6
|
Partial update to 0.7.0-alpha
|
2024-07-19 20:22:27 -06:00 |
|
blorbb
|
384ca082a2
|
add impls into web_sys::HtmlElement for ElementMaybeSignal
|
2024-05-28 11:47:10 +10:00 |
|
Maccesch
|
5f3f60ca6b
|
work to port to leptos 0.7
|
2024-05-07 12:41:44 +01:00 |
|
Maccesch
|
446b10b1cf
|
chore: latest rustfmt
|
2024-02-23 02:40:54 +00:00 |
|
Maccesch
|
76facdedaa
|
chore: latest clippy
|
2024-02-23 02:36:39 +00:00 |
|
Álvaro Mondéjar Rubio
|
16e67c2061
|
Use signals instead of memos with first unused argument when possible
|
2024-02-05 23:43:31 +01:00 |
|
Maccesch
|
58395be22b
|
some more ElementMaybeSignal conversions and some minor code improvements
|
2024-01-21 18:33:54 +00:00 |
|
Maccesch
|
84396b7675
|
implemented various conversions for Element(s)MaybeSignal
closes #48
|
2024-01-10 23:37:32 +00:00 |
|
Maccesch
|
9c3970a950
|
Fixed SSR of use_timestamp, use_raf_fn and use_idle
Fixes #45
|
2023-11-09 23:26:47 +00:00 |
|
Maccesch
|
7084b91c0a
|
made ElementMaybeSignal's from string conversion SSR safe.
Fixes #41
|
2023-10-28 16:18:29 -05:00 |
|
Maccesch
|
0aff004250
|
added use_window and use_document
|
2023-09-13 01:32:07 +01:00 |
|
Maccesch
|
660e115b0d
|
updated to leptos 0.5.0-beta2
|
2023-08-31 04:42:51 +01:00 |
|
Maccesch
|
2e08874db0
|
ported to leptos 0.5 alpha
|
2023-07-27 18:06:36 +01:00 |
|
Maccesch
|
fadfcab1c1
|
added use_cycle_list, use_color_mode and maybe_rw_signal
|
2023-06-23 22:16:18 +01:00 |
|
Maccesch
|
a6e94af982
|
added use_mutation_observer
|
2023-06-13 09:57:47 +01:00 |
|