-
Notifications
You must be signed in to change notification settings - Fork 364
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
fix: [M3-8752] - Region Multi Select spacing issues #11103
fix: [M3-8752] - Region Multi Select spacing issues #11103
Conversation
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.
I made <Flag />
extend Box
so it has more customizability (passing sx
and other props)
region: Region; | ||
} | ||
|
||
const SelectedRegion = ({ region }: LabelComponentProps) => { | ||
const RegionChipLabel = ({ region }: RegionChipLabelProps) => { |
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.
I didn't really understand the name SelectedRegion
to I changed it to RegionChipLabel
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.
I'm always in favor of improving variable names to convey they value for future contributors.
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.
✅ Visually looks good
✅ Code cleanup and readability improved
FYI, I didn't see a |
Thanks for the reminder @carrillo-erik. Added one! |
Coverage Report: ✅ |
Cloud Manager E2E Run #6689
Run Properties:
|
Project |
Cloud Manager E2E
|
Run status |
Passed #6689
|
Run duration | 26m 36s |
Commit |
072c371fd2: fix: [M3-8752] - Region Multi Select spacing issues (#11103)
|
Committer | Banks Nussman |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
5
|
Pending |
2
|
Skipped |
0
|
Passing |
437
|
Description 📝
RegionMultiSelect
that were caused by Gecko changes 🇺🇸Preview 📷
How to test 🧪
As an Author I have considered 🤔