-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate radio buttons to Ant Design #5681
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
fides
|
Project |
fides
|
Branch Review |
refs/pull/5681/merge
|
Run status |
|
Run duration | 00m 59s |
Commit |
|
Committer | jpople |
View all properties for this run ↗︎ |
Test results | |
---|---|
|
0
|
|
0
|
|
0
|
|
0
|
|
4
|
Upgrade your plan to view test results. | |
View all changes introduced in this branch ↗︎ |
{ | ||
// console.log(system); | ||
return <Flex> </Flex>; | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just commenting this out for now to make ESLint happy for CI purposes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry about that
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<FormControl isInvalid={isInvalid}> | ||
<Flex className="w-fit"> | ||
{label ? ( | ||
<Label htmlFor={props.id || props.name}>{label}</Label> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This label doesn't actually tie to any form elements, so we should just leave off the htmlFor
altogether. It's mostly a decorative label.
fides
|
Project |
fides
|
Branch Review |
main
|
Run status |
|
Run duration | 01m 00s |
Commit |
|
Committer | jpople |
View all properties for this run ↗︎ |
Test results | |
---|---|
|
0
|
|
0
|
|
0
|
|
0
|
|
4
|
Upgrade your plan to view test results. | |
View all changes introduced in this branch ↗︎ |
Closes HJ-223
Description Of Changes
Migrates radio buttons and radio groups to Ant Design.
Code Changes
inputs.tsx
to its own fileSteps to Confirm
Test the radio buttons on the following pages and verify they look correct and work as intended:
/privacy-requests/configuration/messaging
/privacy-requests/configuration/storage
Pre-Merge Checklist
CHANGELOG.md
updatedmain
downgrade()
migration is correct and works