atmosphere explorer pds.ls
tool typescript atproto
434
fork

Configure Feed

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

change logged in icon

Juliet c0b3a2e3 648b461e

+1 -1
+1 -1
src/auth/account.tsx
··· 140 140 > 141 141 <span class="truncate">{sessions[did]?.handle || did}</span> 142 142 <Show when={did === agent()?.sub && sessions[did].signedIn}> 143 - <span class="iconify lucide--check shrink-0 text-green-500 dark:text-green-400"></span> 143 + <span class="iconify lucide--circle-check shrink-0 text-blue-500 dark:text-blue-400"></span> 144 144 </Show> 145 145 <Show when={!sessions[did].signedIn}> 146 146 <span class="iconify lucide--circle-alert shrink-0 text-red-500 dark:text-red-400"></span>