-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
refactor: Replace style prop with utility css classes in frontend/src/lib #23072
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a few comments but thank you for taking this on 🙏 Let me know if there's anything that doesn't make sense - happy to work with you and get this over the line
frontend/src/lib/components/Cards/InsightCard/InsightCard.stories.tsx
Outdated
Show resolved
Hide resolved
frontend/src/lib/components/Cards/InsightCard/InsightCard.stories.tsx
Outdated
Show resolved
Hide resolved
frontend/src/lib/components/CompactList/CompactList.stories.tsx
Outdated
Show resolved
Hide resolved
frontend/src/lib/components/CompactList/CompactList.stories.tsx
Outdated
Show resolved
Hide resolved
frontend/src/lib/components/HedgehogBuddy/HedgehogBuddy.stories.tsx
Outdated
Show resolved
Hide resolved
frontend/src/lib/lemon-ui/LemonCalendar/LemonCalendarSelect.stories.tsx
Outdated
Show resolved
Hide resolved
frontend/src/lib/lemon-ui/LemonCalendarRange/LemonCalendarRange.stories.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a few comments but thank you for taking this on 🙏 Let me know if there's anything that doesn't make sense - happy to work with you and get this over the line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a few comments but thank you for taking this on 🙏 Let me know if there's anything that doesn't make sense - happy to work with you and get this over the line
…rc/lib - use of standardized classes - extracted CommandBar__overlay class - px replaced by rem
Thank you for the feedback, @daibhin ! Updated PR with the changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One small suggestion but nothing blocking! Looks great - thanks for taking this on :)
- use of parent selector Co-authored-by: David Newell <[email protected]>
Could I get a workflows re-run? 🙏🏻 |
@Dejvino you might need to pull the latest |
This PR hasn't seen activity in a week! Should it be merged, closed, or further worked on? If you want to keep it open, post a comment or remove the |
Hey @Dejvino - is this something you would like me to take over for you? |
@daibhin not yet. Sorry for the delay, holidays happened 🙂 |
Snapshots should now be updated. FWIW this took more time than I expected due to #23699. |
Hi @daibhin , I expect the last workflows failure ( |
Ok, that didn't help. Looks like the API token is not getting passed correctly ( I'm afraid there is not much more I can do here @daibhin |
This PR hasn't seen activity in a week! Should it be merged, closed, or further worked on? If you want to keep it open, post a comment or remove the |
This PR was closed due to lack of activity. Feel free to reopen if it's still relevant. |
Problem
Refactoring from style prop to equivalent css classes related to issue #16826.
Changes
No visual or functional impact.
Does this work well for both Cloud and self-hosted?
Yes.
How did you test this code?
Tested through dev tools in storybook, see individual screenshots: