feat: 계정 연동 화면 UI 구현 및 구조 개선 - #22
Open
kiho-0 wants to merge 1 commit into
Open
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
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.
LinkAccountScreen.tsx
계정 연동 화면 메인 UI 레이아웃 구현 (상단 로고, 안내 문구, 입력 카드, 제출 버튼)
hooks/useLinkAccount.ts
Clipboard.getString()을 활용한 코드 자동 붙여넣기 기능 구현
4자리 이상 입력 시 버튼 활성화 상태 조건 제어 (isValidCode)
다음 화면 이동 네비게이션 연결 (handleSubmit)
styles/linkAccount.styles.ts
카드리스트, 붙여넣기 버튼, 활성화/비활성화 버튼 전용 스타일 정의
types/linkAccount.types.ts
폼 데이터 및 커스텀 훅 반환 타입 정의