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

🪟🐛 Connector form: Fix squeezed status icon #22396

Merged
merged 3 commits into from
Feb 7, 2023

Conversation

flash1293
Copy link
Contributor

If the space is tight, the status icon in the connector form can be shown in a squeezed way. This PR makes sure it's always shown properly by preventing it to shrink in a flex context:
Screenshot 2023-02-05 at 16 47 45
Screenshot 2023-02-05 at 16 48 54

I know this is changing a styled component without converting it and I started this work but then realized there's a bit more work to that because there are so many special cases and doing it right would require quite a bit of refactoring. I will create a separate issue for that and tackle it as a filler once I find the time

@flash1293 flash1293 added team/extensibility area/frontend Related to the Airbyte webapp labels Feb 6, 2023
@flash1293 flash1293 marked this pull request as ready for review February 6, 2023 13:27
@flash1293 flash1293 requested a review from lmossman February 6, 2023 13:27
Copy link
Contributor

@lmossman lmossman left a comment

Choose a reason for hiding this comment

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

LGTM, tested locally

@flash1293 flash1293 merged commit 13aac77 into master Feb 7, 2023
@flash1293 flash1293 deleted the flash1293/status-icon-squeeze-2 branch February 7, 2023 16:29
danidelvalle pushed a commit to danidelvalle/airbyte that referenced this pull request Feb 9, 2023
* fix visual bug

* Revert "fix visual bug"

This reverts commit 09d730a.

* prevent status icon squeezing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/frontend Related to the Airbyte webapp team/extensibility
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants