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

fix(ui): all project position #29587

Merged
merged 1 commit into from
Oct 26, 2021
Merged

fix(ui): all project position #29587

merged 1 commit into from
Oct 26, 2021

Conversation

scefali
Copy link
Contributor

@scefali scefali commented Oct 26, 2021

Select All Projects button accidentally got moved left in a recent PR:
Screen Shot 2021-10-26 at 1 34 37 PM

This moves it back:

Screen Shot 2021-10-26 at 1 34 15 PM

@scefali scefali changed the title fix button pos fix(ui): all project positionn Oct 26, 2021
@scefali scefali changed the title fix(ui): all project positionn fix(ui): all project position Oct 26, 2021
@scefali scefali marked this pull request as ready for review October 26, 2021 20:36
@scefali scefali requested a review from a team as a code owner October 26, 2021 20:36
@@ -359,7 +359,7 @@ const SelectorFooterControls = ({
: t('Select My Projects');

return (
<FooterContainer>
<FooterContainer style={{justifyContent: message ? 'space-between' : 'flex-end'}}>
Copy link
Member

Choose a reason for hiding this comment

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

tempted to say make a prop called hasMessage on FooterContainer

Copy link
Contributor Author

Choose a reason for hiding this comment

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

eh, this requires less code to do the same thinng

@scefali scefali enabled auto-merge (squash) October 26, 2021 20:39
@scefali scefali merged commit 5378d15 into master Oct 26, 2021
@scefali scefali deleted the fix/all-projects-move-right branch October 26, 2021 20:57
@github-actions github-actions bot locked and limited conversation to collaborators Nov 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants