refactor: shared components to use Tailwind CSS - #5755
Conversation
🦋 Changeset detectedLatest commit: 433b3eb The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
eb9f8a5 to
f4f9588
Compare
Greptile SummaryThe PR migrates shared EVM components from Emotion/MUI styling to Tailwind CSS.
Confidence Score: 5/5The PR appears safe to merge. No blocking failure remains; native dialog cancellation now prevents the browser from independently closing the dialog and routes Escape through the parent-controlled close callback.
|
| Filename | Overview |
|---|---|
| apps/evm/src/components/Modal/index.tsx | Replaces the MUI modal with a controlled native dialog; the prior Escape-state issue is resolved by preventing native cancellation and invoking handleClose. |
| apps/evm/src/components/Modal/tests/index.spec.tsx | Adds coverage for backdrop and close-button callbacks, native cancellation routing, and child unmounting. |
| apps/evm/src/components/Checkbox/index.tsx | Replaces the MUI checkbox with a styled native checkbox while preserving controlled input behavior. |
| apps/evm/src/components/Pagination/index.tsx | Migrates pagination layout and controls to Tailwind-based shared buttons. |
| apps/evm/src/components/SelectTokenTextField/index.tsx | Migrates token-selection field presentation to Tailwind CSS. |
| apps/evm/src/components/Toggle/index.tsx | Reimplements toggle styling with Tailwind while retaining controlled interaction behavior. |
Reviews (2): Last reviewed commit: "refactor: shared components to use Tailw..." | Re-trigger Greptile
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: eb9f8a5f6b
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
f4f9588 to
7486d58
Compare
7486d58 to
ffe85c2
Compare
ffe85c2 to
433b3eb
Compare
Changes