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 gaps
handle.invalid
6 months ago
d2c29be6
4d66a4ae
+4
-4
2 changed files
expand all
collapse all
unified
split
src
views
repo.tsx
stream.tsx
+2
-2
src/views/repo.tsx
···
171
171
const RepoTab = (props: { tab: Tab; label: string; icon: string }) => (
172
172
<button
173
173
classList={{
174
174
-
"border-b-2 flex flex-1 items-center gap-0.5 py-1 justify-center": true,
174
174
+
"border-b-2 flex flex-1 items-center gap-1 py-1 justify-center": true,
175
175
"border-transparent hover:border-neutral-300 dark:hover:border-neutral-700":
176
176
tab() !== props.tab,
177
177
}}
···
266
266
<Show when={!error()}>
267
267
<RepoTab tab="collections" label="Collections" icon="i-lucide-folder-open" />
268
268
</Show>
269
269
-
<RepoTab tab="doc" label="DID Doc" icon="i-lucide-id-card" />
269
269
+
<RepoTab tab="doc" label="Identity" icon="i-lucide-id-card" />
270
270
<Show when={!error()}>
271
271
<RepoTab tab="blobs" label="Blobs" icon="i-lucide-file-digit" />
272
272
</Show>
+2
-2
src/views/stream.tsx
···
151
151
<div class="mt-2 flex flex-col items-center gap-y-3">
152
152
<div class="flex gap-2 text-sm">
153
153
<A
154
154
-
class="flex items-center gap-0.5 border-b-2 p-1"
154
154
+
class="flex items-center gap-1 border-b-2 p-1"
155
155
inactiveClass="border-transparent hover:border-neutral-400 dark:hover:border-neutral-600"
156
156
href="/jetstream"
157
157
>
···
159
159
Jetstream
160
160
</A>
161
161
<A
162
162
-
class="flex items-center gap-0.5 border-b-2 p-1"
162
162
+
class="flex items-center gap-1 border-b-2 p-1"
163
163
inactiveClass="border-transparent hover:border-neutral-400 dark:hover:border-neutral-600"
164
164
href="/firehose"
165
165
>