Commit graph

17 commits

Author SHA1 Message Date
Niklas
3f81160091 Fix import issues with leptos version 0.7.0-gamma2 2024-10-08 07:33:12 +02:00
Baptiste de Montangon
c30dce5a80 fixed some imports 2024-08-28 14:08:10 +02:00
Maccesch
f44ef05466 merged main 2024-08-22 17:08:21 +01:00
Maccesch
52d3bf33f8 Merge branch 'main' into leptos-0.7
# Conflicts:
#	Cargo.toml
#	src/core/storage.rs
#	src/lib.rs
#	src/use_clipboard.rs
#	src/use_cookie.rs
#	src/use_mouse.rs
#	src/use_mouse_in_element.rs
#	src/use_preferred_dark.rs
#	src/use_timeout_fn.rs
2024-08-22 13:45:56 +01:00
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
c42605c1ad removed a bunch of warnings and test compile errors 2024-08-04 21:13:30 +01:00
CorvusPrudens
feb585362e Removed all trivial SendWrappers 2024-08-03 23:28:09 -06:00
Corvus
c6914330b6 Partial update to 0.7.0-alpha 2024-07-19 20:22:27 -06:00
Maccesch
5f3f60ca6b work to port to leptos 0.7 2024-05-07 12:41:44 +01:00
Maccesch
27f516898c added use_clipboard, use_permission, use_timeout_fn
closes #72
2024-02-09 03:18:53 +00:00
Maccesch
5f5779ed10 use_web_notification is now SSR-safe.
relates to #46
2023-12-06 00:10:33 +00:00
Maccesch
bb5054d403 made display media api closer to solidjs-use and rest of library 2023-12-05 23:12:31 +00:00
Sean Aye
50c3e14f77 update example 2023-11-30 08:01:08 -05:00
Sean Aye
6c5d9e6f57 update doc comment 2023-11-29 18:55:22 -05:00
Sean Aye
ba6082a32f implement changes 2023-11-29 18:52:39 -05:00
Sean Aye
f34e62fb6b fix the example via template 2023-11-24 15:23:30 -05:00
Sean Aye
cd0be5ac62 add use_display_media 2023-11-24 15:06:35 -05:00