Week 071 — Clear Location and Action Bar
The clear location button is positioned and wired. The save/cancel action bar works on desktop and mobile. The enter key was deleting QR codes.
The clear location button is positioned and wired. The save/cancel action bar works on desktop and mobile. The enter key was deleting QR codes.
"The lost location UX gets a pivot: instead of just auto-capturing the current location, a MapBox SearchBox lets users refine or correct the location. The radius circle is painted on the map. A global map variable becomes an indexed array."
No srchParty work this week.
"The item page UI is redesigned from the ground up: toggle buttons for state changes, a sticky-save action bar instead of an edit button, state-aware field visibility. A UI state transition canvas helps map out the logic."
The item API is rewritten using a routing approach. Claude generates the router and all handlers. API URLs are moved from hardcode to .env constants. The scope of this refactor is acknowledged.