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

Merge develop into main #102

Merged
merged 128 commits into from
Aug 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
128 commits
Select commit Hold shift + click to select a range
cbfeda3
#64 feat: Hamburger Menu
hwanheejung Aug 2, 2024
60da15b
#64 feat: drawer animation
hwanheejung Aug 3, 2024
a1d0395
#64 feat: drawer open animation
hwanheejung Aug 4, 2024
ec4205a
#64 feat: drawer animation 완성
hwanheejung Aug 4, 2024
c5a95d9
#64 feat: Menus
hwanheejung Aug 4, 2024
bd14959
#64 feat: Added Logout
hwanheejung Aug 4, 2024
d894368
#69 feat: login page UI
hwanheejung Aug 4, 2024
3584e5e
#67 feature: 헤더 컴포넌트 추가
junseublim Aug 5, 2024
dfb933d
#67 style: min-h-dvh 설정 추가
junseublim Aug 5, 2024
a3ac553
Merge pull request #68 from DDD-Community/feature/64
hwanheejung Aug 6, 2024
a76dc03
#69 feat: NextAuth kakao login setup
hwanheejung Aug 6, 2024
686bf45
#69 style: added kakao button active color
hwanheejung Aug 6, 2024
6ea8cf1
#69 feat: migrate nextAuth to v5
hwanheejung Aug 6, 2024
301285b
Merge pull request #71 from DDD-Community/feature/dev-cicd
junseublim Aug 6, 2024
7fb9f38
#67 Feat: header style
junseublim Aug 6, 2024
54e3baa
#69 feat: redirect new user to signup
hwanheejung Aug 6, 2024
7fb88df
#69 style: 정리
hwanheejung Aug 6, 2024
dbc1982
Merge pull request #70 from DDD-Community/feature/67
junseublim Aug 7, 2024
a9c5822
#69 fix: review 반영
hwanheejung Aug 7, 2024
8cb429f
Merge branch 'develop' into feature/69
hwanheejung Aug 7, 2024
ddb4322
Merge pull request #72 from DDD-Community/feature/69
hwanheejung Aug 7, 2024
7b92c57
#74 feat: signup-set nickname
hwanheejung Aug 7, 2024
851c70c
#74 fix: new user일 때 redirect 오류 해결
hwanheejung Aug 7, 2024
2817e8c
#74 feat: signOut
hwanheejung Aug 7, 2024
db5890b
#74 feat: logout modal
hwanheejung Aug 8, 2024
b6f5b74
#74 feat: board header 공통 컴포넌트로 교체, menu navigtion
hwanheejung Aug 8, 2024
234654e
#74 style: changed useRouter to Link Component
hwanheejung Aug 8, 2024
ed9baf9
#74 fix: 코드리뷰 반영
hwanheejung Aug 9, 2024
4b549c6
#74 feat: added nickname validation
hwanheejung Aug 9, 2024
e143702
Merge pull request #75 from DDD-Community/feature/74
hwanheejung Aug 9, 2024
0e077fc
#73: chore: add svgs
junseublim Aug 11, 2024
811e330
#73: style: fix header and total count styles
junseublim Aug 11, 2024
08bf60d
#73: feat: withdraw page
junseublim Aug 11, 2024
3aa424a
#73: feat: add withdraw modal
junseublim Aug 11, 2024
fc0d6bb
#73: feat: add kakao secrets
junseublim Aug 11, 2024
9762685
#77 feat: login/signup 서버 연결
hwanheejung Aug 11, 2024
602fcb8
#73: feat: signout onCloseLeaveConfirmModal
junseublim Aug 11, 2024
307d25b
Merge pull request #79 from DDD-Community/feature/cicd-kakao
junseublim Aug 11, 2024
4f3c82e
Merge pull request #78 from DDD-Community/feature/73
junseublim Aug 11, 2024
198c956
#77 feat: 프로필 수정 페이지
hwanheejung Aug 11, 2024
5e1d8d2
#77 feat: NicknameForm을 공통 컴포넌트로
hwanheejung Aug 11, 2024
08a7594
Merge branch 'develop' into feature/77
hwanheejung Aug 12, 2024
8c0b38c
Merge pull request #81 from DDD-Community/feature/77
hwanheejung Aug 12, 2024
326d1d5
#82 feat: authFetch
hwanheejung Aug 13, 2024
7ac2aab
#82 feat: create board with auth
hwanheejung Aug 13, 2024
4ebe8f2
#82 fix: removed dependency cycle
hwanheejung Aug 13, 2024
b3b2e30
#82 feat: 401 에러 시 refreshAT, retry original request
hwanheejung Aug 13, 2024
94149cb
#82 feat: 탈퇴하기 authFetch
hwanheejung Aug 13, 2024
9588640
#84 style: signup complete page UI
hwanheejung Aug 14, 2024
9015870
Merge pull request #85 from DDD-Community/style/84
hwanheejung Aug 14, 2024
40525b9
#82 fix: token expired code
hwanheejung Aug 14, 2024
c2669fa
#82 fix: authFetch 기존 fetchApi로 통합
hwanheejung Aug 14, 2024
e65bb87
Merge pull request #83 from DDD-Community/feature/82
hwanheejung Aug 14, 2024
49ede0e
#76 feat: onboarding tutorial component targeting
hwanheejung Aug 14, 2024
1a70d7f
#76 feat: step 1 tooltip
hwanheejung Aug 15, 2024
95457e3
#76 feat: triangle
hwanheejung Aug 15, 2024
75a8e55
#76 feat: tutorial step 2
hwanheejung Aug 15, 2024
f0f9f15
#76 style: 불필요한 코드 정리
hwanheejung Aug 15, 2024
62f70b1
#76 fix: localStorage 오류 해결
hwanheejung Aug 15, 2024
3267392
#76 feat: target 클릭 시 modal close, go to next step
hwanheejung Aug 15, 2024
2a1dbc4
#76 feat: overlay 클릭 비활성화
hwanheejung Aug 15, 2024
dbf1c40
#76 style: px 수정
hwanheejung Aug 15, 2024
2abb3c1
Merge pull request #87 from DDD-Community/feature/76
hwanheejung Aug 15, 2024
61696e5
#86 chore: modify components folders to private folder
hwanheejung Aug 17, 2024
e1ddbb1
#86 chore: modify components folders to private folder
hwanheejung Aug 17, 2024
73633d2
#86 feat: birthDt input
hwanheejung Aug 17, 2024
ba4256f
#86 feat: select gender
hwanheejung Aug 17, 2024
32a8352
#86 feat: updated next auth profile
hwanheejung Aug 17, 2024
ad5b874
#86 feat: update profile 서버연결
hwanheejung Aug 17, 2024
716a519
#86 feat: onboarding step 1
hwanheejung Aug 17, 2024
22ce36c
#86 feat: onboarding 추가정보 submit 세팅
hwanheejung Aug 17, 2024
29ef135
#80 feat: add svgs
junseublim Aug 18, 2024
b9b5517
#80 feat: add myBoard APIs
junseublim Aug 18, 2024
175156d
#80 feat: Change createBoard to server action to use revalidateTag fu…
junseublim Aug 18, 2024
bd776a8
#86 feat: update profile 예외처리
hwanheejung Aug 18, 2024
b2b8604
#80 feat: Change getMyBoards API
junseublim Aug 18, 2024
452a026
#80 feat: Add My Board page
junseublim Aug 18, 2024
76f1fd5
#86 feat: signup step 3 - gender
hwanheejung Aug 18, 2024
7983f63
#86 style: removed arrow on input type number
hwanheejung Aug 18, 2024
3471150
#86 chore: 코드 정리
hwanheejung Aug 18, 2024
0fc8e82
#86 chore: 코드 정리
hwanheejung Aug 18, 2024
ffe0cfa
#80 feat: PR 리뷰 반영
junseublim Aug 18, 2024
c04409f
#80 feat: cursor-pointer 수정
junseublim Aug 18, 2024
83f8835
#86 feat: birth date validation
hwanheejung Aug 18, 2024
a956ceb
Merge pull request #88 from DDD-Community/feature/80
junseublim Aug 19, 2024
e8ee38e
#86 feat: added future date validation
hwanheejung Aug 19, 2024
d32f603
resolved conflict
hwanheejung Aug 19, 2024
a0ae36b
Merge pull request #89 from DDD-Community/feature/86
hwanheejung Aug 19, 2024
3eac3cf
feat: set redirect uri env
junseublim Aug 19, 2024
c332dfd
Merge pull request #90 from DDD-Community/feature/kakao-redirect-uri
junseublim Aug 19, 2024
ec91db1
feat: set redirect uri env
junseublim Aug 19, 2024
783d64a
Merge branch 'refs/heads/feature/kakao-redirect-uri' into develop
junseublim Aug 19, 2024
de980f2
#91 fix: qa
hwanheejung Aug 19, 2024
f748845
#91 fix: 햄버거메뉴 메인버튼 눌렀을때 홈이면 메뉴 close
hwanheejung Aug 21, 2024
8414493
#91 style: header grid to flex
hwanheejung Aug 21, 2024
63092cf
#91 style: tutorial 디자인 수정
hwanheejung Aug 21, 2024
2ccecf5
#91 fix: birthDt undefined error
hwanheejung Aug 21, 2024
2689ead
feat: 로그인 화면 이미지 비율 수정
junseublim Aug 21, 2024
7683278
feat: 로그인해주세요 클릭시 로그인 화면으로 이동
junseublim Aug 21, 2024
59bd9d7
feat: 로그아웃 팝업 배경색 수정
junseublim Aug 21, 2024
b11dd84
feat: 보드 삭제하기 팝업 크기 수정
junseublim Aug 21, 2024
934220d
feat: 보드 페이지네이션 폰트 크기 수정
junseublim Aug 21, 2024
215b23f
feat: Select 체크 아이콘 간격 수정
junseublim Aug 21, 2024
c186955
Merge pull request #92 from DDD-Community/fix/91
hwanheejung Aug 21, 2024
b7db92a
feat: 탈퇴 api 수정
junseublim Aug 21, 2024
0f5676b
Merge branch 'refs/heads/develop' into feature/qa-junseub
junseublim Aug 21, 2024
39f59f2
feat: 로그인 팝업의 글자열이 맞지 않음
junseublim Aug 21, 2024
45a735f
feat: 에러 페이지 추가
junseublim Aug 21, 2024
878cc6e
Merge pull request #93 from DDD-Community/feature/qa-junseub
junseublim Aug 21, 2024
f30697b
feat: 보드 삭제 아이콘 추가
junseublim Aug 21, 2024
9d9cbc0
feat: 보드 로딩 페이지 삭제
junseublim Aug 22, 2024
b4bab7e
feat: 로그인 페이지 문구 수정
junseublim Aug 22, 2024
1f5b2f6
feat: 누적 보드 생성수 캐시 제거
junseublim Aug 22, 2024
daa2677
feat: 시작하기 버튼 문구 '보드 만들기'로 수정
junseublim Aug 22, 2024
67163ff
feat: 로그인시 홈 페이지로 이동
junseublim Aug 22, 2024
3554f51
feat: 탈퇴 문구 수정
junseublim Aug 22, 2024
04b99f7
Revert "feat: 보드 삭제 아이콘 추가"
junseublim Aug 22, 2024
8597ac4
feat: 프로필 수정 페이지, 온보딩 추가 정보 입력 관련 구조 변경
junseublim Aug 22, 2024
2d30427
feat: setGender -> setNewGender 이름 수정
junseublim Aug 22, 2024
e0bda6d
feat: 보드 목록 components -> _components 수정
junseublim Aug 22, 2024
a1147be
#94 fix: 로그인 문구
hwanheejung Aug 22, 2024
dec3d09
#94 fix: birthDt 자동으로 넘어가기, 다음에 할게요 redirect 수정
hwanheejung Aug 22, 2024
995a84d
#94 fix: 비회원 접근 막기 middleware
hwanheejung Aug 22, 2024
425f571
#94 style: filter blur 제거
hwanheejung Aug 22, 2024
76a73c5
Merge pull request #95 from DDD-Community/feature/qa-junseub
junseublim Aug 23, 2024
9689de2
Merge branch 'develop' into fix/94
hwanheejung Aug 23, 2024
ad473cb
Merge pull request #96 from DDD-Community/fix/94
hwanheejung Aug 23, 2024
88938c6
hotfix: fix setGender
junseublim Aug 26, 2024
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
4 changes: 4 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
echo "API_HOST=${{ vars.API_HOST }}" >> .env
echo "NODE_ENV=${{ vars.NODE_ENV }}" >> .env
echo "NEXT_PUBLIC_GA_ID=${{ secrets.PUBLIC_GA_ID }}" >> .env
echo "AUTH_KAKAO_ID=${{secrets.AUTH_KAKAO_ID}}" >> .env
echo "AUTH_KAKAO_SECRET=${{secrets.AUTH_KAKAO_SECRET}}" >> .env
echo "AUTH_SECRET=${{secrets.AUTH_SECRET}}" >> .env
echo "NEXTAUTH_URL=${{vars.NEXTAUTH_URL}}" >> .env
- name: Build docker image
run: docker build -t ${{ vars.DOCKER_IMAGE }} .
- name: Login to DockerHub
Expand Down
261 changes: 136 additions & 125 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@
]
},
"dependencies": {
"@jest/globals": "^29.7.0",
"@storybook/preview-api": "^8.1.11",
"@svgr/webpack": "^8.1.0",
"browser-image-compression": "^2.0.2",
"eslint-import-resolver-typescript": "^3.6.1",
"next": "14.2.4",
"next-auth": "^5.0.0-beta.20",
"prettier-plugin-tailwindcss": "^0.6.5",
"react": "^18",
"react-dom": "^18",
Expand Down
3 changes: 3 additions & 0 deletions public/icons/arrow_down.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions public/icons/arrow_right.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 public/icons/arrow_up.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 public/icons/check.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions public/icons/ellipsis.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions public/icons/empty_board.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading