-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add wheelchair accessible checkbox to Debug UI #6090
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
Add wheelchair accessible checkbox to Debug UI #6090
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev-2.x #6090 +/- ##
=============================================
+ Coverage 69.78% 69.83% +0.04%
- Complexity 17359 17460 +101
=============================================
Files 1962 1975 +13
Lines 74359 74624 +265
Branches 7624 7638 +14
=============================================
+ Hits 51893 52115 +222
- Misses 19823 19857 +34
- Partials 2643 2652 +9 ☔ View full report in Codecov by Sentry. |
I'm making the search bar more compact over at #6091. How does this affect overflow? |
And can I see a screenshot? |
When the search bar gets too crowded we might have to come up with a UI for "extended parameters". |
That's a lot of words for a small check box. Would it be enough to just say "Wheelchair" or add an icon? https://thenounproject.com/search/icons/?q=wheelchair |
Agree, I will make this change. |
Let me know if you want me to download something from noun project. I have a paid account. |
Yes, a suitable wheelchair icon would be nice! |
Check your email. :) |
Summary
Adds wheelchair accessible checkbox to the Debug UI. The checkbox affects the both the results of the Route button and the GraphiQL button.
Issue
Issue: Debug UI is missing wheelchair accessible option
Fix: Added a new checkbox element for wheelchair accessible searches. The trip query adds wheelchairAccessible as true or false based on the new checkbox.