-
-
Notifications
You must be signed in to change notification settings - Fork 113
Restore search to the website-redesign branch #962
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
Conversation
- Remove unit test of metrics tracking but add local metrics adapter to observe metrics tracking
✅ Deploy Preview for ember-api-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
… with the component from the guides in style - Now navigable by screen readers (tested with Voiceover) - Not 100% spec a11y but a big improvement over the previous search that was not usable at all by screen readers
f6af180
to
31cc450
Compare
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.
LGTM :)Thanks for moving it to gjs
. The alignment in the preview seems off, but we can fix that in the tracking branch if it persists there
I'm working on the alignment. It's correct locally and it is down to a bug in the css optimizer in embroider stripping media queries embroider-build/embroider#1358 |
Hmm, that's weird! Thanks for looking into That, because we will probably need to fix that in the style guide at some point too. |
I fixed it in #963 |
Reimplemented in a new component in a style matching the guides search. Results are now navigable by screen readers.