.. |
core
|
fixed some SSR issues with not using use_window() in some functions
|
2023-10-21 15:21:11 -05: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
|
fixed use_storage. This fixes #19
|
2023-08-06 00:31:48 +01:00 |
utils
|
fixed some SSR issues with not using use_window() in some functions
|
2023-10-21 15:21:11 -05: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_sorted
|
2023-10-02 21:05:20 +01:00 |
on_click_outside.rs
|
all functions are callable on the server
|
2023-09-13 19:39:56 +01: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
|
Update leptos to v0.5.0-beta. Fix tests. Apply cargo clippy
|
2023-08-08 12:49:48 +03:00 |
use_css_var.rs
|
all functions are callable on the server
|
2023-09-13 19:39:56 +01:00 |
use_cycle_list.rs
|
updated to leptos 0.5.0-rc1
|
2023-09-12 15:24:50 +01:00 |
use_debounce_fn.rs
|
migrated away from CloneableFn... traits
|
2023-08-04 15:58:03 +01: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
|
fixed some SSR issues with not using use_window() in some functions
|
2023-10-21 15:21:11 -05:00 |
use_drop_zone.rs
|
all functions are callable on the server
|
2023-09-13 19:39:56 +01:00 |
use_element_hover.rs
|
all functions are callable on the server
|
2023-09-13 19:39:56 +01:00 |
use_element_size.rs
|
all functions are callable on the server
|
2023-09-13 19:39:56 +01:00 |
use_element_visibility.rs
|
all functions are callable on the server
|
2023-09-13 19:39:56 +01:00 |
use_event_listener.rs
|
all functions are callable on the server
|
2023-09-13 19:39:56 +01:00 |
use_favicon.rs
|
ported to leptos 0.5 alpha
|
2023-07-27 18:06:36 +01:00 |
use_geolocation.rs
|
added use_window and use_document
|
2023-09-13 00:17:16 +01:00 |
use_idle.rs
|
added use_timestamp and use_idle
|
2023-09-17 15:44:55 +01:00 |
use_intersection_observer.rs
|
all functions are callable on the server
|
2023-09-13 19:39:56 +01: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
|
ported to leptos 0.5 alpha
|
2023-07-27 18:06:36 +01:00 |
use_media_query.rs
|
migrated away from CloneableFn... traits
|
2023-08-04 15:58:03 +01:00 |
use_mouse.rs
|
fixed some SSR issues with not using use_window() in some functions
|
2023-10-21 15:21:11 -05:00 |
use_mutation_observer.rs
|
all functions are callable on the server
|
2023-09-13 19:39:56 +01: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
|
made use_scroll usable on the server
|
2023-08-16 16:23:29 +01:00 |
use_resize_observer.rs
|
all functions are callable on the server
|
2023-09-13 19:39:56 +01:00 |
use_scroll.rs
|
all functions are callable on the server
|
2023-09-13 19:39:56 +01: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
|
migrated away from CloneableFn... traits
|
2023-08-04 15:58:03 +01:00 |
use_timestamp.rs
|
added use_timestamp and use_idle
|
2023-09-17 15:44:55 +01:00 |
use_to_string.rs
|
ported to leptos 0.5 alpha
|
2023-07-27 18:06:36 +01:00 |
use_websocket.rs
|
added websocket docs for use in context
|
2023-09-28 10:58:59 +01: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
|
updated to leptos 0.5.0-rc1
|
2023-09-12 15:24:50 +01:00 |
watch_pausable.rs
|
updated to leptos 0.5.0-rc1
|
2023-09-12 15:24:50 +01:00 |
watch_throttled.rs
|
updated to leptos 0.5.0-rc1
|
2023-09-12 15:24:50 +01: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 |