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
minor style and label changes
handle.invalid
7 months ago
4243f91c
f74bcf40
+3
-3
3 changed files
expand all
collapse all
unified
split
src
components
create.tsx
login.tsx
search.tsx
+1
-1
src/components/create.tsx
···
180
180
<span class="font-bold">{props.create ? "Creating" : "Editing"} record</span>
181
181
</div>
182
182
<div
183
183
-
class="i-lucide-x text-xl hover:text-red-500 dark:hover:text-red-400"
183
183
+
class="i-lucide-x text-xl hover:text-neutral-400 dark:hover:text-neutral-500"
184
184
onclick={() => setOpenDialog(false)}
185
185
/>
186
186
</div>
+1
-1
src/components/login.tsx
···
56
56
};
57
57
58
58
return (
59
59
-
<form class="flex flex-col gap-y-1" onsubmit={(e) => e.preventDefault()}>
59
59
+
<form class="flex flex-col gap-y-2" onsubmit={(e) => e.preventDefault()}>
60
60
<div class="flex items-center gap-2">
61
61
<label for="handle">
62
62
<div class="i-lucide-user-round-plus text-lg" />
+1
-1
src/components/search.tsx
···
51
51
>
52
52
<div class="w-full">
53
53
<label for="input" class="ml-0.5 text-sm">
54
54
-
PDS URL or AT URI (at:// optional)
54
54
+
PDS URL, AT URI, or handle
55
55
</label>
56
56
</div>
57
57
<div class="flex w-full items-center gap-2">