Skip to content
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

Merged
merged 17 commits into from
Feb 16, 2023
Merged

feat: search and backlink compatability #8286

merged 17 commits into from
Feb 16, 2023

Conversation

PuruVJ
Copy link
Collaborator

@PuruVJ PuruVJ commented Feb 15, 2023

Adds search to svelte.dev

@vercel
Copy link

vercel bot commented Feb 15, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
svelte-dev-2 ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 16, 2023 at 8:57AM (UTC)

@PuruVJ PuruVJ changed the title feat: search feat: search and backlink compatability Feb 15, 2023
@@ -0,0 +1,8 @@
import { writable } from 'svelte/store';
import { persisted } from 'svelte-local-storage-store';
Copy link
Member

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?

Copy link
Collaborator Author

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

Copy link
Member

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.

@PuruVJ PuruVJ merged commit df2bb23 into sites Feb 16, 2023
@PuruVJ PuruVJ deleted the feat/search branch February 16, 2023 13:33
@gtm-nayan gtm-nayan mentioned this pull request Jun 17, 2023
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants