GET /xrpc/app.bsky.actor.searchActorsTypeahead typeahead.waow.tech
16
fork

Configure Feed

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

add [src] link to homepage

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

+3 -1
+3 -1
src/index.ts
··· 339 339 .header { display: flex; align-items: baseline; gap: 0.4rem; margin-bottom: 0.4rem; } 340 340 h1 { font-size: 1.1rem; font-weight: 400; color: #888; } 341 341 h1 strong { color: #e0e0e0; } 342 + .src { font-size: 0.75em; color: #555; text-decoration: none; margin-left: 0.3em; } 343 + .src:hover { color: #888; } 342 344 .experimental { font-size: 0.55em; color: #664; cursor: default; position: relative; 343 345 vertical-align: super; line-height: 1; margin-left: 0.3em; } 344 346 .experimental:hover::after { ··· 393 395 <body> 394 396 <div class="container"> 395 397 <div class="header"> 396 - <h1><strong>typeahead</strong><sup class="experimental">*experimental</sup></h1> 398 + <h1><strong>typeahead</strong><a href="https://tangled.sh/zzstoatzz.io/typeahead" class="src" target="_blank" rel="noopener">[src]</a><sup class="experimental">*experimental</sup></h1> 397 399 </div> 398 400 <p class="subtitle">community actor search for <a href="https://atproto.com" target="_blank" rel="noopener">atproto</a></p> 399 401