Skip to content
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

Wheelchair accessible labeling #675

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,066 changes: 536 additions & 530 deletions __snapshots__/storybook.test.ts.snap

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions packages/building-blocks/README.md

This file was deleted.

34 changes: 0 additions & 34 deletions packages/building-blocks/package.json

This file was deleted.

16 changes: 0 additions & 16 deletions packages/building-blocks/src/colors/blue.ts

This file was deleted.

16 changes: 0 additions & 16 deletions packages/building-blocks/src/colors/grey.ts

This file was deleted.

16 changes: 0 additions & 16 deletions packages/building-blocks/src/colors/red.ts

This file was deleted.

5 changes: 0 additions & 5 deletions packages/building-blocks/src/index.ts

This file was deleted.

56 changes: 0 additions & 56 deletions packages/building-blocks/src/stories/ColorPalette.tsx

This file was deleted.

22 changes: 0 additions & 22 deletions packages/building-blocks/src/stories/index.story.tsx

This file was deleted.

13 changes: 0 additions & 13 deletions packages/building-blocks/tsconfig.json

This file was deleted.

2 changes: 1 addition & 1 deletion packages/core-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentripplanner/core-utils",
"version": "11.1.3",
"version": "11.1.1",
"description": "Core functionality that is shared among numerous UI components",
"engines": {
"node": ">=13"
Expand Down
7 changes: 0 additions & 7 deletions packages/core-utils/src/planQuery.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,6 @@ query Plan(
timezone
url
}
alerts {
alertDescriptionText
alertHeaderText
alertUrl
effectiveStartDate
id
}
arrivalDelay
departureDelay
distance
Expand Down
9 changes: 0 additions & 9 deletions packages/endpoints-overlay/i18n/ru.yml

This file was deleted.

9 changes: 0 additions & 9 deletions packages/endpoints-overlay/i18n/tl.yml

This file was deleted.

1 change: 0 additions & 1 deletion packages/endpoints-overlay/i18n/tr.yml

This file was deleted.

2 changes: 1 addition & 1 deletion packages/endpoints-overlay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentripplanner/endpoints-overlay",
"version": "2.0.10",
"version": "2.0.9",
"description": "A map overlay to show the from and to locations of an itinerary",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down
5 changes: 0 additions & 5 deletions packages/from-to-location-picker/i18n/ru.yml

This file was deleted.

5 changes: 0 additions & 5 deletions packages/from-to-location-picker/i18n/tl.yml

This file was deleted.

1 change: 0 additions & 1 deletion packages/from-to-location-picker/i18n/tr.yml

This file was deleted.

2 changes: 1 addition & 1 deletion packages/from-to-location-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentripplanner/from-to-location-picker",
"version": "2.1.10",
"version": "2.1.9",
"description": "Location Picker Component",
"author": "@binh-dam-ibigroup",
"homepage": "https://github.com/opentripplanner/otp-ui/#readme",
Expand Down
6 changes: 6 additions & 0 deletions packages/itinerary-body/i18n/en-US.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ otpUi:
car: by car
escooter: by e-scooter
walk: by walking
tripAccessibility:
inaccessible: inaccessible
itineraryAccessibility: "Wheelchair accessibility of this trip: "
legAccessibility: "Wheelchair accessibility of this trip leg: "
likelyAccessible: likely accessible
unclear: unknown
viewOnMap: View on map
TransitLegBody:
AlertsBody:
Expand Down
6 changes: 6 additions & 0 deletions packages/itinerary-body/i18n/fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ otpUi:
car: en voiture
escooter: en trottinette
walk: à pied
tripAccessibility:
inaccessible: inaccessible
itineraryAccessibility: "Accessibilité de ce trajet en fauteuil roulant : "
legAccessibility: "Accessibilité de cette étape en fauteuil roulant : "
likelyAccessible: probablement accessible
unclear: inconnue
viewOnMap: Afficher sur le plan
TransitLegBody:
AlertsBody:
Expand Down
6 changes: 6 additions & 0 deletions packages/itinerary-body/i18n/i18n-exceptions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"ignoredIds": ["otpUi.ItineraryBody.tripAccessibility.accessible"],
"groups": {
"otpUi.ItineraryBody.tripAccessibility.*Accessibility": ["itinerary", "leg"]
}
}
Loading
Loading