Skip to content

fix(agentphone): fix image#4281

Merged
waleedlatif1 merged 1 commit intostagingfrom
fix/agentphone-image
Apr 23, 2026
Merged

fix(agentphone): fix image#4281
waleedlatif1 merged 1 commit intostagingfrom
fix/agentphone-image

Conversation

@waleedlatif1
Copy link
Copy Markdown
Collaborator

Summary

fix image

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
Copy link
Copy Markdown

vercel Bot commented Apr 23, 2026

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

Project Deployment Actions Updated (UTC)
docs Building Building Preview, Comment Apr 23, 2026 11:54pm

Request Review

@cursor
Copy link
Copy Markdown

cursor Bot commented Apr 23, 2026

PR Summary

Low Risk
Low risk: purely cosmetic gradient/color changes across docs and integration metadata with no runtime logic or API behavior changes.

Overview
Updates the AgentPhone integration’s background gradient used for its card/branding across docs (agentphone.mdx), landing integrations metadata (integrations.json), and the block config (AgentPhoneBlock.bgColor) to fix the displayed image styling.

Reviewed by Cursor Bugbot for commit 96bc9df. Configure here.

@waleedlatif1 waleedlatif1 merged commit 91ccbb9 into staging Apr 23, 2026
8 of 9 checks passed
@waleedlatif1 waleedlatif1 deleted the fix/agentphone-image branch April 23, 2026 23:54
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Apr 23, 2026

Greptile Summary

This PR updates the AgentPhone integration's background gradient from a high-contrast 3-stop green gradient (#050505 → #003d20 → #00e676) to a subtler 2-stop dark-green gradient (#1a1a1a → #0a2a14) across the block config, the integrations JSON, and the docs MDX file. The change is applied consistently in all three locations.

Confidence Score: 5/5

Safe to merge — purely cosmetic gradient update applied consistently across all relevant files.

The change is a one-line color value update replicated identically in every file that references the AgentPhone block color. No logic, data, or API contract is touched.

No files require special attention.

Important Files Changed

Filename Overview
apps/sim/blocks/blocks/agentphone.ts Updated bgColor gradient to a darker 2-stop gradient; no logic changes.
apps/sim/app/(landing)/integrations/data/integrations.json Matching bgColor gradient update for the AgentPhone entry in the integrations list.
apps/docs/content/docs/en/tools/agentphone.mdx Matching color gradient update for the BlockInfoCard in the AgentPhone docs page.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[AgentPhone bgColor gradient]
    A --> B[agentphone.ts\nBlockConfig.bgColor]
    A --> C[integrations.json\nbgColor field]
    A --> D[agentphone.mdx\nBlockInfoCard color prop]
    B --> E["linear-gradient(135deg,\n#1a1a1a 0%, #0a2a14 100%)"]
    C --> E
    D --> E
Loading

Reviews (1): Last reviewed commit: "fix(agentphone): fix image" | Re-trigger Greptile

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.

1 participant