Commit d704c92
fix(web): add id and name attributes to input fields for accessibility (#1144)
* feat(web): add id and name attributes to input fields for accessibility
* Update packages/web/src/views/Today/components/Task/Task.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update packages/web/src/views/Onboarding/steps/events/SomedaySandbox/SomedaySandbox.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update packages/web/src/views/Onboarding/steps/events/SomedaySandbox/SomedaySandbox.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>1 parent 7bc107d commit d704c92
File tree
4 files changed
+10
-0
lines changed- packages/web/src/views
- Login
- Onboarding/steps/events/SomedaySandbox
- Today/components
- AddTask
- Task
4 files changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| 147 | + | |
| 148 | + | |
147 | 149 | | |
148 | 150 | | |
149 | 151 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
76 | 78 | | |
77 | 79 | | |
78 | 80 | | |
| |||
99 | 101 | | |
100 | 102 | | |
101 | 103 | | |
| 104 | + | |
| 105 | + | |
102 | 106 | | |
103 | 107 | | |
104 | 108 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
| 69 | + | |
68 | 70 | | |
69 | 71 | | |
70 | 72 | | |
| |||
0 commit comments