-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add search functionality #32
Comments
I'd happily work on adding this soon! |
Thanks for your interest! We've had some further discussion in our discord regarding this. It looks like we'll need a slight refactor as Astro components aren't dynamic enough here. We're leaning towards Svelte components and to use the https://github.com/unplugin/unplugin-icons library to retrieve our simple icons along with our custom ones. @andreasgrafen will have more of an idea on how to approach this and potential blockers! |
Oh shoot.. I've pushed the whole icon thing waay far back into some dark corner of my brain since it's somewhat of a pain. I should get around to implementing that. But yeah, the plan is to move the whole ports stuff into a Svelte component in order to implement the dynamic behaviour. This clashes with the current implementation for the Icons though Astro-Icon since these Astro components can only be used within Astro not Svelte. But I'm also open for suggestions on how to solve this in another way. Do you potentially have something on your mind already @Tenrys? |
For the search functionality, I'd like to utilise fuse.js as it just works ™️ without any complex setup or hassle.
The text was updated successfully, but these errors were encountered: