tangled
alpha
login
or
join now
vielle.dev
/
pdsls
forked from
pds.ls/pdsls
0
fork
atom
atproto explorer
0
fork
atom
overview
issues
pulls
pipelines
fix backlinks
handle.invalid
6 months ago
4cf4e93a
c810bbc1
+8
-7
1 changed file
expand all
collapse all
unified
split
src
components
backlinks.tsx
+8
-7
src/components/backlinks.tsx
···
55
55
</div>
56
56
<div class="ml-4.5">
57
57
<p>
58
58
-
<a
58
58
+
<button
59
59
class="text-blue-400 hover:underline active:underline"
60
60
-
href="#"
61
60
title="Show linking records"
62
61
onclick={() =>
63
62
(
···
70
69
}
71
70
>
72
71
{counts.records} record{counts.records < 2 ? "" : "s"}
73
73
-
</a>
72
72
+
</button>
74
73
{" from "}
75
75
-
<a
74
74
+
<button
76
75
class="text-blue-400 hover:underline active:underline"
77
77
-
href="#"
78
76
title="Show linking DIDs"
79
77
onclick={() =>
80
78
(
···
88
86
>
89
87
{counts.distinct_dids} DID
90
88
{counts.distinct_dids < 2 ? "" : "s"}
91
91
-
</a>
89
89
+
</button>
92
90
</p>
93
91
<Show when={show()?.collection === collection && show()?.path === path}>
94
92
<Show when={show()?.showDids}>
···
169
167
<For each={links().linking_records}>
170
168
{({ did, collection, rkey }) => (
171
169
<p class="relative flex w-full items-center gap-1 font-mono">
172
172
-
<a href={`/at://${did}/${collection}/${rkey}`} class="text-blue-400 hover:underline active:underline">
170
170
+
<a
171
171
+
href={`/at://${did}/${collection}/${rkey}`}
172
172
+
class="text-blue-400 hover:underline active:underline"
173
173
+
>
173
174
{rkey}
174
175
</a>
175
176
<span class="text-xs text-neutral-500 dark:text-neutral-400">