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

Home page optimization + Footer fixes #589

Merged
merged 4 commits into from
Jul 17, 2018
Merged

Conversation

HipsterBrown
Copy link
Contributor

@HipsterBrown HipsterBrown commented Jul 16, 2018

Depends on opencollective/opencollective-api#1369

Includes layout fixes for the Footer and makes the collective card avatars into links.

@@ -637,7 +637,7 @@ const query = gql`
}
}
}
recent: allCollectives(type: COLLECTIVE, orderBy: createdAt, orderDirection: DESC, limit: 4) {
recent: activeCollectives(orderDirection: DESC, limit: 4) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

might need to change if you end up changing consolidating this query with allCollectives(isActive: true, minBackerCount: 10)

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.

None yet

2 participants