-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat: add search results and saved searches (fix #115, fix #162) #193
Conversation
@@ -1,4 +1,4 @@ | |||
<div class="align-right" hidden><button id="remove-all" class="button button--borderless button--destructive">@svg('delete', 'icon--delete', ['focusable' => 'false', 'aria-hidden' => 'true']) {{ __('Remove all', 'coop-library') }}​<span class="screen-reader-text">{{ __('saved searches', 'coop-library') }}</span></button></div> | |||
<div class="align-right" hidden><button id="remove-all" class="button button--borderless button--destructive">@svg('delete', 'icon--delete', ['focusable' => 'false', 'aria-hidden' => 'true']) {{ __('Remove all', 'coop-library') }} <span class="screen-reader-text">{{ __('saved searches', 'coop-library') }}</span></button></div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@greatislander I tested with NVDA and  
worked in providing a break in the label. ​
did not work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does
inside the <span class="visually-hidden">
work?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jhung I am moving this into a separate issue.
Description
Implements layout for the search results page and saved search functionality.
TODO:
Steps to test
Search, examine results page. Apply some filters. Save a few searches, then view the saved search page.
Additional information
Not applicable.
Related issues