Closed worldlydev closed 5 years ago
I really hope this is considered for a future update. Maybe even 1.0 🤷♂️😉
Okay, lemme implement that.
I saw the same problem here: https://imgur.com/a/TRtNnFV (Image is SFW)
I saw the same problem here: https://imgur.com/a/TRtNnFV (Image is SFW)
Can confirm that I have that issue as well. Just didn't get around to reporting it. It says kansel in the top right but should say kanseller.
And in the Packaging area the Header looks strange. https://imgur.com/a/U0K3RDI
Implemented in #513
Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Lot's of localizations are too long and get cut off in the settings page. This isn't ideal and results in translators translating incorrectly to get shorter strings or leaving the translations as is.
Example of long strings in Zebra:
Describe the solution you'd like A clear and concise description of what you want to happen.
I would like the the settings page to be slightly redesigned. The settings page is already using UITableView but I think it should be slighty adjusted so that it more closely mimics the actual settings app in iOS. Instead of using the UISegmentedControl as Zebra is now I think that each table should open up into a menu as settings does now. This leaves much more room allowing for better localization support but also makes the settings page easier to navigate and less cluttered.
Example from settings:
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
As I said in the beginning of this post the only options are leaving translations as is or incorrectly translating them to make the strings shorter.
Additional context Add any other context or screenshots about the feature request here.
I made a quick mockup of how a redesigned settings page could look:
In my opinion this is the ideal version of an updated settings page in Zebra. Let me explain why:
I repaced the UISegmentedControls with tables that open up into menus. I moved the icon in the "change icon" tab to the right to make the settings page look more balanced as there is now text on the left and icons on the right. Last thing I did was add a short description in the menu, explaining what this setting actually changes.