Commit 4b6aff0
feat : Mentor 페이지 API 붙이는 작업 진행했습니다 + customConfirm 구현 (#202)
* feat : serverFetch 구현했습니다
* fix: 컴포넌트 비삭제 된 요소 삭제했습니다
* refactor : MyMentoSection 분리했습니다
* refactor : MyMentorSection 으로 수정했습니다
* refactor : Mentor 로 통일 및 폴더구조 개선했습니다
* refactor : 컴포넌트 영역의 하드코딩된 값 모두 테일윈드 값으로 수정했습니다
* refactor: body 단일화·any 제거·HttpError 추가 했습니다
* refactor : decode 함수 분리했습니다
* fix : 일관성 위해 Buffer -> atob로 수정했습니다
* refactor : MentorCard 분리했습니다
* refactor : MentorCard 분리했습니다
* refactor : component -> ui 로 수정했습니다
* refactor : Article Card 분리했습니다:
* refactor : ChannelSelect 숨겨진 input 삭제했습니다
* refactor : MentorApply 삭제 및 clsx 추가했습니다
* feat : 멘토 api 폴더 구조 정립했습니다
* feat : MentorFindSection 무한스크롤 구현했습니다
* feat : useGetMyMentorProfile 구현했습니다
* feat : 특정 멘토 페이지 구현했습니다
* feat : useGetArticle 연결했습니다
* feat : ArticlePanel useDeleteArticle 연결했습니다
* feat : MentoModify 구현했습니다
* fix : 멘토 챗 카드 디자인수정했습니다
* feat : MentorApplyCountModal 구현했습니다 "
* feat : RootModal 및 신규 신청 알림 구현했습니다
* fix : 디자인 및 RootModal 구조 수정했습니다
* feat : RootModal의 클라이언트 , 서버 모달 나눴습니다
* feat : zustnad로 커스텀 confirm 함수 구현했습니다
* fix : IconConfirmModal 수정 두개 메시지 받도록 수정및 customConfirm 으로 수정했습니다
* fix : ClientModal에 useclient 추가했습니다
* refactor : PR 코멘트 내용이었던 set함수와 controller 의 증복을 제거했습니다
* refactor : PR 코멘트 반영했습니다
Link 임포트가 잘못된 부분 제거했습니다
* refactor : 불필요 컴포넌트 삭제 했습니다
* refactor : PR 코멘트 반영했습니다
likeicon 오타 수정했습니다
* fix : serverFetch 글로벌 세마포어를 key로 관리하도록 수정했습니다
* Refactor : 멘토페이지 PR 코멘트 사항 반영 및 불필요한 컴포넌트 제거했습니다 (#201)
* refactor : MyMentoSection 분리했습니다
* refactor : MyMentorSection 으로 수정했습니다
* refactor : Mentor 로 통일 및 폴더구조 개선했습니다
* refactor : 컴포넌트 영역의 하드코딩된 값 모두 테일윈드 값으로 수정했습니다
* refactor : component -> ui 로 수정했습니다
* refactor : Article Card 분리했습니다:
* refactor : ChannelSelect 숨겨진 input 삭제했습니다
* refactor : MentorApply 삭제 및 clsx 추가했습니다
* feat : 멘토 api 폴더 구조 정립했습니다
---------
Co-authored-by: 한만욱 <manwook-han@hanman-ug-ui-MacBookPro.local>
---------
Co-authored-by: 한만욱 <manwook-han@hanman-ug-ui-MacBookPro.local>1 parent ebcc5cf commit 4b6aff0
45 files changed
Lines changed: 1046 additions & 418 deletions
File tree
- public/svgs/mentor
- src
- api
- article
- client
- type
- mentor
- client
- server
- type
- app
- mentor
- [id]
- _ui/MentorDetialContent
- _ui/MentorArticle
- _ui/MentorClient
- _ui
- MentorFindSection
- MyMentorSection
- chat
- modify/_ui/ModifyContent
- _lib
- _ui
- ArticlePanel
- _hooks
- ChannelSelct
- _hooks
- ModalBtnPanel
- ModifyBtnPanel
- waiting
- _ui/WatingContent
- _ui/MentorExpandChatCard
- components
- layout/RootModal
- ui
- ClientModal
- ServerModal
- mentor
- MentorApplyCountModal
- ui/MentorApplyCountContent
- MentorCard
- modal
- lib
- schema
- zustand
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
| 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 | + | |
| 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 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 | + | |
| 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 | + | |
| 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 | + | |
| 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 | + | |
0 commit comments