tangled
alpha
login
or
join now
aylac.top
/
pdsls
forked from
pds.ls/pdsls
0
fork
atom
atproto explorer
0
fork
atom
overview
issues
pulls
pipelines
add name to input
handle.invalid
5 months ago
529a8b21
00dffd35
verified
This commit was signed with the committer's
known signature
.
handle.invalid
SSH Key Fingerprint:
SHA256:mBrT4x0JdzLpbVR95g1hjI1aaErfC02kmLRkPXwsYCk=
+1
1 changed file
expand all
collapse all
unified
split
src
views
collection.tsx
+1
src/views/collection.tsx
···
277
</A>
278
</Tooltip>
279
<TextInput
0
280
placeholder="Filter by substring"
281
onInput={(e) => setFilter(e.currentTarget.value)}
282
class="grow"
···
277
</A>
278
</Tooltip>
279
<TextInput
280
+
name="Filter"
281
placeholder="Filter by substring"
282
onInput={(e) => setFilter(e.currentTarget.value)}
283
class="grow"