fix(branding): align auth and deploy UI colors#4669
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
PR SummaryMedium Risk Overview Deploy/auth UI fixes & cleanup: Normalizes error styling to Reviewed by Cursor Bugbot for commit 9aa2531. Configure here. |
Greptile SummaryThis PR migrates the app's brand color palette from purple (
Confidence Score: 5/5Safe to merge — all brand token references have been migrated consistently across CSS, Tailwind config, email styles, and whitelabeling utilities with no dangling usages of removed variables. The brand color migration touches many files but follows a clear pattern: CSS variable renaming is fully coordinated (verified no remaining references to --brand-link, --brand-link-hover, --gradient-primary, --gradient-secondary, or --shadow-brand-inset), dead code removal is complete, and the chat email-persistence fix correctly derives emailItems from the emails prop rather than local state. No logic regressions were found. No files require special attention. Important Files Changed
Reviews (2): Last reviewed commit: "fix(branding): align auth and deploy UI ..." | Re-trigger Greptile |
|
@greptile |
|
@cursor review |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 9aa2531. Configure here.
Summary
Type of Change
Testing
bun run lintbun run check:api-validation:strictbun run type-checkNEXT_PUBLIC_APP_URL=http://localhost:3000 bun run test hooks/queries/deployments.test.ts app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/deploy/hooks/deploy-action-lock.test.ts app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/deploy/hooks/use-deploy-readiness.test.ts app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/deploy/hooks/sync-local-draft.test.ts app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/deploy/components/deploy-modal/components/chat/utils.test.tsChecklist