CorvusPrudens
|
feb585362e
|
Removed all trivial SendWrappers
|
2024-08-03 23:28:09 -06:00 |
|
CorvusPrudens
|
c414022b23
|
Completed MVP port
|
2024-07-23 21:33:14 -06:00 |
|
CorvusPrudens
|
9866ac6231
|
Added more Send + Sync bounds and SendWrapper s
|
2024-07-23 11:36:12 -06:00 |
|
CorvusPrudens
|
3433fc6608
|
Reintroduced proper watch
|
2024-07-23 10:54:11 -06:00 |
|
Maccesch
|
b4a0efcc06
|
post merge cleanup
|
2024-07-22 23:20:35 +01: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 |
|
Marc-Stefan Cassola
|
3fdd941f47
|
Merge pull request #133 from CorvusPrudens/leptos-0.7-alpha
Progress towards Leptos 0.7.0-alpha
|
2024-07-22 20:13:05 +01:00 |
|
Corvus
|
b0a4fca795
|
Clean up lints
|
2024-07-21 10:09:02 -06:00 |
|
Corvus
|
c6914330b6
|
Partial update to 0.7.0-alpha
|
2024-07-19 20:22:27 -06:00 |
|
Marc-Stefan Cassola
|
37f16ad37b
|
Merge pull request #132 from hcandelaria/use-cookie-misaligned
Fix: use_cookie demo button misalignment
|
2024-07-18 22:35:20 +01:00 |
|
Hector Candelaria
|
2bc5372920
|
Docs: correct grammar in function comment
Updated comment to fix grammar.
|
2024-07-18 00:09:06 -04:00 |
|
Hector Candelaria
|
af2fcb188c
|
Fix: correct button misalignment
Replaced the CSS selector `~` with `+` to ensure proper spacing between adjacent buttons. This adjustment targets only the immediate sibling buttons.
|
2024-07-18 00:04:57 -04:00 |
|
Marc-Stefan Cassola
|
a5c67b4f7f
|
Update CHANGELOG.md
|
2024-07-16 20:14:05 +01:00 |
|
Marc-Stefan Cassola
|
e192eff406
|
use_cookie signal tries to change cookie headers during SSR
Closes #124
|
2024-07-16 20:12:09 +01:00 |
|
Marc-Stefan Cassola
|
0975bdcfef
|
Update CHANGELOG.md
|
2024-07-16 19:59:55 +01:00 |
|
Marc-Stefan Cassola
|
c26a96d8a6
|
use_storage now always writes the default value to storage if the key doesn’t exist
|
2024-07-16 19:57:30 +01:00 |
|
Marc-Stefan Cassola
|
85376f8165
|
Merge pull request #131 from bicarlsen/feat/track_caller
|
2024-07-15 15:03:13 +01:00 |
|
Marc-Stefan Cassola
|
d3de53a0dd
|
Merge pull request #130 from hcandelaria/user-media-api
|
2024-07-15 15:03:03 +01:00 |
|
Brian Carlsen
|
6918314bff
|
Uses caller tracking for filtered signals for better warning reporting.
|
2024-07-15 02:43:48 +02:00 |
|
Hector Candelaria
|
bb017746b9
|
Feat: Add getUserMedia API implementation
Introduced `use_user_media` function and structure to create a reactive
streaming interface for media input devices.
|
2024-07-13 16:28:27 -04:00 |
|
Maccesch
|
9c035d50d8
|
added docs and changelog
|
2024-07-08 17:16:54 +01:00 |
|
Maccesch
|
e4ad9f11af
|
codecs extracted into crate codee
|
2024-07-08 17:10:29 +01:00 |
|
Marc-Stefan Cassola
|
c20d78c2ea
|
Merge pull request #126 from mscofield0/main
Make `use_derive_signal!` public
|
2024-07-08 17:02:33 +01:00 |
|
Michael Scofield
|
661a84af24
|
Make use_derive_signal! public
|
2024-07-08 16:09:24 +02:00 |
|
Maccesch
|
4d42f7234a
|
use_websocket now uses codecs
|
2024-07-01 02:29:27 +01:00 |
|
Maccesch
|
a8de6a96dd
|
refactored codecs and implemented msgpack and bincode as binary codecs. prost is now a binary codec as well and base64 is available as an adapter.
|
2024-06-07 02:19:07 +02:00 |
|
Maccesch
|
ae019b4734
|
fixed websocket auto reconnect not working.
Also added ReconnetLimit enum to allow for infinite reconnects.
Fixes #115
|
2024-06-06 22:30:49 +02:00 |
|
Marc-Stefan Cassola
|
e839499a92
|
Merge pull request #117 from SleeplessOne1917/use-cookie-typo
Fix typo in use_cookie compile errors.
|
2024-06-06 11:49:00 +01:00 |
|
SleeplessOne1917
|
2f280b4d63
|
Update changelog
|
2024-06-05 21:54:44 -04:00 |
|
SleeplessOne1917
|
2cfb62cd20
|
Fix typo in use_cookie compile errors.
|
2024-06-05 20:52:13 -04:00 |
|
Maccesch
|
3c7f2d9d28
|
update changelog
|
2024-06-05 11:54:34 +02:00 |
|
Maccesch
|
a1f3ca0486
|
re-export cookie::SameSite
closes #106
|
2024-06-05 11:53:59 +02:00 |
|
Maccesch
|
1771d3ac07
|
added delay_during_hydration option to UseStorageOptions.
Fixes #108
|
2024-06-05 11:21:25 +02:00 |
|
Marc-Stefan Cassola
|
1b3889376b
|
Merge pull request #112 from blorbb/element-maybe-signal-from-html-element
add impls into `web_sys::HtmlElement` for `ElementMaybeSignal`
|
2024-05-28 16:11:06 +01:00 |
|
blorbb
|
384ca082a2
|
add impls into web_sys::HtmlElement for ElementMaybeSignal
|
2024-05-28 11:47:10 +10:00 |
|
Maccesch
|
2523f17d20
|
stooopid: forgot to update version in cargo.toml
|
2024-05-10 14:46:11 -05:00 |
|
Maccesch
|
0e84a512cc
|
chore: clippy
|
2024-05-10 14:33:00 -05:00 |
|
Maccesch
|
5dee1c753b
|
removed broken link in docs
|
2024-05-10 14:22:51 -05:00 |
|
Maccesch
|
62754e0d1d
|
ssr + wasm compile warning
|
2024-05-10 14:15:59 -05:00 |
|
Maccesch
|
04942f432b
|
work to port to leptos 0.7
|
2024-05-07 13:24:14 +01:00 |
|
Maccesch
|
f90aef41f8
|
work to port to leptos 0.7
|
2024-05-07 12:43:35 +01:00 |
|
Maccesch
|
5f3f60ca6b
|
work to port to leptos 0.7
|
2024-05-07 12:41:44 +01:00 |
|
Maccesch
|
41c27c4d97
|
release 0.10.9
|
2024-04-27 17:10:27 +01:00 |
|
Maccesch
|
aebff60f4d
|
fixed use_infinity_scroll disposed signals bug
fixes #98
|
2024-04-27 16:52:24 +01:00 |
|
Maccesch
|
2cda3f8aca
|
fixed use_color_mode without cookies
fixes #100
|
2024-04-27 16:45:38 +01:00 |
|
Maccesch
|
ae60e38db3
|
release 0.10.8
|
2024-04-19 14:54:37 +01:00 |
|
Marc-Stefan Cassola
|
9507c6a6d6
|
Merge pull request #99 from javierEd/main
Add spin feature for `use_cookie`
|
2024-04-19 14:47:02 +01:00 |
|
Javier E.
|
ac61e150a6
|
Add spin feature for use_cookie
|
2024-04-18 18:09:23 -03:00 |
|
Maccesch
|
039648c5b4
|
chore: rustfmt
|
2024-04-10 22:58:42 +01:00 |
|
Maccesch
|
98dbdf8f86
|
added cookie support to use_color_mode
|
2024-04-10 22:51:01 +01:00 |
|