Commit graph

27 commits

Author SHA1 Message Date
Maccesch
072a7f12a2 updated changelog 2024-02-16 02:26:48 +00:00
Álvaro Mondéjar Rubio
3109a54f12 Rewrite implementation 2024-02-15 22:45:28 +01:00
Álvaro Mondéjar Rubio
2c36bf0ff6 Add initial_value_from_url_param option to UseColorModeOptions 2024-02-11 01:03:12 +01:00
Maccesch
710419404c removed storage feature from use_color_mode docs 2024-02-10 10:51:40 +00:00
Maccesch
7fe153e525 added use_broadcast_channel 2024-01-29 21:29:39 +00:00
Maccesch
bc87a3015d small docs improvement for use_color_mode 2023-12-11 19:13:16 +00:00
Maccesch
cf86471219 small docs improvement for use_color_mode 2023-12-09 15:20:18 +00:00
Maccesch
28ab799156 removed warnings and fixed examples 2023-11-13 00:20:58 +00:00
Maccesch
b26459986e brought back use_storage 2023-11-12 22:50:59 +00:00
Joshua McQuistan
9a9f1ba7d9 Problem: use_storage's default_value with a signal might suggest changing the signal also changes the value used on an unset storage value. Rename to initial value and document this behaviour 2023-11-04 13:50:41 +00:00
Joshua McQuistan
6e423753b8 Problem: UseColorModeOptions::storage_enabled references storage flag / feature which no longer exists 2023-10-29 15:58:41 +00:00
Joshua McQuistan
daab6f944c Remove notice to enable feature storage on use_color_mode 2023-10-29 15:47:52 +00:00
feral-dot-io
f899f560e5
Merge branch 'Synphonyte:main' into main 2023-10-29 12:27:50 +00:00
Joshua McQuistan
6af4cc0693 Switch to relying on a codec's default instead of constructors on UseStorageOptions 2023-10-29 11:49:03 +00:00
Maccesch
7084b91c0a made ElementMaybeSignal's from string conversion SSR safe.
Fixes #41
2023-10-28 16:18:29 -05:00
Joshua McQuistan
f23d8ad31c Problem: use_color_mode doesn't work with new use_storage API. Use StringCodec 2023-10-27 20:46:53 +01:00
Joshua McQuistan
7b5456a461 Remove storage feature 2023-10-27 14:27:53 +01:00
Danik Vitek
4bb899126b Update leptos to v0.5.0-beta. Fix tests. Apply cargo clippy 2023-08-08 12:49:48 +03:00
Maccesch
60b4ae2609 fixed use_storage. This fixes #19 2023-08-06 00:31:48 +01:00
Maccesch
58c54bb3e7 migrated away from CloneableFn... traits 2023-08-04 15:58:03 +01:00
Maccesch
2e08874db0 ported to leptos 0.5 alpha 2023-07-27 18:06:36 +01:00
Maccesch
e55f253e8d use MaybeRwSignal where applicable. Fixes #4 2023-07-15 16:48:29 +01:00
Maccesch
6b9a272b12 chore: clippy 2023-07-15 01:14:13 +01:00
Maccesch
bc94577ec6 added SSR feature 2023-07-14 22:43:19 +01:00
Maccesch
864a5d3be9 fixed Box<dyn Fn> option fields (mostly in default-struct-builder) 2023-07-12 20:46:25 +01:00
Maccesch
4999313f32 finished new functions and release 2023-06-24 01:12:43 +01:00
Maccesch
fadfcab1c1 added use_cycle_list, use_color_mode and maybe_rw_signal 2023-06-23 22:16:18 +01:00