mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-07-26 14:58:12 +00:00
User feedback drove three changes: 1. Browsing after stop. The old V_CONFIG-snap pinned the user to the settings screen when tracking ended; you could see the map only while active. Drop the snap: Summary/Map/List are reachable from Config and from each other at any time, LEFT/RIGHT cycles all four. Enter from any view toggles tracking; the alert reads "Tracking started/stopped" / "Waiting for GPS fix" as before. Hint shows `<>N/4` so the user knows which view they're on. 2. Hint overlap. A 1-px horizontal separator sits two pixels above the hint line; Summary, List and Map are sized to leave that band clear (`avail` shrinks by an extra 2 px; the map's bottom moves up by 2). No more text touching the hint on OLED. 3. KEY_CONTEXT_MENU (Hold Enter) splits off from KEY_CANCEL and now opens an action popup instead of going back to Tools. Cancel keeps the back-to-Tools role. First action available: "Reset trail" (only when the ring isn't empty). Phase 4 will add Save / Load / Export GPX to the same menu. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>