Commit 3151ac5
배포 (#126)
* ✨ feat(msw): add follow handlers
* 💎 style(sidebar): add padding
* ✨ feat(components): add follow list modal component
needs to be fixed based on real api
* ✨ feat(components): add mock data / match data type
* 💎 style(search): adjust search drawer style
* ✨ feat: ... (설정) 화면 모달 구현
* ✨ feat(search): apply debounce to input value
* ✨ feat: msw 구현 (comment)
* 🧹 chore: remove duplicate key
* ✨ feat: 댓글 ui
* ✨ feat: 댓글 설정창(...) ui 구현
* ✨ feat: ... 모달 로직 수정
* ✨ feat: 글 본문 및 프로필 ui 수정 (여백 정리)
* ✨ 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
---------
Co-authored-by: c0912jy <c0912jy@gmail.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent 33df370 commit 3151ac5
File tree
41 files changed
+1215
-179
lines changed- src
- components/post
- entities
- album/ui
- post/model/hooks
- features
- create-post
- model
- hooks
- ui
- follow-user
- api
- model
- ui
- profile-posts/ui
- mocks
- db
- handlers
- pages
- routes/_app/$userId
- widgets
- 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.
41 files changed
+1215
-179
lines changed| 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 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
60 | 62 | | |
61 | 63 | | |
62 | 64 | | |
| |||
294 | 296 | | |
295 | 297 | | |
296 | 298 | | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
297 | 305 | | |
298 | 306 | | |
299 | 307 | | |
| |||
302 | 310 | | |
303 | 311 | | |
304 | 312 | | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
305 | 319 | | |
306 | 320 | | |
307 | 321 | | |
| |||
368 | 382 | | |
369 | 383 | | |
370 | 384 | | |
371 | | - | |
| 385 | + | |
372 | 386 | | |
373 | 387 | | |
374 | 388 | | |
| |||
411 | 425 | | |
412 | 426 | | |
413 | 427 | | |
| 428 | + | |
| 429 | + | |
414 | 430 | | |
415 | 431 | | |
416 | 432 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| 19 | + | |
| 20 | + | |
17 | 21 | | |
18 | 22 | | |
19 | 23 | | |
| |||
22 | 26 | | |
23 | 27 | | |
24 | 28 | | |
| 29 | + | |
| 30 | + | |
25 | 31 | | |
26 | 32 | | |
27 | | - | |
| 33 | + | |
28 | 34 | | |
29 | 35 | | |
30 | 36 | | |
| |||
68 | 74 | | |
69 | 75 | | |
70 | 76 | | |
71 | | - | |
72 | 77 | | |
73 | 78 | | |
74 | 79 | | |
75 | 80 | | |
76 | 81 | | |
77 | 82 | | |
78 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
79 | 95 | | |
80 | 96 | | |
81 | 97 | | |
| |||
101 | 117 | | |
102 | 118 | | |
103 | 119 | | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
104 | 131 | | |
105 | 132 | | |
106 | 133 | | |
| |||
154 | 181 | | |
155 | 182 | | |
156 | 183 | | |
157 | | - | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
158 | 188 | | |
159 | 189 | | |
160 | 190 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
| 37 | + | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
| 42 | + | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| 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 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
0 commit comments