Claude Code 연동 페이지 추가 (web, webview)#384
Merged
Merged
Conversation
- 로그인된 유저에게 username 표시 - /gitanimals-buddy:login 명령어 복사 버튼 제공 - 미인증 시 /auth로 리다이렉트 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> # Conflicts: # apps/web/src/app/[locale]/shop/_auction/ProductTable.tsx
- web 앱에 /auth/claude-code 페이지 추가 - 로그인된 유저 username 표시 + 명령어 복사 버튼 - 미인증 시 로그인 후 원래 페이지로 리다이렉트 - webview에서 동일 페이지 제거 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- 브랜드 초록 배경 + 흰 텍스트로 변경 - 복사 버튼 brand-canary 토큰 적용 - 코드 블록 반투명 스타일 적용 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Button, TextField 컴포넌트 사용 - TextField: 투명 배경 + 흰 테두리로 초록 배경에 자연스럽게 - Button primary variant (brand-canary) 복사 버튼에 적용 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
# Conflicts: # packages/ui/tailwind/src/components/ui/textfield.tsx
Made-with: Cursor
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Caution Review failedPull request was closed or merged during review 📝 WalkthroughWalkthrough새로운 Claude Code 인증 페이지를 추가하고, 라우터 설정을 업데이트하며, TextField 컴포넌트에 선택적 props를 추가했습니다. .gitignore 파일도 수정되었습니다. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
💻 작업 내용
Claude Code 연동 페이지 신규 추가 (
/auth/claude-code)web 앱 (
apps/web)/auth/claude-code라우트에 Claude Code 연동 안내 페이지 추가/gitanimals-buddy:login <username>명령어를 자동 생성하여 표시🐾)에서 Lucide paw-print SVG 아이콘으로 교체TextField컴포넌트에containerClassNameprop 추가하여 외부에서 래퍼 스타일링 가능하도록 개선_mobile조건)webview 앱 (
apps/webview)/auth/claude-code라우트 추가AUTH경로에index라우트를 명시적으로 분리하여 중첩 라우팅 정리변경 목적
GitAnimals Buddy Claude Code 플러그인과 연동하기 위한 로그인 연동 페이지 제공. 사용자가 웹에서 로그인 후 자신의 username으로 생성된 Claude Code 명령어를 바로 복사해 사용할 수 있도록 UX 개선.
📸 스크린샷
UI 변경사항 있음 —
/auth/claude-code신규 페이지 (블루 그라데이션 배경, 반투명 카드, 명령어 입력창 표시)Summary by CodeRabbit
릴리스 노트
New Features
Improvements
Chores