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

Add empty search results component #122

Merged

Conversation

thebestmensch
Copy link
Contributor

Ref #89

Adds and presents a simple component when project search results return zero.

I think attaching the Search component here as well is the way to go, but we're blocked by gatsbyjs/gatsby#2074.

image

Copy link
Contributor

@mateoclarke mateoclarke left a comment

Choose a reason for hiding this comment

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

thumbs_up

@@ -0,0 +1,22 @@
import React, { Component } from 'react';
import _ from 'lodash';
Copy link
Contributor

Choose a reason for hiding this comment

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

Did we end up using lodash in this component?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

cool! I'll take care of it.

@mateoclarke
Copy link
Contributor

Thanks for this PR @jmensch! I'm going to go ahead and merge it now.

@mateoclarke mateoclarke merged commit c40e6a5 into cityofaustin:master Dec 29, 2017
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