Skip to content

refactor(site): migrate ActiveUserChart from emotion to tailwind styling #19244

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

Merged
merged 1 commit into from
Aug 12, 2025

Conversation

aslilac
Copy link
Member

@aslilac aslilac commented Aug 7, 2025

Summary

  • Replaced emotion css prop with equivalent Tailwind classes in ActiveUsersTitle component
  • Migrated inline styling { display: "flex", alignItems: "center", gap: 8 } to Tailwind classes flex items-center gap-2
  • Part of the ongoing migration from emotion styling to Tailwind

Test plan

  • Visual verification that the component appears the same with flexbox layout and proper spacing

🤖 Generated with Claude Code

Replaced emotion css prop with equivalent Tailwind classes in ActiveUsersTitle component.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
Copy link
Contributor

@DanielleMaywood DanielleMaywood left a comment

Choose a reason for hiding this comment

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

Providing gap: 8 is equivalent to tailwind's gap-2 then LGTM :shipit:

@aslilac aslilac merged commit 17fa1a4 into main Aug 12, 2025
34 checks passed
@aslilac aslilac deleted the refactor/migrate-active-user-chart-to-tailwind branch August 12, 2025 21:20
@github-actions github-actions bot locked and limited conversation to collaborators Aug 12, 2025
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