Commit d7e8271
Refactor/component (#203)
* 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로 관리하도록 수정했습니다
* fix : GlobalLayout 구현 및 useLayout 요소 모두 제거했습니다
* refactor : TopLogoBar 로 리팩토링했습니다
* chore : sentry.client 수정했습니다
* fix : useGetArticleList 오타 수정 및 Tab 요소 위치 버그 수정했습니다
* fix : PR 내용 반영했습니다
* fix : build 버그 보완했습니다
* refactor : 이동 요소 추가했습니다
* fix :community 오타 수정했습니다
* fix : conflict 버전 충돌문제 해결했습니다
---------
Co-authored-by: 한만욱 <manwook-han@hanman-ug-ui-MacBookPro.local>1 parent 4b6aff0 commit d7e8271
68 files changed
Lines changed: 623 additions & 371 deletions
File tree
- src
- api
- article/client
- mentor
- client
- type
- app
- application
- community/[boardCode]
- [postId]
- modify
- login
- apple/callback
- kakao/callback
- mentor
- [id]/_ui/MentorDetialContent
- _ui/MentorArticle
- _ui/MentorClient
- _ui
- MentorFindSection
- MyMentorSection
- chat/[chatId]
- _ui/ChatContent
- modify/_ui/ModifyContent
- _ui/ArticlePanel
- score/submit
- gpa
- language-test
- sign-up/email
- university
- components
- layout
- GlobalLayout
- ui
- RootModal
- ui
- ClientModal
- ServerModal
- loading
- login/signup
- mentor
- MentorApplyCountModal/ui/MentorApplyCountContent
- MentorCard
- ui
- ButtonTab
- CloudSpinnerPage
- CloudSpinner
- Dropdown
- Tab
- TopLogoBar
- constants
- context
- lib/ScriptLoader
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | 1 | | |
5 | 2 | | |
6 | 3 | | |
7 | 4 | | |
8 | 5 | | |
| 6 | + | |
9 | 7 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
24 | 12 | | |
25 | | - | |
26 | 13 | | |
27 | 14 | | |
28 | 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 | + | |
| 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 | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 | | |
| 19 | + | |
16 | 20 | | |
17 | 21 | | |
18 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
| 5 | + | |
9 | 6 | | |
10 | 7 | | |
11 | 8 | | |
12 | 9 | | |
13 | | - | |
| 10 | + | |
| 11 | + | |
14 | 12 | | |
15 | 13 | | |
16 | 14 | | |
| |||
46 | 44 | | |
47 | 45 | | |
48 | 46 | | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
60 | 55 | | |
61 | 56 | | |
62 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
23 | | - | |
24 | 22 | | |
25 | 23 | | |
26 | 24 | | |
27 | 25 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | 26 | | |
34 | 27 | | |
35 | 28 | | |
| |||
0 commit comments