tangled
alpha
login
or
join now
retr0.id
/
pdsls
forked from
pds.ls/pdsls
1
fork
atom
atproto explorer
1
fork
atom
overview
issues
pulls
pipelines
fix username truncation
handle.invalid
5 months ago
7370ad75
d357c3eb
verified
This commit was signed with the committer's
known signature
.
handle.invalid
SSH Key Fingerprint:
SHA256:mBrT4x0JdzLpbVR95g1hjI1aaErfC02kmLRkPXwsYCk=
+1
-1
1 changed file
expand all
collapse all
unified
split
src
components
account.tsx
+1
-1
src/components/account.tsx
···
81
81
class="flex w-full items-center justify-between gap-1 truncate rounded-lg p-1 hover:bg-neutral-200 active:bg-neutral-300 dark:hover:bg-neutral-700 dark:active:bg-neutral-600"
82
82
onclick={() => resumeSession(did as Did)}
83
83
>
84
84
-
<span class="flex items-center gap-2">
84
84
+
<span class="flex items-center gap-2 truncate">
85
85
<Show when={avatars[did as Did]}>
86
86
<img
87
87
src={avatars[did as Did].replace("img/avatar/", "img/avatar_thumbnail/")}