decentralized and customizable links page on top of atproto ligo.at
atproto link-in-bio python uv
9
fork

Configure Feed

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

hide avatars with no source

+3
+3
src/static/actor-typeahead.js
··· 8 8 * Changes 9 9 * 2026-03-19 10 10 * New: Attribute `client` to send via the `X-Client` HTTP header. 11 + * Fix: Hide avatars with no `src`. 11 12 * 2026-03-17 12 13 * Fix: Abort previous HTTP request before starting the next. 13 14 * New: Add 250ms debounce to oninput. ··· 98 99 width: 100%; 99 100 height: 100%; 100 101 } 102 + 103 + .img:not([src]) { display: none } 101 104 102 105 .handle { 103 106 white-space: nowrap;