Skip to content

Conversation

@gges5110
Copy link
Owner

Summary

  • Migrated GemsPicker component from Tailwind CSS to Material-UI styling
  • Replaced grid layout classes (gap-2, grid, grid-cols-8) with Material-UI Box display="grid"
  • Converted decorative gem element styling from Tailwind classes to sx props
  • Maintained 8-column grid layout and consistent gem sizing (48px)
  • Improved consistency with existing Material-UI components in the app

Test plan

  • Full test suite passes (11/11 tests)
  • ESLint passes with no issues
  • Grid layout and spacing remain consistent
  • All component interactions work as expected
  • Visual appearance preserved

🤖 Generated with Claude Code

Replace Tailwind CSS classes with Material-UI Box components and sx props:
- Convert grid layout classes (gap-2, grid, grid-cols-8) to Material-UI Box with display="grid"
- Replace gem-size, rounded-full, select-none, shadow-xs, flex-initial with sx prop styling
- Maintain consistent 8-column grid layout and gem sizing (48px)
- Use Material-UI Box components for better consistency with the rest of the app

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

Co-Authored-By: Claude <noreply@anthropic.com>
@gges5110 gges5110 merged commit 42bb758 into main Jun 25, 2025
1 check passed
@gges5110 gges5110 deleted the migrate/gemspicker-tailwind-removal branch June 25, 2025 00:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants