Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
modelpedia-api | 381373f | Commit Preview URL Branch Preview URL |
Mar 23 2026, 11:00 PM |
- Make first tab visible immediately on frame 0 - Reduce tab stagger delay from 8 to 3 frames - Move question/blur phases earlier (3.5s instead of 5s) - Fix GitHub screenshot 404 by using real user agent - Use addInitScript for dark mode injection before page load - Fix compare URL to use correct param format - Use Meta+A instead of Control+A for macOS compatibility Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Fix compare URL to use correct model ID (claude-sonnet-4-5) - Inject dark mode CSS variables directly via addInitScript - Add error handling for GitHub screenshot timeout - Use domcontentloaded instead of networkidle for GitHub Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Increase homepage screenshot size in LogoReveal (700px height, less margin) - Reduce REST API code panel stagger delay from 15 to 8 frames - Both panels now fill in closer together for better visual balance Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
ae15d21 to
32f9f9e
Compare
- Create reusable ScreenshotScene component (image + optional caption) - Add EXTRA_SCREENSHOTS array in Showcase.tsx for easy configuration - Screenshots auto-insert before TheClose with fade transitions - Duration auto-calculates based on number of screenshots added To add screenshots: place images in public/screenshots/ and add entries to the EXTRA_SCREENSHOTS array in Showcase.tsx. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
apps/video) for a ~44s launch showcase videocapture.ts) auto-generates screenshots and screen recordings from modelpedia.devpnpm captureto regenerate assets,pnpm devto preview in Remotion StudioTest plan
cd apps/video && pnpm devand preview all 7 scenes in Remotion Studiopnpm captureto verify screenshot/recording generationpnpm build🤖 Generated with Claude Code