-
Notifications
You must be signed in to change notification settings - Fork 3
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
UHF-5527 Small accessibility improvements for unit searches and custom searches #902
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… used on other templates
…he ones used from reusable components, with the same template
…te suggestion for the input
This was referenced Feb 2, 2024
j-mys
approved these changes
Feb 6, 2024
…xt-input field that was missing
teroelonen
added
the
recreate-reference-images
Use this label to re-create reference images used by Visual regression tests
label
Feb 7, 2024
✅ Tests passed! You can check the output here: https://city-of-helsinki.github.io/drupal-hdbt/pull/902/html_report/ |
This was referenced Feb 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
recreate-reference-images
Use this label to re-create reference images used by Visual regression tests
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
UHF-5527
What was done
How to install
git pull origin dev
make fresh
OR
git fetch
git checkout UHF-5527
make fresh
composer require drupal/hdbt:dev-UHF-5527
make drush-cim drush-cr
How to test
Make sure that for each of these listed searches the form element has attribute role="search" and that if there is text-input field on the filters it has the type="search" attribute. Also the input field should no longer have the magnifying glass icon on any of the searches. ATTENTION: the ploughing schedule search uses HDS-SearchInput component and that component doesn't support type-attribute so it doesn't have it.
KASKO:
STRATEGIA:
SOTE:
KUVA:
REKRY:
KYMP:
ETUSIVU:
https://helfi-etusivu.docker.so/en/news
Check that code follows our standards
Designers review
Other PRs