Skip to content

fix(icons): fix mailgun, restore tts and smtp blocks - #2162

Merged
waleedlatif1 merged 2 commits into
stagingfrom
fix/icon
Dec 3, 2025
Merged

fix(icons): fix mailgun, restore tts and smtp blocks#2162
waleedlatif1 merged 2 commits into
stagingfrom
fix/icon

Conversation

@waleedlatif1

Copy link
Copy Markdown
Collaborator

Summary

  • fix mailgun

Type of Change

  • Bug fix

Testing

N/A

Checklist

  • Code follows project style guidelines
  • Self-reviewed my changes
  • Tests added/updated and passing
  • No new warnings introduced
  • I confirm that I have read and agree to the terms outlined in the Contributor License Agreement (CLA)

@vercel

vercelBot commented Dec 3, 2025

Copy link
Copy Markdown

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

1 Skipped Deployment
ProjectDeploymentPreviewCommentsUpdated (UTC)
docsSkippedSkippedDec 3, 2025 0:20am

@greptile-apps

Copy link
Copy Markdown
Contributor

Greptile Overview

Greptile Summary

This PR updates the Mailgun icon across both sim and docs apps by replacing the SVG with a higher quality version that uses the official Mailgun red color (#C12126) and updated path data. The background colors were changed from orange to neutral gray for better visual contrast with the red icon.

  • Replaced MailgunIcon SVG in both apps/docs/components/icons.tsx and apps/sim/components/icons.tsx with new version featuring explicit red fill and larger viewBox (1000x1000 vs 512x512)
  • Updated background colors from #F06248 (orange) to #E0E0E0 (neutral gray) in both the block config and documentation

Confidence Score: 5/5

  • This PR is safe to merge with no risk
  • The changes are purely cosmetic, updating SVG icon paths and color values with no logic changes. The modifications are consistent across all affected files and won't impact functionality.
  • No files require special attention

Important Files Changed

File Analysis

FilenameScoreOverview
apps/docs/components/icons.tsx5/5Updated MailgunIcon SVG with new path data, viewBox dimensions (512→1000), and explicit red fill color
apps/sim/components/icons.tsx5/5Updated MailgunIcon SVG with new path data, viewBox dimensions (512→1000), and explicit red fill color
apps/docs/content/docs/en/tools/mailgun.mdx5/5Changed background color from orange (#F06248) to neutral gray (#E0E0E0) for better contrast with red icon
apps/sim/blocks/blocks/mailgun.ts5/5Changed bgColor from orange (#F06248) to neutral gray (#E0E0E0) for better contrast with red icon

Sequence Diagram

sequenceDiagram
participant Dev as Developer
participant Icons as Icon Components
participant Block as Mailgun Block Config
participant Docs as Documentation
participant UI as User Interface
Dev->>Icons: Update MailgunIcon SVG
Note over Icons: Replace path data<br/>Change viewBox 512→1000<br/>Add explicit fill='#C12126'
Dev->>Icons: Update in docs/components
Dev->>Icons: Update in sim/components
Dev->>Block: Update bgColor
Note over Block: Change #F06248→#E0E0E0
Dev->>Docs: Update color in mdx
Note over Docs: Change #F06248→#E0E0E0
UI->>Icons: Render MailgunIcon
Icons-->>UI: Display red icon (#C12126)
UI->>Block: Render block with bgColor
Block-->>UI: Display gray background (#E0E0E0)
Note over UI: Better contrast between<br/>red icon and gray background
Loading

@greptile-appsgreptile-appsBot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

4 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@waleedlatif1waleedlatif1 changed the title fix(icons): fix mailgunfix(icons): fix mailgun, restore tts and smtp blocksDec 3, 2025
@waleedlatif1
waleedlatif1 merged commit 2ab8cec into stagingDec 3, 2025
5 checks passed
@waleedlatif1
waleedlatif1 deleted the fix/icon branch December 3, 2025 00:21
Sign up for freeto 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.

1 participant

@waleedlatif1