tangled
alpha
login
or
join now
frontpage.fyi
/
frontpage
22
fork
atom
AT-based link agregator. Mirror of https://github.com/likeandscribe/frontpage
22
fork
atom
overview
issues
pulls
pipelines
Add aria labels
tom.sherman.is
2 months ago
80a9ec85
09c3e18d
verified
This commit was signed with the committer's
known signature
.
tom.sherman.is
SSH Key Fingerprint:
SHA256:s683B2DU0yXjYHmKfzMF5t1GryE92wn75ZgRoLJ76HY=
+2
1 changed file
expand all
collapse all
unified
split
packages
frontpage
app
(auth)
login
_lib
form.tsx
+2
packages/frontpage/app/(auth)/login/_lib/form.tsx
···
155
155
name="identifier"
156
156
required
157
157
placeholder="eg. dril.bsky.social"
158
158
+
aria-label="Internet handle"
158
159
/>
159
160
</Field>
160
161
<Button type="submit" disabled={isIdentifierPending} className="w-full">
···
247
248
name="pdsUrl"
248
249
placeholder="eg. bsky.social"
249
250
defaultValue={DEFAULT_PDS.host}
251
251
+
aria-label="Personal Data Server host"
250
252
/>
251
253
<Button type="submit" className="w-full" disabled={isPdsPending}>
252
254
Continue to PDS sign up