-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: search and backlink compatability #8286
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -0,0 +1,8 @@ | |||
import { writable } from 'svelte/store'; | |||
import { persisted } from 'svelte-local-storage-store'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we use the function from kit.svelte.dev
instead of the package?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was thinking of moving kit's function to this as well, when I move this to site-kit
. Reason: Library is super tiny, and it syncs localstorage as well, so tab synchronisation is also there. It's a nice to have. If you really insist I'll copy paste that function back here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sync is a good point, haven't thought of that. Ok with keeping it then.
Adds search to svelte.dev