feat: 스타일 자동 선택(랜덤) 옵션 추가 - #25
Conversation
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Code Review
This pull request updates the contribution guidelines in CLAUDE.md to restrict PRs targeting main and fixes a repository name typo. In src/pages/create/index.tsx, it introduces an automatic style selection feature ("자동으로 만들기") that randomly picks a style and advances the step. The reviewer suggests adding safety checks in handleStyleAuto to prevent double-click step skipping and handle potential empty state errors for STYLE_OPTIONS.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
setStep을 멱등 함수형 업데이터로 변경해 빠른 중복 클릭에도 2→3 단계만 진행되도록 보장. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
💡 PR 요약
📋 작업 내용
pages/create/index.tsx: 스타일 단계에 "자동으로 만들기 ✨" 버튼 추가🤝 리뷰 시 참고사항
🤖 Generated with Claude Code