Skip to content

Conversation

bukinoshita
Copy link
Member

@bukinoshita bukinoshita commented Sep 29, 2025

Copy link

changeset-bot bot commented Sep 29, 2025

⚠️ No Changeset found

Latest commit: 2925bcb

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

vercel bot commented Sep 29, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
react-email Ready Ready Preview Comment Oct 16, 2025 2:31pm
react-email-demo Ready Ready Preview Comment Oct 16, 2025 2:31pm

Copy link

socket-security bot commented Sep 29, 2025

All alerts resolved. Learn more about Socket for GitHub.

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report

Copy link

alwaysmeticulous bot commented Sep 30, 2025

🤖 Meticulous was unable to start a test run because no sessions have been recorded yet. Click here to setup session recording.

Last updated for commit 147568d. This comment will update as new commits are pushed.

@gabrielmfern gabrielmfern changed the title chore(demo): tailwind basic setup feat(demo): use tailwind v4 for all email demo templates Oct 1, 2025
@gabrielmfern gabrielmfern changed the title feat(demo): use tailwind v4 for all email demo templates feat(demo): use tailwindcss@v4 for all email demo templates Oct 1, 2025
bukinoshita and others added 12 commits October 15, 2025 12:16
Co-authored-by: Bu Kinoshita <[email protected]>
Co-authored-by: Bu Kinoshita <[email protected]>
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

1 issue found across 23 files

Prompt for AI agents (all 1 issues)

Understand the root cause of the following 1 issues and fix them.


<file name="apps/demo/emails/magic-links/slack-confirm.tsx">

<violation number="1" location="apps/demo/emails/magic-links/slack-confirm.tsx:46">
`mb-7.5` is not defined in the Tailwind preset, so this element loses the intended 30px bottom margin. Please replace it with an arbitrary value utility such as `mb-[30px]` to preserve the spacing.</violation>
</file>

React with 👍 or 👎 to teach cubic. Mention @cubic-dev-ai to give feedback, ask questions, or re-run the review.

<Heading className="text-[#1d1c1d] text-4xl font-bold my-[30px] mx-0 p-0 leading-[42px]">
Confirm your email address
</Heading>
<Text className="text-xl mb-7.5">
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot Oct 16, 2025

Choose a reason for hiding this comment

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

mb-7.5 is not defined in the Tailwind preset, so this element loses the intended 30px bottom margin. Please replace it with an arbitrary value utility such as mb-[30px] to preserve the spacing.

Prompt for AI agents
Address the following comment on apps/demo/emails/magic-links/slack-confirm.tsx at line 46:

<comment>`mb-7.5` is not defined in the Tailwind preset, so this element loses the intended 30px bottom margin. Please replace it with an arbitrary value utility such as `mb-[30px]` to preserve the spacing.</comment>

<file context>
@@ -26,121 +28,127 @@ export const SlackConfirmEmail = ({
+          &lt;Heading className=&quot;text-[#1d1c1d] text-4xl font-bold my-[30px] mx-0 p-0 leading-[42px]&quot;&gt;
+            Confirm your email address
+          &lt;/Heading&gt;
+          &lt;Text className=&quot;text-xl mb-7.5&quot;&gt;
+            Your confirmation code is below - enter it in your open browser
+            window and we&#39;ll help you get signed in.
</file context>
Suggested change
<Text className="text-xl mb-7.5">
<Text className="text-xl mb-[30px]">
Fix with Cubic

@bukinoshita bukinoshita merged commit 59b6994 into canary Oct 16, 2025
14 checks passed
@bukinoshita bukinoshita deleted the chore/basic-setup branch October 16, 2025 18:21
gabrielmfern added a commit that referenced this pull request Oct 17, 2025
Co-authored-by: gabriel miranda <[email protected]>
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
gabrielmfern added a commit that referenced this pull request Oct 17, 2025
Co-authored-by: gabriel miranda <[email protected]>
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
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