Conversation
Replace hardcoded "vibed.dev" fallbacks with "Vibe Coding Profiler" or "localhost" as appropriate. Update share story headline from "My Vibed Profile" to "My Vibe Coding Profile". Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
Replace off-brand blue, fuchsia, and cyan colors with violet/indigo equivalents across all components. Add signature diagonal gradient slash accent (montoya-slash) to cards and login buttons. Update login page copy to emphasize vibe coding. Color changes: - blue → indigo: running status badges, progress bars, insight boxes - fuchsia → violet: spinners, rebuild UI, focus rings, AI badges - cyan → indigo: orchestrator workflow badges Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Increase slash from 1.5px thin line to a 4px-wide diagonal gradient in a 48x48px corner area. More visible at rest, brightens on hover. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Use indigo-500 (#6366f1) → indigo-600 (#4f46e5) instead of violet-600 which reads as fuchsia on screen. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Provides a template so developers know which env vars are needed for local Supabase OAuth. The actual supabase/.env is gitignored. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Cards now show vibration echoes on hover — two offset ghost borders (violet and indigo) that shift in opposite directions, creating a visual resonance effect. Buttons get a smaller single-echo variant. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Replace static translate-on-hover with slow, muted keyframe rings that scale outward and fade. Apply the effect to the analysis detail card and timeline section. Remove overflow-hidden so rings aren't clipped. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…removal Add rounded-[inherit] to gradient overlay divs so they clip to the parent's border-radius without needing overflow-hidden. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…` animation durations and delays.
When no unified profile exists yet, .single() throws instead of returning null. Switch to .maybeSingle() so the existing 404 handler responds gracefully. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
ShareActions was passing jobId as the userId path param, causing 404s. Now passes userId separately and appends ?jobId= to API URLs. The OG share route supports jobId by fetching from vibe_insights and analysis_jobs instead of user_profiles. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
chore: release develop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Type of Change
Changes
vibe-echoanimation durations and delays. (6a103ae)Testing
Database Migrations
00XXX_name.sqlChecklist
npm run lint)npm run type-check)npm run build)Screenshots
Related Issues