.. |
core
|
added features for every function.
|
2024-08-22 23:06:55 -04:00 |
docs
|
release 0.7
|
2023-09-30 18:24:06 +01:00 |
math
|
added use_not, use_and, use_or
|
2024-02-23 02:24:27 +00:00 |
storage
|
added features for every function.
|
2024-08-22 23:06:55 -04:00 |
utils
|
added features for every function.
|
2024-08-22 23:06:55 -04:00 |
is_err.rs
|
Make use_derive_signal! public
|
2024-07-08 16:09:24 +02:00 |
is_none.rs
|
Make use_derive_signal! public
|
2024-07-08 16:09:24 +02:00 |
is_ok.rs
|
Make use_derive_signal! public
|
2024-07-08 16:09:24 +02:00 |
is_some.rs
|
Make use_derive_signal! public
|
2024-07-08 16:09:24 +02:00 |
lib.rs
|
added use_textarea_autosize
|
2024-09-15 20:41:51 +02:00 |
on_click_outside.rs
|
Run cargo clippy
|
2024-07-27 18:35:59 +02:00 |
signal_debounced.rs
|
Update leptos to v0.5.0-beta. Fix tests. Apply cargo clippy
|
2023-08-10 22:50:13 +01:00 |
signal_throttled.rs
|
Update leptos to v0.5.0-beta. Fix tests. Apply cargo clippy
|
2023-08-10 22:50:13 +01:00 |
sync_signal.rs
|
chore: rustfmt
|
2024-08-28 02:59:31 +01:00 |
use_active_element.rs
|
fixed some SSR issues with not using use_window() in some functions
|
2023-10-21 15:21:11 -05:00 |
use_breakpoints.rs
|
Make rustdocs links work with the book
|
2024-07-27 18:10:38 +02:00 |
use_broadcast_channel.rs
|
Run cargo clippy
|
2024-07-27 18:35:59 +02:00 |
use_clipboard.rs
|
chore: rustfmt
|
2024-08-28 02:59:31 +01:00 |
use_color_mode.rs
|
fixed use_color_mode with cookie enabled.
|
2024-09-02 18:21:21 +01:00 |
use_cookie.rs
|
added use_locales
|
2024-07-28 20:02:12 +01:00 |
use_css_var.rs
|
made ElementMaybeSignal's from string conversion SSR safe.
|
2023-10-28 16:18:29 -05:00 |
use_cycle_list.rs
|
Use signals instead of memos with first unused argument when possible
|
2024-02-05 23:43:31 +01:00 |
use_debounce_fn.rs
|
fixed typo in docs
|
2024-02-12 19:36:37 +00:00 |
use_device_orientation.rs
|
chore: rustfmt
|
2024-08-28 02:59:31 +01:00 |
use_device_pixel_ratio.rs
|
use_websocket now uses codecs
|
2024-07-01 02:29:27 +01:00 |
use_display_media.rs
|
use_local now uses LanguageIdentifier and proper matching.
|
2024-08-13 13:45:36 +01:00 |
use_document.rs
|
fix cargo fmt issues
|
2024-08-21 16:41:04 -04:00 |
use_document_visibility.rs
|
ported to leptos 0.5 alpha
|
2023-07-27 18:06:36 +01:00 |
use_draggable.rs
|
wrapped callbacks in non-reactive zones to remove potential warnings
|
2024-02-27 00:02:37 +00:00 |
use_drop_zone.rs
|
wrapped callbacks in non-reactive zones to remove potential warnings
|
2024-02-27 00:02:37 +00:00 |
use_element_bounding.rs
|
wrapped callbacks in non-reactive zones to remove potential warnings
|
2024-02-27 00:02:37 +00:00 |
use_element_hover.rs
|
all functions are callable on the server
|
2023-09-13 19:39:56 +01:00 |
use_element_size.rs
|
Make rustdocs links work with the book
|
2024-07-27 18:10:38 +02:00 |
use_element_visibility.rs
|
Make rustdocs links work with the book
|
2024-07-27 18:10:38 +02:00 |
use_event_listener.rs
|
chore: rustfmt
|
2024-08-28 02:59:31 +01:00 |
use_event_source.rs
|
updated to latest version of web_sys
|
2024-08-13 02:10:35 +01:00 |
use_favicon.rs
|
ported to leptos 0.5 alpha
|
2023-07-27 18:06:36 +01:00 |
use_geolocation.rs
|
chore: rustfmt
|
2024-08-28 02:59:31 +01:00 |
use_idle.rs
|
fixes #57 (use_idle)
|
2023-12-05 23:32:51 +00:00 |
use_infinite_scroll.rs
|
fixed use_infinity_scroll disposed signals bug
|
2024-04-27 16:52:24 +01:00 |
use_intersection_observer.rs
|
use_local now uses LanguageIdentifier and proper matching.
|
2024-08-13 13:45:36 +01:00 |
use_interval.rs
|
migrated away from CloneableFn... traits
|
2023-08-10 22:50:13 +01:00 |
use_interval_fn.rs
|
wrapped callbacks in non-reactive zones to remove potential warnings
|
2024-02-27 00:02:37 +00:00 |
use_intl_number_format.rs
|
Make rustdocs links work with the book
|
2024-07-27 18:10:38 +02:00 |
use_locale.rs
|
Merge branch 'main' into mouse-coord-type
|
2024-08-14 03:26:14 +01:00 |
use_locales.rs
|
added support for Sec-CH-Prefers-Color-Scheme header.
|
2024-08-13 16:19:19 +01:00 |
use_media_query.rs
|
Docs: Update See also references in media query functions
|
2024-08-18 17:19:50 -04:00 |
use_mouse.rs
|
remove useless code churn
|
2024-08-12 20:39:46 -04:00 |
use_mouse_in_element.rs
|
remove useless code churn
|
2024-08-12 20:39:46 -04:00 |
use_mutation_observer.rs
|
updated to latest version of web_sys
|
2024-08-13 02:10:35 +01:00 |
use_permission.rs
|
added use_clipboard, use_permission, use_timeout_fn
|
2024-02-09 03:18:53 +00:00 |
use_preferred_contrast.rs
|
Chore: Apply cargo fmt to ensure code formatting compliance
|
2024-08-18 18:57:04 -04:00 |
use_preferred_dark.rs
|
Docs: Update See also references in media query functions
|
2024-08-18 17:19:50 -04:00 |
use_prefers_reduced_motion.rs
|
Chore: Apply cargo fmt to ensure code formatting compliance
|
2024-08-18 18:57:04 -04:00 |
use_raf_fn.rs
|
Make rustdocs links work with the book
|
2024-07-27 18:10:38 +02:00 |
use_resize_observer.rs
|
updated to latest version of web_sys
|
2024-08-13 02:10:35 +01:00 |
use_scroll.rs
|
use_local now uses LanguageIdentifier and proper matching.
|
2024-08-13 13:45:36 +01:00 |
use_service_worker.rs
|
wrapped callbacks in non-reactive zones to remove potential warnings
|
2024-02-27 00:02:37 +00:00 |
use_sorted.rs
|
Use signals instead of memos with first unused argument when possible
|
2024-02-05 23:43:31 +01:00 |
use_supported.rs
|
added use_clipboard, use_permission, use_timeout_fn
|
2024-02-09 03:18:53 +00:00 |
use_textarea_autosize.rs
|
added use_textarea_autosize
|
2024-09-15 20:41:51 +02:00 |
use_throttle_fn.rs
|
fixed typo in docs
|
2024-02-12 19:36:37 +00:00 |
use_timeout_fn.rs
|
fixed use_timeout_fn to be SSR safe
|
2024-07-31 01:15:20 +01:00 |
use_timestamp.rs
|
Make rustdocs links work with the book
|
2024-07-27 18:10:38 +02:00 |
use_to_string.rs
|
Make use_derive_signal! public
|
2024-07-08 16:09:24 +02:00 |
use_toggle.rs
|
updated docs and changelog
|
2024-08-28 02:57:26 +01:00 |
use_user_media.rs
|
added use_textarea_autosize
|
2024-09-15 20:41:51 +02:00 |
use_web_lock.rs
|
release 0.13.1
|
2024-09-01 20:31:32 +01:00 |
use_web_notification.rs
|
chore: rustfmt
|
2024-08-28 02:59:31 +01:00 |
use_websocket.rs
|
use_websocket now returns a signal for the websocket instance
|
2024-09-05 00:54:08 +01:00 |
use_webtransport.rs
|
use_websocket now uses codecs
|
2024-07-01 02:29:27 +01:00 |
use_window.rs
|
Make rustdocs links work with the book
|
2024-07-27 18:10:38 +02:00 |
use_window_focus.rs
|
ported to leptos 0.5 alpha
|
2023-07-27 18:06:36 +01:00 |
use_window_scroll.rs
|
all functions are callable on the server
|
2023-09-13 19:39:56 +01:00 |
use_window_size.rs
|
added use_window_size
|
2024-08-31 16:09:11 +01:00 |
watch_debounced.rs
|
Chore: Apply cargo fmt to ensure code formatting
|
2024-08-22 23:24:26 -04:00 |
watch_pausable.rs
|
Make rustdocs links work with the book
|
2024-07-27 18:10:38 +02:00 |
watch_throttled.rs
|
Chore: Apply cargo fmt to ensure code formatting
|
2024-08-22 23:24:26 -04:00 |
watch_with_options.rs
|
Run cargo clippy
|
2024-07-27 18:35:59 +02:00 |
whenever.rs
|
Make rustdocs links work with the book
|
2024-07-27 18:10:38 +02:00 |