You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Show loading spinner and keep prior pins during viewport fetches (#4)
Two map UX tweaks:
- Overlay an ActivityIndicator while we're waiting on the initial
position fix so the 1–2s of dead air before the fly-to no longer
looks like the app froze.
- Accumulate elements across viewport fetches into a Map<id, Element>
and render from that, so previously-shown pins stay on the map while
a new bounds fetch is in flight. Fine for our small per-user dataset.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments