Maccesch
|
d4330c9fb1
|
use_local now uses LanguageIdentifier and proper matching.
Also removed a bunch of deprecated warnings.
Closes #144
|
2024-08-13 13:45:36 +01:00 |
|
Maccesch
|
aebff60f4d
|
fixed use_infinity_scroll disposed signals bug
fixes #98
|
2024-04-27 16:52:24 +01:00 |
|
Maccesch
|
7216a3281c
|
wrapped callbacks in non-reactive zones to remove potential warnings
|
2024-02-27 00:02:37 +00:00 |
|
Maccesch
|
b7a3ac554b
|
debounced on_scroll_end in use_scroll now uses try_get_untracked in case the context has been destroyed before it is called.
Fixes #51
|
2023-11-15 23:57:17 +00:00 |
|
Maccesch
|
b8421f2186
|
added use_infinite_scroll
|
2023-10-23 20:15:05 -05:00 |
|
Maccesch
|
dfa30e4aef
|
all functions are callable on the server
Fixes #31 and #24
|
2023-09-13 19:39:56 +01:00 |
|
Maccesch
|
84e99dbb9e
|
updated to leptos 0.5.0-beta2
|
2023-08-31 04:46:46 +01:00 |
|
Maccesch
|
660e115b0d
|
updated to leptos 0.5.0-beta2
|
2023-08-31 04:42:51 +01:00 |
|
Maccesch
|
ecfe9b6a71
|
made use_scroll usable on the server
|
2023-08-16 17:07:00 +01:00 |
|
Maccesch
|
cd34a9f3e6
|
made use_scroll usable on the server
|
2023-08-16 16:23:29 +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
|
bc94577ec6
|
added SSR feature
|
2023-07-14 22:43:19 +01:00 |
|
Maccesch
|
f222a714b8
|
fixed Box<dyn Fn + 'static> option fields (mostly in default-struct-builder)
|
2023-07-13 11:18:25 +01:00 |
|
Maccesch
|
864a5d3be9
|
fixed Box<dyn Fn> option fields (mostly in default-struct-builder)
|
2023-07-12 20:46:25 +01:00 |
|
Maccesch
|
895ec2cf86
|
fixed tests
|
2023-07-03 15:16:22 +01:00 |
|
Lukas Potthast
|
b5ddeeda97
|
Allow users to use the stable toolchain
|
2023-06-21 13:09:00 +02:00 |
|
Maccesch
|
18ff2f49e1
|
use_interval callback as box
|
2023-06-15 20:10:30 +01:00 |
|
Maccesch
|
ef98c8f16e
|
chore: rustfmt
|
2023-06-13 17:50:39 +01:00 |
|
Maccesch
|
3ae4c14ca5
|
added on_click_outside
|
2023-06-13 17:48:32 +01:00 |
|
Maccesch
|
5e04455640
|
clippy CI and all warnings fixed
|
2023-06-10 19:43:51 +01:00 |
|
Maccesch
|
cb7120c49b
|
added watch_debounced and watch_throttled
|
2023-06-08 23:52:14 +01:00 |
|
Maccesch
|
5e076b1c9d
|
added use_element_size
|
2023-06-05 00:02:13 +01:00 |
|
Maccesch
|
9e3ae03537
|
fixed docs
|
2023-06-02 20:27:28 +01:00 |
|
Maccesch
|
bd5d4ee3ff
|
fixed example builds,
use_scroll demo finished,
docs cosmetics
|
2023-05-28 17:42:16 +01:00 |
|
Maccesch
|
201df27f3a
|
changed options to default-struct-builder
|
2023-05-27 15:12:05 +01:00 |
|
Maccesch
|
25499083ef
|
finished use_scroll implementation
|
2023-05-27 03:00:08 +01:00 |
|
Maccesch
|
5057bf0765
|
added better demo integration and styling to book
|
2023-05-26 18:09:01 +01:00 |
|
Maccesch
|
ab86f6d402
|
improved docs
|
2023-05-19 22:29:07 +01:00 |
|
Maccesch
|
e539181907
|
added use_throttle_fn
|
2023-05-19 00:58:48 +01:00 |
|
Maccesch
|
d0b4aa12cf
|
fixed tests
|
2023-05-15 02:12:27 +01:00 |
|
Maccesch
|
45d2c0fd0a
|
added book to github actions
|
2023-05-15 02:08:22 +01:00 |
|