Commit 1540163
배포 (#135)
* ✨ feat(msw): warn unhandled requests for debugging
* ✨ feat(gitignore): add env
* ✨ feat(providers): add query client provider
* ✨ feat(api): add test (health check) handler
* ✨ feat(route): add test route for api connection test
* ✨ feat: 액션 바 (상호작용) ui 구현
* ✨ feat: env 삭제
* 💎 style(sidebar): update layout stability
* ✨ feat(sidebar): updage search drawer toggle logic
* ✨ feat(sidebar): remain page width when opening search drawer
* ✨ feat(components): add pagination
* ✨ feat(components): add shared components
lazyimage / card
* ✨ feat(msw): add post mock data
* ✨ feat(api): add feed schema / types
* ✨ feat(api): add handler / api function
* ✨ feat(home): add feed ui
* ✨ feat(actions): add env variable on cd workflow
* 💎 style(sidebar): collapse sidebar on search drawer toggle
* 🐛 fix(route): update route from profile_id to post_id
* ✨ feat(feed): link to post detail on click
* ✨ feat(components): add dropdown
* ✨ feat(msw): add album handler
* ✨ feat(api): add album api call functions
* ✨ feat(api): add album api call function
* 🐛 fix(msw): adjust handler order
* 💎 style(dropdown): remove circle icon
* ✨ feat(album): add album dropdown
* 🧪 test(album): add album dropdown tests
* 🐛 fix(actions): apply secrets
* 🧹 chore: update test:ci command option
* ✨ feat(msw): add bookmarks handler
* ✨ feat(bookmarks): add bookmarked posts ui
* ✨ feat(postdetail): return to previous page when closing page
* ✨ feat(postdetail): validate search params with zod
* ✨ feat: 하단 푸터 - 위치 화면 구현
* ✨ feat: 하단 푸터 수정 (Instagram Lite 추가)
* ✨ feat: 푸터 완성
* ✨ feat: 푸터 ui, 기능, 경로 설정 완성
* ✨ feat: 로그인 msw 설정
* ✨ feat: 로그인 검사 로직 추가 및 카카오톡 로그인 ui 구현
* ✨ feat: 파일 구조 변경
실제 구현과 유사하게 경로 변경 & 유지보수 및 관리 용이 목적
* ✨ feat: 푸터 완성
* ✨ feat: 비밀번호 찾기 창 ui 수정
* 💎 style(createmodal): fix modal ratio
* ✨ feat(sidebar): 만들기 버튼을 게시글/스토리 업로드로 분리
- 기존 '만들기' 버튼을 '게시글 업로드'와 '스토리 업로드'로 분리
- 아이콘 구분: SquarePlus(게시글), CirclePlus(스토리)
- 모바일 하단바 배경색 추가
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* ✨ feat(create-story): 스토리 업로드 기능 구현
- 사진 1장만 업로드 가능 (초과 시 toast 알림)
- 9:16 비율 미리보기, 검은 배경으로 빈 공간 채움
- 본문/앨범 단계 없이 바로 공유하기
- 이미지 업로드 후 헤더 타이틀 숨김 처리
- 이탈 시 확인 다이얼로그
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* 💎 style(ui): 모달 외곽선 제거 및 안내 문구 word-break 추가
- DialogContent 기본 스타일에서 border 제거
- 이미지 업로드 안내 문구에 break-keep 추가
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* 💎 style(story): 레이아웃 수정
- xs 너비에서 미리보기, dropzone 영역의 높이가 지나치게 높아지는 문제 해결
* 🧹 chore(constants): add constant for api errors
* ✨ feat(msw): add handlers for image upload
* ✨ feat(msw): add handlers for stories
* ♻️ refactor(component): change component name
* ✨ feat(msw): add search handler
* ✨ feat(explore): separate page component
* ♻️ refactor: update variable names
* 🧹 chore(msw): add mock data
* ✨ feat(explore): add ui / api handling
* ✨ feat(profile): add albums tab
* ✨ feat(profile): add albums summary ui
* 💎 style(album): update badge background color
* ✨ feat(msw): add relations to msw mock data
* ✨ feat(msw): add like related handlers
* ✨ feat(msw): add bookmark toggle handler
* ✨ feat: 비밀번호 찾기 기능 구현
* ✨ feat(like/bookmark): add like, bookmark toggle functionality
* ✨ feat: footer 파일 위치 변경
* ✨ feat(home): add footer
* ✨ feat(album): integrate get album detail api
* ✨ feat: 컨플릭트 수정
* 🐛 fix(route): fix routeTree syntax error
* ✨ feat: 회원가입 ui 구현
* ✨ feat: 회원가입 아이디 중복 체크 로직 구현
* ✨ feat: 회원가입 컴포넌트 분리 및 아이디 랜덤 생성 로직 수정
* ✨ feat: reset.tsx 구조 분리
* ✨ feat(msw): add post create handler
* ✨ feat(create-post): add functionality and ui for creating post
* ✨ feat(create-post): show close button on post create finish
* ✨ feat(utils): add crop image util function
* ✨ feat(create-story): integrate upload story api / image crop logic
* 🐛 fix(test): add react query provider to tests
* ✨ feat: 회원가입 정보 입력 화면 구현
* ✨ feat(stories): implement story feed api / integrate with component
* 🐛 fix(route): update route tree file
* 💎 style: layout stability
* ✨ feat: 회원가입 구현
아직 토큰 관리 미흡, 이메일 전송 로직 미구현
* ✨ feat: 회원가입 라우트 간 보안 강화 로직 추가
* ✨ feat: 회원가입 푸터 라우트 연결
* ✨ feat: 푸터 버그 수정
* ✨ feat: 로그인 버그 수정
* ✨ feat: 로그인 버그 수정
* ✨ feat(msw): add search, recent search api handler
* ✨ feat(search): add api function for search
* ✨ feat(api): add followed / name to search api
* ✨ feat(recent): add recent search keyword management
* 🧹 chore: remove unused files
* ✨ feat: 댓글 api 연결
* 🐛 fix(entity): update schema
make name, profileImageUrl nullable
* ✨ feat(ui): add fallback for null profileImages
* ✨ feat: 댓글 추가 및 좋아요 api 연결
* ✨ feat(follow): integrate follow/unfollow apis
* ✨ feat(user): add GET profile api function
* ✨ feat(search): add staletime for cache control
* 🐛 fix(entity): update schema
make bio, name, profileImageUrl nullable
* ✨ feat(routes): update profile routes
* 🐛 fix(msw): fix field name
success -> isSuccess
* ♻️ refactor(schema): rename success to isSuccess in API response schemas
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* ♻️ refactor(api): update isSuccess field references in API functions
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* ♻️ refactor(auth): update isSuccess field references in auth components
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* ✨ feat(user): add fallback UI for null profileImageUrl
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* ♻️ refactor(search): update search UI components
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* ✨ feat(profile): update profile page and navigation
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* ✨ feat: 로그인 토큰 구현
* 🐛 fix(msw): fix handler order
* 🐛 fix(test): update api field name for test
* ✨ feat: 댓글 api 연결 수정 및 로그인 토큰 작업, 회원가입 시 자동 로그인 구현
* ✨ feat: 로그인 버그 수정
* ✨ feat: 게시글 날짜 표현 방식 수정
* ✨ feat: 댓글창 ui 수정
* ✨ feat: 비행기 ui 삭제
* ✨ feat(]): 댓글 삭제 api
* ✨ feat: 댓글 신고 기능 구현
* ✨ feat: 댓글 신고 기능 1차 구현
* ✨ feat: 댓글 아이콘 클릭 기능 구현
* ✨ feat: 댓글 수정 구현
* ✨ feat(]): 대댓글 로직 삭제
* ✨ feat: 버그 수정
* ✨ feat(shared): add query client
* ✨ feat(entities): add getCurrentUser api and schema
* ✨ feat(auth): integrate useCurrentUser and session state
* ✨ feat(auth): add refresh flow in ky
* ✨ feat(auth): integrate useAuth, AuthProvider to current user
* 🧹 chore(app): use shared queryClient
* ♻️ refactor(components): use useCurrentUser in auth/post
* ✨ feat(msw): add /users/me handler
* 🐛 fix(auth): remove cookie from request and fix retry logic
* 🐛 fix: fix path
* 🐛 fix(fix api field): followed -> isFollowed
* ✨ feat: 좋아요, 북마크 api 연결
* ✨ feat: 좋아요 바 애니메이션 수정
* ✨ feat: 게시글 컴포넌트 ui, 기능, api 연결 완료
* ✨ feat: 좋아요, 북마크, 댓글 관련 api 연결 및 기능 구현
* ✨ feat: 말풍선 아이콘 좌우반전
* ✨ feat: ... 모달 분기 구현
* ✨ feat: 내 계정 정보 모달 추가
* 🐛 fix(album): add logedInUser query parameter / update api endpoint
* 🐛 fix(feed): update field name
liked -> isLiked / bookmarked -> isBookmarked
* 🐛 fix(post): update field name
liked -> isLiked / bookmarked -> isBookmarked
* 🐛 fix(create-post): fix upload strategies
* 🐛 fix(story): fix story upload api content-type
* 🐛 fix(follow): add loggedInUser query parameter
* 🐛 fix(user): update field name
me -> isMe
* 🐛 fix(post / user): update field name
* 🐛 fix(auth): add refresh token
* ✨ feat(posts): add profile posts api
* 🐛 fix(post): constrain mime types
* ✨ feat: 수정
* ✨ feat: 게시글 삭제 기능 구현
* ✨ feat: 최종 수정
* 🐛 fix(msw): update api endpoint
* ✨ feat(auth): improve user session handling
* ✨ feat: post 수정 기능 구현
* ✨ feat(follow): update follower list handling
* ✨ feat(profile): add empty states
* ✨ feat(navigation): add profile api to sidebar
* ✨ feat(create-post): add modal store
* ✨ feat(follow): add remove follower
* ✨ feat(profile): mock apis for user posts / albums
* 🐛 fix(api): update comment api schema field
* ✨ feat(album): improve album validation / error handling
* 🐛 fix(follow): remove cache strategy
* 🐛 fix(comment): update type
* ✨ feat(feed): add empty state
* 🐛 fix(album): update query key for album edit
* 🐛 fix(api): update zod schema and sync with backend
* 🐛 fix(msw): update mock handlers to follow zod schema
* ✨ feat(route): add profile edit route
* ✨ feat(profile-edit): add profile edit ui
* ✨ feat(profile-edit): add api functions
* ✨ feat(sidebar): add profile edit, logout menu
* ♻️ refactor(profile-edit): update api function
---------
Co-authored-by: c0912jy <c0912jy@gmail.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent 3151ac5 commit 1540163
File tree
48 files changed
+614
-105
lines changed- src
- components/post
- entities
- album
- model
- hooks
- ui
- feed
- model
- ui
- search
- api
- model
- user/model
- features
- create-post
- model/hooks
- ui
- edit-profile
- api
- ui
- follow-user
- model
- ui
- search/ui
- mocks
- db
- handlers
- types
- utils
- pages
- routes/_app
- $userId
- accounts/edit
- widgets
- home
- profile-header/ui
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
48 files changed
+614
-105
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | | - | |
| 205 | + | |
206 | 206 | | |
207 | | - | |
| 207 | + | |
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
| 218 | + | |
219 | 219 | | |
220 | | - | |
| 220 | + | |
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
224 | | - | |
| 224 | + | |
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| 46 | + | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
| |||
73 | 75 | | |
74 | 76 | | |
75 | 77 | | |
| 78 | + | |
76 | 79 | | |
77 | 80 | | |
78 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
21 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
22 | 27 | | |
23 | 28 | | |
24 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
45 | 50 | | |
46 | 51 | | |
47 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
110 | 114 | | |
111 | 115 | | |
112 | 116 | | |
| |||
0 commit comments