-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
Filter project cards by tags #422
Comments
Hi! Thanks for requesting this feature. Are you picturing a UX similar to this https://tailwind-nextjs-starter-blog.vercel.app/tags/tailwind ? (I'd move the tags to the top, and instead of posts, we'd show projects) |
Yes, similar to this but with the tags at the top of the page, as you said. |
I like the idea! Hopefully it's possible with pure CSS+HTML. I'll look into it soon~ |
Hi! I looked into it:
So it looks like it'll need JS. Not ideal, but it should only be a few lines. Now, some questions:
Would love some thoughts before thinking about implementation :) |
Hi, and thanks for looking into this!
In my original idea, I envisioned only a tag list at the top, without additional tags on each card. I think that alone would work well and keep the page less cluttered. 🙂
I'm not entirely sure. I looked again at the Tailwind blog example you mentioned above, where tags below the post titles filter the page when clicked. I think that works well there, so it could be a nice addition here too. Alternatively, clicking a tag on a project card could lead to that tag's dedicated page, though I wonder if that might be confusing for users. 🤔
I've thought about this, and for now, I'd lean towards re-using Thanks again! Let me know if you need more input. |
Alright, I've got something. Care you give it a test and share your thoughts? Here's the demo: https://deploy-preview-431--tabi-demo.netlify.app/projects/ There are some details regarding functionality in the PR #431. |
Wow, this is really cool, thank you! 😍 And the details you describe in the PR seem really well thought out. 👍 |
Done! I made some little changes to the projects (cards) layout and some more stuff and now it's merged. Let me know if you encounter any issues! |
Awesome, I will try it out. Thanks for implementing this so quickly! |
Feature Request
Summary
I would like to have a list of tags on the "Projects" page that are associated with my projects. When a user clicks on one of these tags, only the project cards with that specific tag would be displayed.
Motivation
This feature would give visitors a quick overview of the types of projects I’ve done and allow them to filter projects based on category. It could improve navigation and make it easier for users to find relevant projects.
The text was updated successfully, but these errors were encountered: