search for standard sites pub-search.waow.tech
search zig blog atproto
11
fork

Configure Feed

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

fix: hide whitewind from frontend until content is indexed

Backend support is in place but no WhiteWind documents have been
indexed yet. Remove the filter button and footer link until we
have actual results to show.

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

zzstoatzz 20a1fbe0 210545b4

+2 -3
+2 -3
site/index.html
··· 620 620 <div id="results" class="results"> 621 621 <div class="empty-state"> 622 622 <p>search atproto publishing platforms</p> 623 - <p style="font-size:11px;margin-top:0.5rem"><a href="https://leaflet.pub" target="_blank">leaflet</a> · <a href="https://pckt.blog" target="_blank">pckt</a> · <a href="https://offprint.app" target="_blank">offprint</a> · <a href="https://greengale.app" target="_blank">greengale</a> · <a href="https://whtwnd.com" target="_blank">whitewind</a> · <a href="https://standard.site" target="_blank">other</a></p> 623 + <p style="font-size:11px;margin-top:0.5rem"><a href="https://leaflet.pub" target="_blank">leaflet</a> · <a href="https://pckt.blog" target="_blank">pckt</a> · <a href="https://offprint.app" target="_blank">offprint</a> · <a href="https://greengale.app" target="_blank">greengale</a> · <a href="https://standard.site" target="_blank">other</a></p> 624 624 </div> 625 625 </div> 626 626 ··· 1040 1040 { id: 'pckt', label: 'pckt' }, 1041 1041 { id: 'offprint', label: 'offprint' }, 1042 1042 { id: 'greengale', label: 'greengale' }, 1043 - { id: 'whitewind', label: 'whitewind' }, 1044 1043 { id: 'other', label: 'other' }, 1045 1044 ]; 1046 1045 const html = platforms.map(p => ` ··· 1166 1165 resultsDiv.innerHTML = ` 1167 1166 <div class="empty-state"> 1168 1167 <p>search atproto publishing platforms</p> 1169 - <p style="font-size:11px;margin-top:0.5rem"><a href="https://leaflet.pub" target="_blank">leaflet</a> · <a href="https://pckt.blog" target="_blank">pckt</a> · <a href="https://offprint.app" target="_blank">offprint</a> · <a href="https://greengale.app" target="_blank">greengale</a> · <a href="https://whtwnd.com" target="_blank">whitewind</a> · <a href="https://standard.site" target="_blank">other</a></p> 1168 + <p style="font-size:11px;margin-top:0.5rem"><a href="https://leaflet.pub" target="_blank">leaflet</a> · <a href="https://pckt.blog" target="_blank">pckt</a> · <a href="https://offprint.app" target="_blank">offprint</a> · <a href="https://greengale.app" target="_blank">greengale</a> · <a href="https://standard.site" target="_blank">other</a></p> 1170 1169 </div> 1171 1170 `; 1172 1171 }