-
Notifications
You must be signed in to change notification settings - Fork 0
[Feat]: 로그인 화면 구현 #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
- SocialLoginProvider enum으로 Apple/Google 타입 정의 - 재사용 가능한 소셜 로그인 버튼 UI 구현 - GoogleIcon 컴포넌트 분리 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- State: isLoading, error 상태 정의 - Action: 소셜 로그인, 약관 탭 액션 정의 - AuthClient Dependency 추가 (Apple/Google 로그인) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- 헤더 섹션 (타이틀, 서브타이틀) - 앨범 캐러셀 (플레이스홀더 그라디언트) - 소셜 로그인 버튼 섹션 - 약관 동의 텍스트 섹션 - 로딩 오버레이 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- 앱 시작 시 LoginView 표시되도록 변경 - TCA Store 초기화 추가 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- GeometryReader로 각 앨범 위치 감지 - 화면 중앙 기준 거리에 따른 스케일 계산 - interactiveSpring 애니메이션으로 부드러운 전환 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- 기존 정적 캐러셀을 InteractiveAlbumCarousel로 교체 - 드래그 시 중앙 앨범이 확대되는 효과 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Xcode 자동 생성 로컬라이제이션 문자열 추가 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- scaleEffect 대신 frame 크기 직접 변경으로 레이아웃 반영 - PreferenceKey로 iOS 16 호환 위치 감지 구현 - 앨범 크기 변경 시 HStack이 자동으로 간격 조정 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- n초마다 자동 스크롤 (기본값 3초) - 2번째로 보이는 아이템만 Scale Up - ScrollViewReader로 프로그래매틱 스크롤 구현 - 스크롤 위치 기반 현재 인덱스 계산 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- @ViewBuilder 속성을 변수와 같은 줄에 배치 (SwiftLint 규칙) - Timer.publish + onReceive로 자동 스크롤 안정화 - Combine import 추가 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Assets.xcassets/Icons 폴더가 Icon 패턴에 의해 무시되는 문제 수정 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Google 로그인 아이콘 추가 - 앨범 아트 이미지 4종 추가 (Album1-4) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Google 아이콘 에셋 코드 추가 - Album1-4 이미지 에셋 코드 추가 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
SwiftGen으로 생성된 Asset.Assets.google 사용 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- InteractiveAlbumCarousel에 ImageAsset 배열 파라미터 추가 - 그래디언트 대신 실제 앨범 이미지 표시 - LoginView에서 앨범 이미지 에셋 사용 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- import 정렬 - 들여쓰기 수정 - trailing comma 추가 - 빈 중괄호 내 공백 제거 - redundant return 제거 - numberFormatting 수정 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
SwiftFormat과 SwiftLint 간 trailing comma 충돌 해결 - mandatory_comma: true 설정으로 trailing comma 허용 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Tuist 4.71.0이 Swift 6.1.0을 요구하므로 Xcode 16.3 사용 - Xcode 16.2 (Swift 6.0.3) → Xcode 16.3 (Swift 6.1.0) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
GitHub Actions macos-14 runner에 Xcode 16.3이 아직 설치되지 않음 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Xcode 16.2 (Swift 6.0.3) 호환성을 위해 변경 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This was referenced Jan 5, 2026
- 원본 데이터를 100회 복제하여 가상 무한 스크롤 구현 - 중간 위치에서 시작하여 양방향으로 충분한 여유 확보 - Resolves #10 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- PR/커밋에 Generated with Claude Code 문구 생략 - Co-Authored-By 문구 생략
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.
🔮 작업 요약
Figma 디자인을 기반으로 소셜 로그인 화면을 TCA 패턴으로 구현했습니다. Apple/Google 로그인 버튼과 인터랙티브 앨범 캐러셀이 포함되어 있습니다.
🖥️ 상세 작업 내용
📸 스크린샷
🎬 동작 영상
Simulator.Screen.Recording.-.iPhone.16.Pro.-.2026-01-05.at.20.50.45.mp4
📌 이슈 및 특이사항
scrollClipDisabled(),onChange(of:initial:_:)가 iOS 17+ 전용이라 iOS 16 호환 코드로 대체🔧 CI 수정 사항
.github/workflows/ci.yml: Xcode 버전 16.3 → 16.2Tuist/Package.swift: swift-tools-version 6.1 → 6.0🚀 관련 이슈