Clicking a chip in the "Where they want to go" list should fly/center the globe on that destination (animated pointOfView, autorotate stops, section scrolls into view — also triggers the @defer (on viewport) if the globe isn't mounted yet). lib-destination-chips already has a chipClick output.
Clicking a highlighted destination polygon on the globe shows a small overlay card naming the place with an "Explore in Geography" button linking to /geography/{country} or /geography/{country}/{state} (e.g. /geography/USA/US-LA). Grey context polygons stay inert. Explore button gated to countries the geography section serves; card still shows the name for others. No instant navigation (confirmed UX).
New i18n keys under sponsor.family.* (en + es via _review queue).
Follow-up to #752 (family dream globe).
1. Clicking a chip in the "Where they want to go" list should fly/center the globe on that destination (animated `pointOfView`, autorotate stops, section scrolls into view — also triggers the `@defer (on viewport)` if the globe isn't mounted yet). `lib-destination-chips` already has a `chipClick` output.
2. Clicking a highlighted destination polygon on the globe shows a small overlay card naming the place with an "Explore in Geography" button linking to `/geography/{country}` or `/geography/{country}/{state}` (e.g. `/geography/USA/US-LA`). Grey context polygons stay inert. Explore button gated to countries the geography section serves; card still shows the name for others. No instant navigation (confirmed UX).
New i18n keys under `sponsor.family.*` (en + es via _review queue).
Resolved in spikersoft-angular PR #504 (merged to master, stacked on #502). Chip clicks scroll the globe into view and fly the camera to the destination (state-level zoom for regions, autorotate stops, pre-init requests replayed). Clicking a highlighted polygon shows an overlay card naming the place with an "Explore in Geography" link (/geography/USA/US-LA style); context polygons stay inert. New i18n keys in en + es (_review). Verified end-to-end in the running app. Closing.
Resolved in spikersoft-angular PR #504 (merged to `master`, stacked on #502). Chip clicks scroll the globe into view and fly the camera to the destination (state-level zoom for regions, autorotate stops, pre-init requests replayed). Clicking a highlighted polygon shows an overlay card naming the place with an "Explore in Geography" link (`/geography/USA/US-LA` style); context polygons stay inert. New i18n keys in en + es (`_review`). Verified end-to-end in the running app. Closing.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Follow-up to #752 (family dream globe).
pointOfView, autorotate stops, section scrolls into view — also triggers the@defer (on viewport)if the globe isn't mounted yet).lib-destination-chipsalready has achipClickoutput./geography/{country}or/geography/{country}/{state}(e.g./geography/USA/US-LA). Grey context polygons stay inert. Explore button gated to countries the geography section serves; card still shows the name for others. No instant navigation (confirmed UX).New i18n keys under
sponsor.family.*(en + es via _review queue).Resolved in spikersoft-angular PR #504 (merged to
master, stacked on #502). Chip clicks scroll the globe into view and fly the camera to the destination (state-level zoom for regions, autorotate stops, pre-init requests replayed). Clicking a highlighted polygon shows an overlay card naming the place with an "Explore in Geography" link (/geography/USA/US-LAstyle); context polygons stay inert. New i18n keys in en + es (_review). Verified end-to-end in the running app. Closing.