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

Extract search form into its own live component #230

Open
2 tasks
hackartisan opened this issue Nov 11, 2024 · 0 comments
Open
2 tasks

Extract search form into its own live component #230

hackartisan opened this issue Nov 11, 2024 · 0 comments

Comments

@hackartisan
Copy link
Member

Summary or User Story

According to our wireframes the search form should be visually integrated with the header and present on all current pages. To support this we should extract it into its own live component. Search filters should continue to only be visible / usable on the search results page.

Acceptance Criteria

  • search form is its own live component
  • search form is included on home page, search results page, and item view page

Implementation details

  • We should be able to separate the search form from the filter submission because we have all the state we need in the url params.
  • Try putting it in its own layout file, we expect there may be pages on which we want a header but not an item search form (like maybe a set or collection page wouldn't have one)

First step

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant