Skip to content
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주차] 송은수 미션 제출합니다. #15

Open
wants to merge 71 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
71 commits
Select commit Hold shift + click to select a range
5f481d0
chore: .prettierrc 파일 생성
songess Mar 26, 2024
73815b5
chore: styled-components 설치
songess Mar 26, 2024
5f1c4fc
style: globalStyle 및 theme 설정
songess Mar 26, 2024
348558f
feat: svg, svg.d.ts 파일 생성
songess Mar 26, 2024
f3c30ce
feat: 필요없는 파일 제거
songess Mar 26, 2024
160690d
chore: 절대경로 설정
songess Mar 26, 2024
6408700
feat: tsconfig.paths.json에 assets 절대 경로 추가
songess Mar 27, 2024
5256a15
feat: Chathead 컴포넌트 구현
songess Mar 27, 2024
721f57e
ChatBottom 컴포넌트 구현
songess Mar 27, 2024
fe0701b
fix: ChatHead margin 수정
songess Mar 27, 2024
d8cfc29
chore: recoil 설치
songess Mar 27, 2024
6a352d7
feat: 이름 클릭 시 반전
songess Mar 27, 2024
bc2440e
feat: 메시지 출력함수 구현
songess Mar 27, 2024
294e908
fix: 메시지 출력함수 수정
songess Mar 27, 2024
ed49991
feat: MyChat 구현
songess Mar 27, 2024
4ab1954
feat: OppoChat 구현
songess Mar 27, 2024
961879e
feat: OppoChangeChat 구현
songess Mar 27, 2024
c377408
feat: type.d.ts 파일 생성
songess Mar 27, 2024
5842eeb
feat: Chatting 컴포넌트 구현
songess Mar 27, 2024
2aeb732
feat: 채팅 추가기능 구현
songess Mar 27, 2024
b5d677d
feat: 날짜변경 구현
songess Mar 27, 2024
c305c96
feat: 채팅창 overflow시 동작 구현
songess Mar 27, 2024
174d617
feat: 날짜가 바뀔때도 OppochangeChat 컴포넌트 호출
songess Mar 27, 2024
f884c8b
feat: localStorage를 통한 상태관리 구현
songess Mar 27, 2024
4740e79
feat: 배포테스트
songess Mar 27, 2024
3649082
style: 이름과 말풍선 간격 조정
songess Mar 28, 2024
38daf64
refactor: 전송 버튼 교체
songess Mar 28, 2024
4540f80
feat: 더블클릭 커스텀훅 생성
songess Mar 28, 2024
4a5c4b1
style: 하트컴포넌트 스타일 추가
songess Mar 29, 2024
ee5b0fb
refactor: 윈도우에서 깨짐현상 수정
songess Mar 29, 2024
3fb91cb
feat: readme.md 추가
songess Mar 29, 2024
a9c4803
style: 반응형 구현
songess Apr 2, 2024
15ac834
fix: 스타일 수정 및 반응형 구현
songess Apr 4, 2024
ba246cb
fix: 모바일 화면구성을 위해 vh->dvh로 변경
songess Apr 4, 2024
d6095c5
fix: margin-bottom 조정
songess Apr 4, 2024
359ba34
fix: ChatBottom 스타일 수정 및 position 변경
songess Apr 4, 2024
3f71995
fix: Chatting 최하단 margin 수정
songess Apr 4, 2024
6bb3d79
fix: 모바일환경에서 'pretendard'폰트 적용되도록 수정
songess Apr 4, 2024
49cac6c
refactor: root에 스타일 적용하는 방법 변경
songess Apr 29, 2024
f4daf9d
fix: key값을 매직넘버에서 고유한 날짜값으로 변경
songess Apr 29, 2024
34a330a
refactor: week3 피드백 반영
songess Apr 30, 2024
28204ce
feat: README 업데이트
songess May 1, 2024
9240977
refactor: @type 절대경로 설정
songess May 1, 2024
845bd41
chore: react-router-dom 설치
songess May 1, 2024
986d230
refactor: statusBox 컴포넌트 분리
songess May 1, 2024
110a919
fix: Statusbox URL에 따른 색상 변경
songess May 2, 2024
edb9085
feat: ChatCard 컴포넌트 구현
songess May 2, 2024
cb8b09d
feat: MainHeader 컴포넌트 구현
songess May 2, 2024
2d6b978
feat: input 컴포넌트 구현
songess May 2, 2024
c8fb686
feat: MainFooter 컴포넌트 구현
songess May 2, 2024
b6327e5
feat: chattinglist, chattingroom 페이지 연결
songess May 3, 2024
4952598
fix: searchSvg 색상 변경
songess May 3, 2024
a7cab56
feat: chattinglist에서 보여지는카드들의 채팅정보가 마지막채팅에 관한 정보가 보이도록 구현
songess May 3, 2024
a89fa3d
fix: ChattingRoom에서 상대방의 올바른 프로필사진이 렌더링되도록 수정
songess May 3, 2024
8f2a51e
feat: 채팅전송 시 올바른 채팅방에 채팅이 전송되도록 구현
songess May 3, 2024
2624261
feat: 채팅보내면 unReadCount 초기화
songess May 3, 2024
8d272de
feat: FriendListPage 생성
songess May 3, 2024
d9bb8bb
fix: 동적스타일링 warning 제거
songess May 3, 2024
4461fa0
feat: ProfileCard 생성
songess May 3, 2024
2872ef1
feat: Hr 컴포넌트 구현
songess May 3, 2024
35eb441
fix: 더미 데이터 수정
songess May 3, 2024
355a2aa
feat: 업데이트된 프로필 필터링하는 함수 구현
songess May 3, 2024
0691a0f
feat: UpdatedProfileCard 컴포넌트 구현
songess May 3, 2024
0f5c10b
feat: FriendCard 컴포넌트 구현
songess May 3, 2024
416f0cd
feat: MyprofilePage 페이지 생성
songess May 3, 2024
730e09f
feat: EditProfile 컴포넌트 구현
songess May 3, 2024
c822466
feat: ProfileInfo 컴포넌트 구현
songess May 3, 2024
0782b90
feat: SNSBox 컴포넌트 구현
songess May 3, 2024
dbfd639
feat: 페이지간 라우팅 구현
songess May 3, 2024
f0708b6
feat: NotFoundPage 생성
songess May 3, 2024
fd869d9
refactor: semantics tag 사용
songess May 3, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: 배포테스트
songess committed Mar 27, 2024
commit 4740e79df3c713fcbb29caca22d8e0af58396db9
4 changes: 4 additions & 0 deletions src/assets/svg/send.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/pages/ChattingRoomPage/components/ChatBottom.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import theme from '@styles/theme';
import styled from 'styled-components';
import { ReactComponent as PlusSvg } from '@assets/svg/plus.svg';
import { ReactComponent as SendSvg } from '@assets/svg/send.svg';
import { ReactComponent as EmojiSvg } from '@assets/svg/emoji.svg';
import { ReactComponent as MicSvg } from '@assets/svg/mic.svg';
import { useState } from 'react';
@@ -90,7 +91,7 @@ export default function ChatBottom() {
<EmojiSvg />
{inputValue ? (
<div onClick={HandleSubmit}>
<PlusSvg />
<SendSvg />
</div>
) : (
<MicSvg />