atmosphere explorer pds.ls
tool typescript atproto
434
fork

Configure Feed

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

add padding and inline tid date

Juliet f799aed7 fda5bda2

+3 -2
+3 -2
src/views/pds.tsx
··· 85 85 <span class="iconify lucide--x"></span> 86 86 </button> 87 87 </div> 88 - <div class="grid grid-cols-[auto_1fr] items-baseline gap-x-1 text-sm"> 88 + <div class="grid grid-cols-[auto_1fr] items-baseline gap-x-1 gap-y-0.5 text-sm"> 89 89 <span class="font-medium">Head:</span> 90 90 <span class="wrap-anywhere text-neutral-700 dark:text-neutral-300">{repo.head}</span> 91 91 92 92 <Show when={TID.validate(repo.rev)}> 93 93 <span class="font-medium">Rev:</span> 94 - <div class="flex flex-col"> 94 + <div class="flex gap-1"> 95 95 <span class="text-neutral-700 dark:text-neutral-300">{repo.rev}</span> 96 + <span class="text-neutral-600 dark:text-neutral-400">·</span> 96 97 <span class="text-neutral-600 dark:text-neutral-400"> 97 98 {localDateFromTimestamp(TID.parse(repo.rev).timestamp / 1000)} 98 99 </span>