-
Notifications
You must be signed in to change notification settings - Fork 2
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, filter and sort to resources page #28
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/opencollective/digitalinfrastructure/8uZ5eNatw1gkvUqr1EEyCMdF7CHZ |
Thanks, @flickz. The filter doesn't seem to work; what am I missing? Nothing changes when I type something in. As well, there's only one type of resource. How do I add different types? |
d7b79b0
to
aaab107
Compare
aaab107
to
91a24a3
Compare
@RichardLitt I don't know the expected type of resources but if you want to add type to resources in a project, add a export const resources = [
{
title: "Detecting At-Risk Software Infrastructure",
link: "https://blog.communitydata.science/detecting-at-risk-software-infrastructure/",
linkText: "Read More",
author: "Kaylea Champion",
type: ""
},
]; What are the expected types? I need the list ( |
Thanks Olu. For now, why don't we add: |
@RichardLitt Yes, it is possible. I've implemented it now. Go ahead and 0dbd524#diff-75fef3b4800bfdf98e11f7594deee6d79d4a0b7c52315179adf67a79a77d1cfb |
Looks great to me! Thank you, @flickz. |
Resolves #25 and #33