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
lower case collection filter input
juli.ee
5 months ago
dbf39798
df20fcdc
verified
This commit was signed with the committer's
known signature
.
juli.ee
SSH Key Fingerprint:
SHA256:mBrT4x0JdzLpbVR95g1hjI1aaErfC02kmLRkPXwsYCk=
+1
-1
1 changed file
expand all
collapse all
unified
split
src
views
repo.tsx
+1
-1
src/views/repo.tsx
···
216
216
<TextInput
217
217
name="filter"
218
218
placeholder="Filter collections"
219
219
-
onInput={(e) => setFilter(e.currentTarget.value)}
219
219
+
onInput={(e) => setFilter(e.currentTarget.value.toLowerCase())}
220
220
class="grow"
221
221
/>
222
222
<div class="flex flex-col overflow-hidden font-mono text-sm">