tangled
alpha
login
or
join now
olaren.dev
/
pdsls
forked from
pds.ls/pdsls
0
fork
atom
atmosphere explorer
0
fork
atom
overview
issues
pulls
pipelines
truncate rkeys
handle.invalid
1 month ago
a8fcb9a6
974ea40e
verified
This commit was signed with the committer's
known signature
.
handle.invalid
SSH Key Fingerprint:
SHA256:mBrT4x0JdzLpbVR95g1hjI1aaErfC02kmLRkPXwsYCk=
+2
-2
2 changed files
expand all
collapse all
unified
split
src
views
car
explore.tsx
stream
index.tsx
+1
-1
src/views/car/explore.tsx
···
531
531
}}
532
532
class="flex w-full items-baseline gap-1 text-left"
533
533
>
534
534
-
<span class="shrink-0 text-sm text-blue-500 dark:text-blue-400">
534
534
+
<span class="max-w-full shrink-0 truncate text-sm text-blue-500 dark:text-blue-400">
535
535
{entry.key}
536
536
</span>
537
537
<span class="truncate text-xs text-neutral-500 dark:text-neutral-400" dir="rtl">
+1
-1
src/views/stream/index.tsx
···
62
62
</span>
63
63
</Show>
64
64
<Show when={info().rkey}>
65
65
-
<span class="shrink-0 text-neutral-400 dark:text-neutral-500">{info().rkey}</span>
65
65
+
<span class="truncate text-neutral-400 dark:text-neutral-500">{info().rkey}</span>
66
66
</Show>
67
67
</div>
68
68
<div class="flex flex-col gap-x-2 gap-y-0.5 text-xs text-neutral-500 sm:flex-row sm:items-center dark:text-neutral-400">