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

[UX Improvement] Search! #16

Merged
merged 2 commits into from
Jun 29, 2020
Merged

[UX Improvement] Search! #16

merged 2 commits into from
Jun 29, 2020

Conversation

cedricium
Copy link
Contributor

@cedricium cedricium commented Jun 23, 2020

Screenshot_2020-06-23 unearth - My Feed

Initial stab at implementing search. There are some issues to be aware of as of right now:

  • closeOnClick for search IconButton tooltip
  • make search IconButton unstyled and larger (peep Pocket)
  • using '/' in search will break due to the way we grab the query from
    the pathname variable
  • (more BE than anything) ensure queries are somewhat efficient and look
    into utilizing indices for performance optimizations
  • …and other stuff I'm forgetting the moment

It's a great start nonetheless. Thinking users will be excited to have this!

Initial stab at implementing search. There are some issues to be aware
of as of right now:

- using '/' in search will break due to the way we grab the query from
  the `pathname` variable
- `closeOnClick` for search IconButton tooltip
- make search IconButton unstyled and larger (peep Pocket)
- (more BE than anything) ensure queries are somewhat efficient and look
  into utilizing indices for performance optimizations
- …and other stuff I'm forgetting the moment

It's a great start nonetheless. Thinking users will be excited to have
this!
@cedricium cedricium marked this pull request as ready for review June 29, 2020 04:00
@cedricium cedricium merged commit c1d917f into master Jun 29, 2020
This was referenced Jun 29, 2020
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.

1 participant