Commit 42979d5
committed
feat: Add accessible labels to Auth form inputs
- Adds explicit `label` props to Full Name, Email, and Password inputs in `web/pages/Auth.tsx`.
- Leverages the existing `label` prop support in `Input` component for better accessibility.
- Fixes issues where inputs relied solely on placeholders.
- Verified with Playwright tests and screenshot.1 parent 22f39f1 commit 42979d5
2 files changed
+2885
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
| 217 | + | |
217 | 218 | | |
218 | 219 | | |
219 | 220 | | |
| |||
225 | 226 | | |
226 | 227 | | |
227 | 228 | | |
| 229 | + | |
228 | 230 | | |
229 | 231 | | |
230 | 232 | | |
| |||
233 | 235 | | |
234 | 236 | | |
235 | 237 | | |
| 238 | + | |
236 | 239 | | |
237 | 240 | | |
238 | 241 | | |
| |||
0 commit comments