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

More emotionjs migration changes #4362

Merged
merged 18 commits into from
May 27, 2024
Merged

More emotionjs migration changes #4362

merged 18 commits into from
May 27, 2024

Conversation

teodosii
Copy link
Member

What this PR does

  • Get rid of some of the hardcoded css variables defined in vars.css, specifically tags-related, but not only
  • Migrated a few more components to emotion

@teodosii teodosii added pr:no public docs Added to a PR that does not require public documentation updates release:ignore PR will not be added to release notes labels May 20, 2024
margin-bottom: 20px;
width: 100%;

& > li .hover-button {
Copy link
Member Author

Choose a reason for hiding this comment

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

@joeyorlando I'm migrating more code to emotion and have come across this part, can't really figure out where's hover-button coming from as it's not being defined in any of the add responder styles. Do you happen to know where is that coming from? I know you've been working on this stuff

The only hover-button I see is part of the integration display within the routes, but that shouldn't be related to add responders in any way

@teodosii teodosii marked this pull request as ready for review May 21, 2024 07:55
@teodosii teodosii requested a review from a team as a code owner May 21, 2024 07:55
Copy link
Contributor

@brojd brojd left a comment

Choose a reason for hiding this comment

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

great job!

lint
@teodosii teodosii added this pull request to the merge queue May 27, 2024
Merged via the queue into dev with commit f7beced May 27, 2024
21 checks passed
@teodosii teodosii deleted the rares/emotion-migration branch May 27, 2024 13:36
border: ${theme.colors.border.weak};
display: flex;
flex-direction: column;
border-radius: ${theme.shape.radius.default};
Copy link

Choose a reason for hiding this comment

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

With grafana 9.4 themes, shape.radius is not defined.

Could you return to fixed value, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr:no public docs Added to a PR that does not require public documentation updates release:ignore PR will not be added to release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants