-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat(iOS): Combined stop + trip promo UX #713
Conversation
@@ -140,7 +140,7 @@ | |||
<string name="police_action">Police Action</string> | |||
<string name="police_activity">Police Activity</string> | |||
<string name="power_problem">Power Problem</string> | |||
<string name="predictions_unavailable_details">Service is running, but predicted arrival times aren’t available. The map shows where %1$s on this route currently are.</string> | |||
<string name="predictions_unavailable_details">Service is running, but predicted arrival times aren’t available. Check the map to see where %1$s are right now.</string> |
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.
Probably worth running the Android build to update the Android translations so they aren't stale in-tree.
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.
I didn't actually bother updating the translations for this, since we're just about to send out the strings to get translated, and it's a relatively minor copy change on text that won't be released until after we get back official translations.
shared/src/commonMain/kotlin/com/mbta/tid/mbta_app/model/FeaturePromo.kt
Outdated
Show resolved
Hide resolved
edb0f2b
to
83c058b
Compare
83c058b
to
a5ab10e
Compare
Summary
Ticket: | Combined Stop + Trip Details: Launch promo
Adds the UX for the combined stop + trip promo page. We don't have a finalized graphic yet, so that's left as a todo, and it's only set to show up once we update the version number to 1.2.0, so currently you can only make it show up by manually updating the version locally.
iOS
Testing
Added some basic UI tests