Conversation
|
Hi, Thanks for the contribution! |
|
Thanks for the screen shots @imbercal! @codebymini, you are also redoing the settings navigation. How do you see these changes align with what you are doing? |
|
Hi @imbercal, thanks for this work — the UI polish looks great in the screenshots (removing redundant "Settings" suffixes, the cleaner volume stepper, the About page with app icon). Unfortunately this PR now has merge conflicts with
These are all core navigation files, so the conflicts are likely non-trivial to resolve. A suggestion that might make this easier: consider breaking this PR into smaller, independent pieces. For example:
Parts 1–3 could likely be merged quickly with minimal or no conflict resolution. Part 4 would need a rebase against the current This kind of conflict is just a natural part of open source — two people independently improving the same area. The good news is that most of your changes (the per-view cleanups, About page, NavigationRow) are independent and can go in without much fuss. Let us know how you'd like to proceed! |
|
Thanks I've been working on updates already to this to resolve the conflicts - hoping to have ready early next week. Thanks Tom |







Streamlines the Settings menu with cleaner navigation, reduced redundancy, and improved control layouts. No logic changes - UI/UX only.
Changes
Menu Item Renaming
Removed redundant "Settings" suffix from all menu items since they're already inside the Settings screen - eg General Settings -> General
Navigation Improvements
Moved Community and About into the More page, reordered and aligned items within the settings pages to a more streamlined view. Merged Alarms into app settings as ability to add alarms is already in Alarms page. Changed the modal that appears on managing tabs to be a full page, consistent with all other menu items.
Fix: App Icon on About LoopFollow page
Units Picker
.segmentedto.menu(cleaner, less prominent for a rarely-changed setting)Volume Level Stepper (Alarm Settings)
The Volume Level stepper changed its label text on every +/- tap (e.g., "Volume Level: 50%" → "Volume Level: 55%"), causing text reflow.
Fix: Split into fixed label + value + hidden-label stepper: