Add design style library and open-source release prep - #1
Conversation
- Add LICENSE, CONTRIBUTING, SECURITY, .env.example, and CI workflow - Guard image generation API route to local development only - Pin Node.js 22 via engines and .nvmrc - Document Node version requirement in README Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4a2ac330a5
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| </section> | ||
|
|
||
| <section className="mx-auto max-w-[1720px] px-5 py-12 lg:px-8"> | ||
| <DesignStyleLibrary /> |
There was a problem hiding this comment.
Mount the prompt palette panel
This page is the only place users can manage design styles, but it only mounts DesignStyleLibrary; StylePresetPanel is never imported or rendered anywhere in the repo (checked with rg StylePresetPanel). That makes the new prompt palette textarea/generate/reset flow unreachable, so generateCustomPreset can never be invoked through the UI even though the feature is documented and implemented.
Useful? React with 👍 / 👎.
Add design style library and open-source release prep
Summary
Test plan
npm run lint통과npm run build통과 (193개 페이지 생성)🤖 Generated with Claude Code