leptos-use/src
2024-07-27 19:25:31 +01:00
..
core Run cargo clippy 2024-07-27 18:35:59 +02: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 Run cargo clippy 2024-07-27 18:35:59 +02:00
utils Run cargo fmt 2024-07-27 18:23:28 +02: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 Run cargo fmt 2024-07-27 18:23:28 +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 fixed sync_signal with different types 2024-04-10 22:46:20 +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 fixed tests 2024-07-27 19:25:31 +01:00
use_color_mode.rs Run cargo clippy 2024-07-27 18:35:59 +02:00
use_cookie.rs chore: rustfmt 2024-07-27 19:17:37 +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 added use_clipboard, use_permission, use_timeout_fn 2024-02-09 03:18:53 +00:00
use_device_pixel_ratio.rs use_websocket now uses codecs 2024-07-01 02:29:27 +01:00
use_display_media.rs added use_clipboard, use_permission, use_timeout_fn 2024-02-09 03:18:53 +00:00
use_document.rs The document returned from use_document now supports the methods query_selector and query_selector_all 2024-01-21 18:35:20 +00: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 added use_event_source 2024-03-05 17:28:01 +00:00
use_event_source.rs fixed examples 2024-07-27 18:35:19 +01:00
use_favicon.rs ported to leptos 0.5 alpha 2023-07-27 18:06:36 +01:00
use_geolocation.rs fixed use_geolocation SSR 2024-01-16 11:24:52 +00: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 Make rustdocs links work with the book 2024-07-27 18:10:38 +02: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_media_query.rs Make rustdocs links work with the book 2024-07-27 18:10:38 +02:00
use_mouse.rs added use_mouse_in_element 2024-01-03 22:52:59 +00:00
use_mouse_in_element.rs added use_mouse_in_element 2024-01-03 22:52:59 +00:00
use_mutation_observer.rs wrapped callbacks in non-reactive zones to remove potential warnings 2024-02-27 00:02:37 +00:00
use_permission.rs added use_clipboard, use_permission, use_timeout_fn 2024-02-09 03:18:53 +00:00
use_preferred_contrast.rs Make rustdocs links work with the book 2024-07-27 18:10:38 +02:00
use_preferred_dark.rs Make rustdocs links work with the book 2024-07-27 18:10:38 +02:00
use_raf_fn.rs Make rustdocs links work with the book 2024-07-27 18:10:38 +02:00
use_resize_observer.rs Make rustdocs links work with the book 2024-07-27 18:10:38 +02:00
use_scroll.rs fixed use_infinity_scroll disposed signals bug 2024-04-27 16:52:24 +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_throttle_fn.rs fixed typo in docs 2024-02-12 19:36:37 +00:00
use_timeout_fn.rs wrapped callbacks in non-reactive zones to remove potential warnings 2024-02-27 00:02:37 +00: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_user_media.rs Feat: Add getUserMedia API implementation 2024-07-13 16:28:27 -04:00
use_web_notification.rs wrapped callbacks in non-reactive zones to remove potential warnings 2024-02-27 00:02:37 +00:00
use_websocket.rs Run cargo clippy 2024-07-27 18:35:59 +02: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
watch_debounced.rs Make rustdocs links work with the book 2024-07-27 18:10:38 +02:00
watch_pausable.rs Make rustdocs links work with the book 2024-07-27 18:10:38 +02:00
watch_throttled.rs Make rustdocs links work with the book 2024-07-27 18:10:38 +02: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