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

Issue347 dev #494

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open

Issue347 dev #494

wants to merge 3 commits into from

Conversation

FR3DD221
Copy link

This PR addresses the issue mentioned in #347, where the problem was related to the size of the text when the largest text size setting is activated on the phone. Thanks to @miltonials, we confirmed that the problem mentioned in the PR was already solved with a scroll. However, during testing, we identified additional issues.

First problem
In the track manager the text for date, name, trackpoints and waypoints was to big for his container.

Example of the problem
image

How i solved it

  • I added two possible text sizes
    • For normal text size settings, the appearance remains unchanged.
    • For the largest text size setting, the text increases, but not excessively.
  • I adjusted the trackpoints and waypoints labels to display vertically, improving the app's overall look and resolving the text overflow problem.

How it looks now
image

Second problem
In the "Add Button Presets" section, when the available presets were displayed, the text didn’t fit within the button component.

Example of the problem
image

How i solved it
I increased the padding and margin of the buttons to provide more space.
I adjusted the text size to fit appropriately in all cases.

How it looks now
image

The problem reported on the issue was wrong, all works good, the text doesn´t seen well, but it has a scrollbar to solve the problem, but when i was testing that i saw that the component on the trackmanager were loking bad and this in the available layouts section too, so i fixed that.

First, to the trackmaneger i put a line to the date or name to see text in a uniform way and separate the waypoints and trackpoints counter in two lines, this with the objetive of a friendly interface.

Second, to the available layouts, i put a scroll bar and the same adjust to the text that i used in the track manager, to see text in a properly way.
Fixing padding in the buttons presets, because when the text is big, it no adjust in the correct way, and fixing the sizes of the dates or names on the track manager, this because the "uniform" prop that added, was causing the sizes were adjusting in different sizes each, so that look weird, so i put two possibles sizes for the text.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant