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: improve pdsmoover messaging for both PDS types

- Bluesky PDS: gentler framing for users who may not know their PDS is
hosted by Bluesky
- Independent PDS: suggest moving to a new home, since users may still
want to switch providers

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

zzstoatzz 214be346 e4d37530

+2 -1
+2 -1
src/view/visualization.js
··· 166 166 <div class="ownership-box bluesky-hosted"> 167 167 <div class="ownership-header">☁️ bluesky-hosted pds</div> 168 168 <div class="ownership-text">your data is hosted on bluesky's infrastructure. this is the default and works great! but if you want more control, you can <a href="https://atproto.com/guides/self-hosting" target="_blank" rel="noopener noreferrer" style="color: var(--text); text-decoration: underline; font-weight: 500;">self-host your own PDS</a>.</div> 169 - <div style="margin-top: 0.5rem; font-size: 0.6rem; color: var(--text-lighter);">use <a href="https://pdsmoover.com" target="_blank" rel="noopener noreferrer" style="color: var(--text); text-decoration: underline;">pdsmoover</a> to migrate your account to an independent PDS.</div> 169 + <div style="margin-top: 0.5rem; font-size: 0.6rem; color: var(--text-lighter);">want to take your data somewhere else? <a href="https://pdsmoover.com" target="_blank" rel="noopener noreferrer" style="color: var(--text); text-decoration: underline;">pdsmoover</a> makes it easy to move to a different PDS.</div> 170 170 </div> 171 171 `; 172 172 } else { ··· 174 174 <div class="ownership-box independent-pds"> 175 175 <div class="ownership-header">🌐 independent pds</div> 176 176 <div class="ownership-text">your data is hosted on <strong>${pdsHost}</strong>, independent of bluesky's infrastructure.</div> 177 + <div style="margin-top: 0.5rem; font-size: 0.6rem; color: var(--text-lighter);">use <a href="https://pdsmoover.com" target="_blank" rel="noopener noreferrer" style="color: var(--text); text-decoration: underline;">pdsmoover</a> to move your account to a new home.</div> 177 178 </div> 178 179 `; 179 180 }