Uh oh!
There was an error while loading. Please reload this page.
feat: LOGIN 화면 Figma PWF v3 정합 - #186
Merged
Merged
Conversation
- 좌측 프로모 헤드라인·서브텍스트·체크마크 3줄로 교체 (기존 Agent Trace
단계 목록 대신), 하단 디스클레이머 문구도 Figma대로("자동 승인"으로
정정)
- 로그인 상태 유지 체크박스 추가 (신규 Checkbox 컴포넌트,
src/components/ui/Checkbox)
- 이메일·비밀번호 입력에 leading 아이콘 + 비밀번호 표시/숨김 토글 추가
- 비밀번호를 잊으셨나요 링크를 /forgot-password로 실제 연결(#183에서
라우트 추가 예정)
- 데모 로그인을 원클릭 카드로 교체 — 버튼 클릭 시 DEMO_ACCOUNT로 바로
로그인 (기존엔 계정정보 텍스트만 보여주고 직접 입력해야 했음)
- 개인정보처리방침/서비스 이용약관 개별 링크 분리
Closes#181
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 freeto 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 LOGIN(
node 1290:93, Ready for Dev) 기준으로 카피·구조 맞춤.Checkbox컴포넌트를src/components/ui/에 새로 만듦(다음 SIGN-UP 작업에서도 씀)/forgot-password로 실제 연결 — 라우트 자체는 #183에서 추가 예정이라 지금은 링크만 걸어둠DEMO_ACCOUNT로 바로 로그인. 기존엔 계정정보 텍스트만 보여주고 사용자가 직접 타이핑해야 했음진행하다 발견한 것
Checkbox, 눈 아이콘(EyeIcons), 필드 아이콘(FieldIcons)이 SIGN-UP([Refactor] SIGN-UP 화면 Figma PWF v3 정합 (비밀번호 강도 미터·약관 동의 체크박스) #182)에서도 그대로 필요해서 공용 컴포넌트로 분리해둠 — 다음 PR에서 재사용함.테스트
npm run lint && npm run test -- --run && npm run build전부 통과 (295개 테스트)Closes#181