Commit 6599bb4
Refactor/mentor UI phase2 (#198)
* feat : MentoProfile 컴포넌트 구현했습니다
* feat : MentoDsahBoard 상단 select 구현했습니다
* feat : EmptyMentoCards 구현 및 shadow요소 변경했습니다
* refactor : MentoDropDown요소 분리했습니다
* feat : MentoFindSection 분리 및 ui 구현했습니다
* refactor : Enum 요소 전부 type으로 수정및 Enum으로 적용했습니다
* feat : MentoStudyStatusBox UI 구현했습니다
* feat : MentoDropDown의 첫방문 메시지 구현했습니다
* fix : ChannelBadge 재활용 하기 쉽도록 수정했습니다
* feat : ChannelSelect요소 구현했습니다
* fix : 커스텀 select의 바깥요소 클릭시 요소가 닫히도록 수정했습니다
* fix : Tooltip 요소 공용으로 분리 및 사용하도록 수정했습니다
* feat : 멘토 수정페이지 ui 구현했습니다
* feat : 아티클 이미지 추가 수정 , 삭제 구현 및 드롭다운 요소도 구현했습니다
* feat : 멘티 페이지 뼈대 구현했습니다
* refactor : 임시 데이터 모두 get함수로 교체했습니다 컴포넌트 분리했습니다
* refactor :MentoArticlePanel 영역 리팩토링했습니다
* refactor : 폴더구조 재정리했습니다
mento->mentor로 수정했습니다
* feat : 멘토 수정 페이지 구조 수정 및 zod 이용 훅폼 구현했습니다
* refactor : 멘토페이지 폴더구조 개선했습니다
* refactor : 멘토 드랍다운 요소 분리된 훅 재위치 시켰습니다
* refactor : 커스텀훅 명명 수정했습니다
* refactor : 불필요 컴포넌트 삭제했습니다
* fix : 채널 뱃지 h 수정했습니다
* feat : 임시 API 로 멘토 불러오는 로직 구현했습니다
* fix : 타이틀 부분 마진 값 수정했습니다
* feat : 멘토 waiting 페이지 구현했습니다
* fix : layout.tsx 모두 페이지마다 설정했습니다 title 변화 위해서
* feat : 멘토 chatListPage 개발했습니다
* feat : 채팅 디테일 페이지 우측 네비바 구현했습니다
* feat : PathBasedNav 구현했습니다
* feat : 멘토 채팅 디테일 페이지 구현했습니다
* fix : flaoting 부분 디자인 요소 버그 수정했습니다
* feat : ChatMessageBox 구현했습니다
* fix : ChatDetailPage content영역 자잘한 디자인 요소 수정했습니다
* feat: 방해금지 시간 구현
* refactor : 멘토 페이지 클라이언트로 수정했습니다
* refactor : 멘토 페이지 content 영역 으로 분리 및 아티클 구현했습니다
* refactor : 멘토 - 페이지들 모두 content 컴포넌트를 이용해서 클라이언트 컴포넌트 분리했습니다
* feat : 메타데이터 추가했습니다
* feat : 멘토카드 멘토 신청 모달 구현했습니다
* feat : 멘토 페이지 멘토 신청 버튼 모달 구현했습니다
* reafctor : 수정 버튼 모달 분리했습니다
* refactor : reusable드랍다운 재사용성 높이는 방향으로 수정했습니다
* fix : 멘토 아티클 더미데이터 추가및 map 요소로 수정했습니다
* feat : 멘토 아티클 제작했습니다
* refactor : ReusableDropdown 요소 뷰-로직 분리했습니다
* refactor : 불필요 컴포넌트 삭제 및 dropdown 요소 타입 리팩토링했습니다
* fix : 이동 버그 수정했습니다
* refactor : AtricleModal 상세 디자인 수정했습니다
* fix : 툴팁 버그 수정했습니다
* fix : 멘토 카드 디자인 수정했습니다
* fix : mento -> mentor로 모두 수정작업진행했습니다
---------
Co-authored-by: 한만욱 <manwook-han@hanman-ug-ui-MacBookPro.local>1 parent b9b7f18 commit 6599bb4
58 files changed
Lines changed: 2832 additions & 10 deletions
File tree
- public/svgs/mentor
- src
- api
- app/mentor
- [id]
- _components
- MentoArticle
- MentorDetialContent
- _components
- MentoArticle
- MentorAppliePanel
- _components/MentorClient
- _components
- MenteePageTabs
- _hooks
- MentorFindSection
- _hooks
- MentorPageTabs
- _components/MentorDropDown
- _hooks
- chat
- [chatId]
- _components
- ChatContent
- _components/ChatMessageBox
- _components/ChatPageClient
- modify
- _components/ModifyContent
- _components
- ChannelSelct
- _hooks
- MentoArticlePanel
- ModalBtnPanel
- _lib
- waiting
- _components/WatingContent
- _components/MentorExpandChatCard
- components
- layout
- mentor
- ArticleModal
- hooks
- lib
- modal
- ui
- BottomSheet
- hooks
- ReusableDropdown
- hooks
- types
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Loading
Loading
Loading
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
2 | 10 | | |
3 | 11 | | |
4 | 12 | | |
5 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
6 | 20 | | |
7 | 21 | | |
8 | 22 | | |
9 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
10 | 35 | | |
11 | 36 | | |
12 | 37 | | |
13 | 38 | | |
| 39 | + | |
14 | 40 | | |
15 | 41 | | |
16 | 42 | | |
| |||
22 | 48 | | |
23 | 49 | | |
24 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
25 | 64 | | |
Loading
Loading
Loading
Loading
Loading
0 commit comments