fix(webapp): associate model administration labels - #4694
Conversation
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
fa78ffd to
ea7dd44
Compare
ea7dd44 to
77b8db0
Compare
@trigger.dev/build
trigger.dev
@trigger.dev/core
@trigger.dev/python
@trigger.dev/react-hooks
@trigger.dev/redis-worker
@trigger.dev/rsc
@trigger.dev/schema-to-json
@trigger.dev/sdk
commit: |
## Summary Finish associating dashboard form labels with their controls and enforce `jsx-a11y/label-has-associated-control`. Repeated data store dialogs use unique generated IDs, story controls and notification filters have explicit associations, and display-only status text no longer uses label elements. Base: [#4694](#4694)
Summary
Associate internal model administration labels with their form controls.
The model editor, creator, and tester now use explicit
htmlForandidpairs. Section titles that do not label controls now use headings instead of label elements.Base: #4693