interactive intro to open social at-me.zzstoatzz.io
25
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: target first visible app in onboarding spotlight

The onboarding tour's "explore your records" step targeted `.app-view`,
which could be hidden by the valid-apps filter, causing the spotlight
to appear at the top-left corner instead of on an app.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

zzstoatzz e4d37530 9a6c7d49

+1 -1
+1 -1
src/view/onboarding.js
··· 15 15 position: 'center' 16 16 }, 17 17 { 18 - target: '.app-view', 18 + target: '.app-view:not(.filtered)', 19 19 title: 'explore your records', 20 20 description: 'click any app to see what records it has written to your PDS.', 21 21 position: 'bottom'