Commit graph

168 commits

Author SHA1 Message Date
Joshua McQuistan
16ad1417cf Add link to open new window for use_storage example 2023-11-04 13:33:02 +00:00
Joshua McQuistan
208451f0c2 Update docs to specify that values are synced across multiple use_storage calls on the same page and other tabs / windows 2023-10-29 15:44:20 +00:00
feral-dot-io
f899f560e5
Merge branch 'Synphonyte:main' into main 2023-10-29 12:27:50 +00:00
Maccesch
7084b91c0a made ElementMaybeSignal's from string conversion SSR safe.
Fixes #41
2023-10-28 16:18:29 -05:00
Joshua McQuistan
c62adedcf2 Update use_storage example for new API 2023-10-28 12:16:05 +01:00
Joshua McQuistan
7b5456a461 Remove storage feature 2023-10-27 14:27:53 +01:00
Maccesch
8c2beb814d release 0.8.0 2023-10-24 00:52:06 -05:00
Maccesch
c547720184 Merge branch 'lpotthast-main'
# Conflicts:
#	CHANGELOG.md
#	Cargo.toml
#	docs/book/src/SUMMARY.md
2023-10-24 00:41:32 -05:00
Maccesch
96cc7f7399 made use_service_worker more in line with the other functions 2023-10-24 00:36:32 -05:00
Maccesch
cd67ca5542 added use_web_notification 2023-10-23 23:49:11 -05:00
Maccesch
b8421f2186 added use_infinite_scroll 2023-10-23 20:15:05 -05:00
Maccesch
f3af2ad9ea fixed some SSR issues with not using use_window() in some functions 2023-10-21 15:21:11 -05:00
Lukas Potthast
e038f9664a WIP: Add use_service_worker 2023-10-04 17:35:52 +02:00
Maccesch
50345a2bef added use_sorted 2023-10-02 21:05:20 +01:00
Maccesch
0e45b9a9c6 Merge branch 'main' into use_webtransport 2023-09-30 18:31:54 +01:00
Maccesch
c45c31fa9a release 0.7 2023-09-30 18:24:06 +01:00
Maccesch
eff44f42e0 websocket uses &str in send instead of String 2023-09-28 00:37:14 +01:00
Maccesch
6995c684f8 updated to leptos 0.5.0-rc3 2023-09-27 17:00:41 +01:00
Maccesch
80f8ad2a50 Merge branch 'main' into use_webtransport
# Conflicts:
#	.idea/leptos-use.iml
#	src/lib.rs
2023-09-18 01:02:27 +01:00
Maccesch
d79b594391 basic test for server opened bidir streams 2023-09-18 01:01:36 +01:00
Maccesch
53acf514c2 updated to leptos version 0.5.0-rc2 2023-09-17 15:51:37 +01:00
Maccesch
8ff9fcf1b2 added use_timestamp and use_idle 2023-09-17 15:44:55 +01:00
Maccesch
b146bb864e started webtransport test server 2023-09-15 02:40:49 +01:00
Maccesch
7cabae75b6 added incoming stream handlers 2023-09-14 15:24:54 +01:00
Maccesch
901bfca95a Merge branch 'main' into use_webtransport
# Conflicts:
#	CHANGELOG.md
#	Cargo.toml
2023-09-14 13:49:37 +01:00
Maccesch
dfa30e4aef all functions are callable on the server
Fixes #31 and #24
2023-09-13 19:39:56 +01:00
Maccesch
7f5ee51e49 added use_window and use_document 2023-09-13 00:17:16 +01:00
Maccesch
022c770287 added geolocation 2023-09-12 23:53:43 +01:00
Maccesch
d28beb1b5e fixed example 2023-09-12 15:29:09 +01:00
Maccesch
e31709ba84 updated to leptos 0.5.0-rc1
fixes #29
2023-09-12 15:24:50 +01:00
Maccesch
d2a91b4d6d client opened bidir streams work 2023-08-31 20:12:48 +01:00
Maccesch
9493b690ff example cleanup 2023-08-31 18:46:43 +01:00
Maccesch
162432cbfd example cleanup 2023-08-31 18:40:03 +01:00
Maccesch
fb9dfc7b76 datagrams work! 2023-08-31 18:26:03 +01:00
Maccesch
58e6759a76 Merge remote-tracking branch 'origin/main' into use_webtransport
# Conflicts:
#	src/use_scroll.rs
2023-08-31 04:49:54 +01:00
Maccesch
84e99dbb9e updated to leptos 0.5.0-beta2 2023-08-31 04:46:46 +01:00
Maccesch
5ac69356a4 use_webtransport compiles 2023-08-31 04:42:01 +01:00
Maccesch
8303a66707 fixed use_storage. This fixes #19 2023-08-10 22:50:13 +01:00
Maccesch
d73dbdbc5e migrated to leptos 0.5.0-alpha2 2023-08-10 22:50:13 +01:00
Maccesch
5c79bf349e fixed use_websocket example 2023-08-10 22:50:13 +01:00
Maccesch
60b4ae2609 fixed use_storage. This fixes #19 2023-08-06 00:31:48 +01:00
Maccesch
075b073d31 migrated to leptos 0.5.0-alpha2 2023-08-04 16:18:59 +01:00
Maccesch
04c880a3fc fixed use_websocket example 2023-08-04 13:18:38 +01:00
Maccesch
c0c03a94f0 started working on use_webtransport (#9) 2023-07-28 21:04:44 +01:00
Maccesch
35528c434b use_websocket DX 2023-07-28 21:03:18 +01:00
Maccesch
2161f776e8 added examples for signal_... 2023-07-27 23:53:26 +01:00
Maccesch
9a998b1dd4 rustfmt for all examples 2023-07-27 19:48:21 +01:00
Maccesch
2e08874db0 ported to leptos 0.5 alpha 2023-07-27 18:06:36 +01:00
Maccesch
95ef0e2651 started adding signal_debounced 2023-07-24 23:18:11 +01:00
Maccesch
59c12829d0 started adding signal_throttled 2023-07-17 18:55:42 +01:00