leptos-use/src
2024-01-21 18:32:12 +00:00
..
core Fixed compile errors 2024-01-16 10:24:49 +00:00
docs release 0.7 2023-09-30 18:24:06 +01:00
math ported to leptos 0.5 alpha 2023-07-27 18:06:36 +01:00
storage removed warnings and fixed examples 2023-11-13 00:20:58 +00:00
utils Fixed compile errors 2024-01-16 10:24:49 +00:00
is_err.rs ported to leptos 0.5 alpha 2023-07-27 18:06:36 +01:00
is_none.rs ported to leptos 0.5 alpha 2023-07-27 18:06:36 +01:00
is_ok.rs ported to leptos 0.5 alpha 2023-07-27 18:06:36 +01:00
is_some.rs ported to leptos 0.5 alpha 2023-07-27 18:06:36 +01:00
lib.rs added use_mouse_in_element 2024-01-03 22:52:59 +00:00
on_click_outside.rs implemented various conversions for Element(s)MaybeSignal 2024-01-10 23:37:32 +00:00
signal_debounced.rs Update leptos to v0.5.0-beta. Fix tests. Apply cargo clippy 2023-08-08 12:49:48 +03:00
signal_throttled.rs Update leptos to v0.5.0-beta. Fix tests. Apply cargo clippy 2023-08-08 12:49:48 +03: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 fixed some SSR issues with not using use_window() in some functions 2023-10-21 15:21:11 -05:00
use_color_mode.rs small docs improvement for use_color_mode 2023-12-11 19:13:16 +00: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 updated to leptos 0.5.0-rc1 2023-09-12 15:24:50 +01:00
use_debounce_fn.rs Throttled or debounced callbacks (in watch_* or *_fn) no longer are called after the containing scope was cleaned up. 2024-01-10 23:50:52 +00:00
use_device_pixel_ratio.rs added ssr to use_element_bounding 2024-01-03 21:11:28 +00:00
use_display_media.rs use_web_notification is now SSR-safe. 2023-12-06 00:10:33 +00:00
use_document.rs fixed some SSR issues with not using use_window() in some functions 2023-10-21 15:21:11 -05:00
use_document_visibility.rs ported to leptos 0.5 alpha 2023-07-27 18:06:36 +01:00
use_draggable.rs made ElementMaybeSignal's from string conversion SSR safe. 2023-10-28 16:18:29 -05:00
use_drop_zone.rs all functions are callable on the server 2023-09-13 19:39:56 +01:00
use_element_bounding.rs added ssr to use_element_bounding 2024-01-03 21:11:28 +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 implemented use_element_bounding 2024-01-03 20:51:33 +00:00
use_element_visibility.rs all functions are callable on the server 2023-09-13 19:39:56 +01:00
use_event_listener.rs made ElementMaybeSignal's from string conversion SSR safe. 2023-10-28 16:18:29 -05: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 removed double call of infinite scroll callback 2023-11-15 23:45:51 +00:00
use_intersection_observer.rs made ElementMaybeSignal's from string conversion SSR safe. 2023-10-28 16:18:29 -05:00
use_interval.rs migrated away from CloneableFn... traits 2023-08-04 15:58:03 +01:00
use_interval_fn.rs ported to leptos 0.5 alpha 2023-07-27 18:06:36 +01:00
use_intl_number_format.rs fixed use_intl_number_format fraction digits option 2024-01-21 18:32:12 +00:00
use_media_query.rs migrated away from CloneableFn... traits 2023-08-04 15:58:03 +01: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 made ElementMaybeSignal's from string conversion SSR safe. 2023-10-28 16:18:29 -05:00
use_preferred_contrast.rs ported to leptos 0.5 alpha 2023-07-27 18:06:36 +01:00
use_preferred_dark.rs ported to leptos 0.5 alpha 2023-07-27 18:06:36 +01:00
use_raf_fn.rs removed warnings because of get/get_untracked 2023-11-15 23:19:11 +00:00
use_resize_observer.rs Remove use of --cfg=web_sys_unstable_apis 2023-11-07 10:13:55 +00:00
use_scroll.rs debounced on_scroll_end in use_scroll now uses try_get_untracked in case the context has been destroyed before it is called. 2023-11-15 23:57:17 +00:00
use_service_worker.rs use_web_notification is now SSR-safe. 2023-12-06 00:10:33 +00:00
use_sorted.rs added use_sorted 2023-10-02 21:05:20 +01:00
use_supported.rs ported to leptos 0.5 alpha 2023-07-27 18:06:36 +01:00
use_throttle_fn.rs Throttled or debounced callbacks (in watch_* or *_fn) no longer are called after the containing scope was cleaned up. 2024-01-10 23:50:52 +00:00
use_timestamp.rs removed warnings because of get/get_untracked 2023-11-15 23:19:11 +00:00
use_to_string.rs ported to leptos 0.5 alpha 2023-07-27 18:06:36 +01:00
use_web_notification.rs added ssr docs to use_web_notification 2023-12-06 00:39:53 +00:00
use_websocket.rs use_web_notification is now SSR-safe. 2023-12-06 00:10:33 +00:00
use_window.rs fixed some SSR issues with not using use_window() in some functions 2023-10-21 15:21:11 -05: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 Throttled or debounced callbacks (in watch_* or *_fn) no longer are called after the containing scope was cleaned up. 2024-01-10 23:50:52 +00:00
watch_pausable.rs updated to leptos 0.5.0-rc1 2023-09-12 15:24:50 +01:00
watch_throttled.rs Throttled or debounced callbacks (in watch_* or *_fn) no longer are called after the containing scope was cleaned up. 2024-01-10 23:50:52 +00:00
watch_with_options.rs updated to leptos 0.5.0-rc1 2023-09-12 15:24:50 +01:00
whenever.rs updated to leptos 0.5.0-rc1 2023-09-12 15:24:50 +01:00