Skip to content

RI-7295: Fix Search screen buttons alignment #4851

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

pawelangelow
Copy link
Collaborator

Before

Screenshot 2025-08-13 at 11 14 31

After

Screenshot 2025-08-13 at 11 19 59

dantovska
dantovska previously approved these changes Aug 13, 2025
@@ -9,5 +9,6 @@ export const StyledHeaderAction = styled(FlexGroup)`
`

export const StyledWrapper = styled(FlexGroup)`
align-items: center;
Copy link
Collaborator

Choose a reason for hiding this comment

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

You don't need this, FlexGroup has property align, that does the same thing.
Also, it seems at least to me, that Row component is better suited for this use case.

Copy link
Collaborator

Choose a reason for hiding this comment

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

This entire thing is redundant, remove it!

@pawelangelow pawelangelow force-pushed the fe/RI-7295/fix-search-screen-look-and-feel branch from e204d32 to 54922c1 Compare August 13, 2025 16:11
Copy link
Contributor

github-actions bot commented Aug 13, 2025

Code Coverage - Frontend unit tests

St.
Category Percentage Covered / Total
🟢 Statements 81.72% 19654/24049
🟡 Branches 67.14% 8525/12698
🟡 Functions 75.71% 5204/6874
🟢 Lines 82.16% 19240/23419

Test suite run success

5048 tests passing in 663 suites.

Report generated by 🧪jest coverage report action from 2f67a59

KrumTy
KrumTy previously approved these changes Aug 14, 2025
/>
</StyledWrapper>
<>
<FlexGroup align="center">
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
<FlexGroup align="center">
<Row align="center">

open={isManageIndexesDrawerOpen}
onOpenChange={setIsManageIndexesDrawerOpen}
/>
</FlexGroup>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
</FlexGroup>
</Row>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants