-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[4주차] 김다희 미션 제출합니다. #17
Open
Dahn12
wants to merge
22
commits into
CEOS-Developers:main
Choose a base branch
from
Dahn12:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
d341296
feat: 기본 틀잡기
Dahn12 c25bdbf
feat: header 시간표시
Dahn12 6a35f6d
feat: 채팅창 style 완성
Dahn12 0becb27
feat: input, 사용자 toggle 구현
Dahn12 8641595
feat: img 토글 구현
Dahn12 a9b8330
feat: 채팅목록 map 구현
Dahn12 63a48c3
fix : 사용자 토글 profile 설정 오류 수정
Dahn12 51824bc
feat: 스크롤 구현
Dahn12 8e97566
fix: 세부 디자인(채팅방 색상) 변경
Dahn12 b521376
Docs : json파일 더미데이터 추가
Dahn12 bd08873
Update src/pages/Chat/ChatBubbleSender.tsx
Dahn12 cb270f3
fix: chattingPage css 수정
Dahn12 7ce4b9f
feat: chatting list 페이지 틀 구성
Dahn12 f3afe46
feat: FriendsList 페이지 틀 구성
Dahn12 026cb12
feat: myProfilePage 틀 구성
Dahn12 e8f1688
feat: 기본 페이지 이동 구현
Dahn12 002fbaf
feat: json data 연결
Dahn12 cef581c
feat: bottomTab 기능 추가
Dahn12 354dd38
feat: chattingList json 데이터 연결하기
Dahn12 0040b99
feat: atom 적용, chatlist 라우팅
Dahn12 3ac310a
fix: chatlist 일부 라우팅 적용
Dahn12 56f4503
fix: chatlist에서 chatting으로 dummyData 연결
Dahn12 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"semi": true, | ||
"tabWidth": 2, | ||
"printWidth": 120, | ||
"trailingComma": "all", | ||
"bracketSameLine": true, | ||
"endOfLine": "auto", | ||
"singleQuote": true | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이 파일 네이밍이 잘못된 거 같아요..! 그래서 프리티어가 잘 작동 안되고 있는 거 같습니다. .prettierrc로 변경해보세요!