Skip to content
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

[FE] feat: 회원가입, 로그인 페이지 구현 #32

Merged
merged 34 commits into from
Feb 11, 2025
Merged
Show file tree
Hide file tree
Changes from 31 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
24fd5f3
[FE] style: 스타일 코드 포맷팅 (#29)
chysis Feb 4, 2025
8fcbafe
[FE] feat: 회원가입, 로그인, 에러 페이지 라우터 설정 (#29)
chysis Feb 4, 2025
78ad372
[FE] fix: 절대 경로가 적용되지 않는 문제 수정 (#29)
chysis Feb 5, 2025
227dcf6
[FE] refactor: 라우터 구조 변경 (#29)
chysis Feb 5, 2025
23a3572
[FE] design: theme에 색상 추가 (#29)
chysis Feb 5, 2025
686df2f
[FE] feat: 레이아웃 컴포넌트 뼈대 생성 (#29)
chysis Feb 5, 2025
f139b65
[FE] feat: 공통 input 컴포넌트 구현 (#29)
chysis Feb 5, 2025
a1f4b6d
[FE] design: 로그인 페이지 UI 구현 (#29)
chysis Feb 5, 2025
9af87e9
[FE] refactor: 로그인/회원가입 폼에서만 사용되는 Input 컴포넌트 이름 수정 (#29)
chysis Feb 7, 2025
74373e9
[FE] design: 링크 텍스트 호버 시 밑줄 쳐지게 설정 (#29)
chysis Feb 7, 2025
2fb2ad9
[FE] fix: 회원가입 폼으로 넘어가는 링크의 line-height가 왼쪽 label과 맞지 않는 문제 해결 (#29)
chysis Feb 7, 2025
25db112
[FE] design: 요소 크기 및 요소 간 간격 조절 (#29)
chysis Feb 7, 2025
19533c4
[FE] refactor: 공통으로 사용되는 배경, 로고를 레이아웃에서 렌더링 (#29)
chysis Feb 7, 2025
1957e2c
[FE] refactor: AuthInput 컴포넌트가 id 속성을 받도록 수정 (#29)
chysis Feb 8, 2025
9608328
[FE] feat: 공통 체크박스 컴포넌트 구현 (#29)
chysis Feb 8, 2025
00f1a70
[FE] feat: 드롭다운과 input 역할을 모두 하는 컴포넌트 구현 (#29)
chysis Feb 9, 2025
f56a035
[FE] feat: 회원가입 폼에서 생년월일을 입력하는 컴포넌트 구현 (#29)
chysis Feb 9, 2025
ec73d76
[FE] feat: 회원가입 페이지 구현 (#29)
chysis Feb 9, 2025
83691a0
[FE] design: DropdownInput에서 Input이 항상 먼저 클릭되도록 수정 (#29)
chysis Feb 9, 2025
e8609e3
[FE] feat: 로그인/회원가입 페이지 전환 기능 구현 및 로드 시 애니메이션 추가 (#29)
chysis Feb 9, 2025
18fc83e
[FE] refactor: 기본 드롭다운에서 재사용이 가능하도록 훅 분리 (#29)
chysis Feb 9, 2025
d74249b
[FE] feat: 생년월일 선택 시 자동으로 다음 input에 포커스가 이동하도록 구현 (#29)
chysis Feb 9, 2025
6bb5164
[FE] refactor: 생년월일 입력 폼 관련 상태 및 Ref 훅으로 이동 (#29)
chysis Feb 9, 2025
1165956
[FE] fix: 체크박스 이벤트 종류가 잘못 설정된 문제 해결 (#29)
chysis Feb 9, 2025
a413e9f
[FE] feat: 회원가입 페이지 폼 데이터 상태로 관리 (#29)
chysis Feb 9, 2025
e297791
[FE] refactor: 회원가입 페이지의 상태를 훅으로 분리 (#29)
chysis Feb 9, 2025
bdc056f
[FE] style: 파일 경로 변경 (#29)
chysis Feb 10, 2025
a7a10a8
[FE] feat: 로그인 페이지 데이터 상태로 관리 (#29)
chysis Feb 10, 2025
73e3d14
[FE] feat: DropdownInput에 값을 입력하면 아이템 리스트가 보여지도록 설정 (#29)
chysis Feb 10, 2025
73af303
[FE] fix: 회원가입 페이지 개인정보 관련 문구에 띄어쓰기 추가 (#29)
chysis Feb 10, 2025
f558761
[FE] fix: DropdownInput에 공백을 입력해도 목록이 보이게 수정 (#29)
chysis Feb 10, 2025
8298f59
[FE] refactor: AuthInput의 text 속성으로 올 수 있는 값을 제한 (#29)
chysis Feb 11, 2025
b1368fb
[FE] setting: framer motion 설치 (#29)
chysis Feb 11, 2025
518c0c7
[FE] design: 회원가입, 로그인 폼 애니메이션 변경 (#29)
chysis Feb 11, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"@testing-library/react": "^16.2.0",
"@testing-library/user-event": "^14.6.1",
"@types/jest": "^29.5.14",
"@types/node": "^22.13.1",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@typescript-eslint/eslint-plugin": "^8.22.0",
Expand Down
5 changes: 0 additions & 5 deletions src/frontend/src/App.tsx

This file was deleted.

1 change: 1 addition & 0 deletions src/frontend/src/assets/background.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/frontend/src/assets/checked.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/frontend/src/assets/downArrow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion src/frontend/src/assets/empty.md

This file was deleted.

11 changes: 11 additions & 0 deletions src/frontend/src/assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading