-
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
fix: journey planner updates #769
Conversation
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.
There are accessibility issues in these changes.
src/wmnds/patterns/journey-planner-widget/_journey-planner-widget.njk
Outdated
Show resolved
Hide resolved
src/wmnds/patterns/journey-planner-widget/_journey-planner-widget.njk
Outdated
Show resolved
Hide resolved
src/wmnds/patterns/journey-planner-widget/_journey-planner-widget.njk
Outdated
Show resolved
Hide resolved
src/wmnds/patterns/journey-planner-widget/_journey-planner-widget.njk
Outdated
Show resolved
Hide resolved
src/wmnds/patterns/journey-planner-widget/_journey-planner-widget.njk
Outdated
Show resolved
Hide resolved
🚀 Deployed on https://deploy-preview-769--wmnetwork.netlify.app |
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.
There are accessibility issues in these changes.
src/wmnds/patterns/journey-planner-widget/_journey-planner-widget.njk
Outdated
Show resolved
Hide resolved
src/wmnds/patterns/journey-planner-widget/_journey-planner-widget.njk
Outdated
Show resolved
Hide resolved
src/wmnds/patterns/journey-planner-widget/_journey-planner-widget.njk
Outdated
Show resolved
Hide resolved
src/wmnds/patterns/journey-planner-widget/_journey-planner-widget.njk
Outdated
Show resolved
Hide resolved
src/wmnds/patterns/journey-planner-widget/_journey-planner-widget.njk
Outdated
Show resolved
Hide resolved
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.
👏 You fixed the issue(s)! Great work.
…n-design-system into cc/bugfix/journey-planner
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.
There are accessibility issues in these changes.
@@ -39,7 +40,7 @@ | |||
for: id | |||
}) | |||
}} | |||
<select class="wmnds-fe-dropdown__select" id="{{id}}" name="{{name}}" {%if describedBy%}aria-describedBy="{{describedBy}}"{%endif%}> | |||
<select class="wmnds-fe-dropdown__select {{secondaryColorClass}}" id="{{id}}" name="{{name}}" {%if describedBy%}aria-describedBy="{{describedBy}}"{%endif%}> |
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.
Looks like this element is missing an accessible name or label. That makes it hard for people using screen readers or voice control to use the control.
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.
👏 You fixed the issue(s)! Great 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.
All looks good to me
# [1.7.0](v1.6.0...v1.7.0) (2021-05-19) ### Bug Fixes * journey planner & buy a ticket buttons ([#795](#795)) ([5f50d2c](5f50d2c)), closes [#788](#788) * journey planner homepage ([#792](#792)) ([fb7aca8](fb7aca8)) * journey planner updates ([#769](#769)) ([f968ff0](f968ff0)) * Re-added linter to check PR titles for semantic versioning ([#774](#774)) ([0c8f5ea](0c8f5ea)) * Updated Content-Type for CSS files when being redirected. ([#758](#758)) ([602bb9b](602bb9b)) * Updated domain redirects so they now point to tfwm.org.uk ([#793](#793)) ([47a64c7](47a64c7)) * Updated transport banner font color to white for all html tags ([#773](#773)) ([17c16c1](17c16c1)) ### Features * add Buy a ticket pattern ([#778](#778)) ([175a7db](175a7db)) * add Homepage banner pattern ([#784](#784)) ([f95ab44](f95ab44)) * add journey planner pattern and update pattern page ([#781](#781)) ([cd44140](cd44140)) * add purple branded banner pattern ([#785](#785)) ([5ce3a3b](5ce3a3b)) * add Swift Content Card ([#779](#779)) ([8110283](8110283)) * add swift sign in/register component ([#780](#780)) ([7ef0890](7ef0890)) * Changes brand assets and brand references to Transport for West Midlands ([#768](#768)) ([a2172e7](a2172e7)), closes [#767](#767) [#766](#766) [#762](#762) [#762](#762) * find timetable pattern ([#771](#771)) ([c76153e](c76153e)) * The phrases nNetwork, nTicket, nTrain and nBus now show the 'n' as an SVG icon ([#782](#782)) ([97f4361](97f4361))
🎉 This PR is included in version 1.7.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
It's still missing the js but it will be done in a later stage as we need those updates to the other components.