feat: StylePreset-aware asset generation with multi-layout OG#4
Merged
Conversation
…OG images - Create lib/assets/style-resolver.ts: slug-based mapping layer translating preset free-text fields (og_layout, og_background, og_typography, shadow_style, color_mode) into concrete satori/sharp styles - Enhance lib/assets/og-image.tsx: 4 layout variants (centered, left-aligned, centered-large-text, grid-balanced), multi-font loading from Google Fonts CDN (Inter, Geist, Plus Jakarta Sans, Nunito), gradient/dark backgrounds, glassmorphism simulation - Extend lib/utils/image.ts: SVG icons with <linearGradient> and <feDropShadow> filters for preset-aware styling, corner_radius masking for AI-generated icons - Add color utilities: darkenHex, lightenHex, hexToRgba for HSL-based color manipulation - Update lib/assets/splash-screen.ts and app-icons.ts: support gradient backgrounds and preset styling - Wire brandProfile through favicon, app-icons, and pipeline for complete preset integration When users click "다시 생성", each of 8 style presets (Notion Minimal, Airbnb 3D, Stripe Gradient, Linear Dark, Vercel Sharp, Glassmorphism, Duolingo Playful, Figma Clean) now produces visually distinct OG images, favicons, app icons, and splash screens. Co-Authored-By: Claude Opus 4.6 <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
…ation order) - Remove unused imports: Link, redirect, FolderOpen, X - Use `type` keyword for type-only NextRequest imports - Move handleClose/handleDismiss declarations before handleKeyDown to fix accessed-before-declared errors - Remove unused catch binding variable Co-Authored-By: Claude Opus 4.6 <[email protected]>
Dashboard pages call createClient() for auth, which requires Supabase env vars unavailable during static generation at build time. Co-Authored-By: Claude Opus 4.6 <[email protected]>
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
Testing
🤖 Generated with Claude Code