mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-09 16:14:40 +00:00
The composer could only attach the current GPS location (fixed ~5km), which fails when GPS is denied/unavailable and can't tag a post with a different place. Add a "pick a place on the map" action that opens the shared GeohashLocationPickerDialog and stores the result in ShortNotePostViewModel.pickedGeoHash, which overrides the GPS fix at build time and round-trips through drafts. Picking a place also skips the GPS permission prompt. The existing "use my location" GPS flow is unchanged; this is additive. Scoped to the short-note composer for now; the other ILocationGrabber composers (long-form, classifieds, DMs, comments, channel/nest messages) can adopt the same pickedGeoHash override + section in a follow-up. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01YU8YLcjH9ALr4PgdAkGPZh