-
Notifications
You must be signed in to change notification settings - Fork 16
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
2870: POI filters: Button to only show currently open locations can be cut off #2879
2870: POI filters: Button to only show currently open locations can be cut off #2879
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.
release-notes/unreleased/2870-POI-filters-fix-toggle-button.yml
Outdated
Show resolved
Hide resolved
release-notes/unreleased/2870-POI-filters-fix-toggle-button.yml
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.
Nicely done, thank you! Tested in real iOS
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.
Tested on android, nice solution! :)
…-only-show-currently-open-locations-can-be-cut-off
…-only-show-currently-open-locations-can-be-cut-off
By the way, you can enable auto-merge so that you don't have to come back to the PR to merge it when the pipeline is finished :) |
Code Climate has analyzed commit 83e54ca and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (50% is the threshold). This pull request will bring the total coverage in the repository to 73.9%. View more on Code Climate. |
Short description
The toggle button is cut off due to long sentences from languages like French.
Proposed changes
alignItems: 'center'
to Row style just to make the text,icon and toggle aliened vertically on the same level.Side effects
None
Resolved issues
Fixes: #2870