Skip to content
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

ui v2: restyle delete pod workflow #795

Merged
merged 4 commits into from
Dec 16, 2020
Merged

ui v2: restyle delete pod workflow #795

merged 4 commits into from
Dec 16, 2020

Conversation

dschaller
Copy link
Contributor

Description

Restyle delete pod workflow

deletePodV2

Testing Performed

Manual

@dschaller dschaller requested a review from a team as a code owner December 16, 2020 19:24
Comment on lines +59 to +63
const SchemaDetails = styled(AccordionDetails)({
"> *": {
flex: "1 50%",
},
});
Copy link
Collaborator

@danielhochman danielhochman Dec 16, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

last q, why this as opposed to nesting a < Grid > in AccordionDetails

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We would have to know which breakpoints to apply to each child based on the total number instead of letting flex do it for us.

@dschaller dschaller merged commit d21282b into UIV2 Dec 16, 2020
@dschaller dschaller deleted the deletePodV2 branch December 16, 2020 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants