-
Notifications
You must be signed in to change notification settings - Fork 0
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
모임 피드 상세 뷰 UI 수정 #606
모임 피드 상세 뷰 UI 수정 #606
Conversation
Deploying with Cloudflare Pages
|
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.
좋아요~
onMouseEnter={() => setIsCommentHovered(true)} | ||
onMouseLeave={() => setIsCommentHovered(false)} | ||
> | ||
{isCommentHovered ? <CommentHoverIcon /> : <CommentIcon />} |
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.
이거 css 로 조정할 수 있지 않을까?
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.
수정 완료 ~~
* feat: 댓글 입력 placeholder 변경 * feat: 좋아요 영역 hover 처리 * feat: 댓글 수 표시 영역을 버튼으로 spec 변경, 댓글 버튼 클릭 시 댓글 textarea 포커스 * feat: 더보기 버튼 왼쪽에 공유 버튼 추가 (클릭 시 토스트 메시지 등장) * chore: color 및 크기 수정 * feat: hover 시 버튼 처리 * chore: textarea focus 시 처리 * feat: 모임 정보 안내 버튼 추가 * feat: 모임 정보 안내 버튼 안에 아이콘 추가 * feat: 모임 소개 말줄임 처리 * refactor: 코드 리뷰 반영 * feat: 댓글 입력 부분 디자인 수정사항 반영
* feat: 댓글 입력 placeholder 변경 * feat: 좋아요 영역 hover 처리 * feat: 댓글 수 표시 영역을 버튼으로 spec 변경, 댓글 버튼 클릭 시 댓글 textarea 포커스 * feat: 더보기 버튼 왼쪽에 공유 버튼 추가 (클릭 시 토스트 메시지 등장) * chore: color 및 크기 수정 * feat: hover 시 버튼 처리 * chore: textarea focus 시 처리 * feat: 모임 정보 안내 버튼 추가 * feat: 모임 정보 안내 버튼 안에 아이콘 추가 * feat: 모임 소개 말줄임 처리 * refactor: 코드 리뷰 반영 * feat: 댓글 입력 부분 디자인 수정사항 반영
* feat: 댓글 입력 placeholder 변경 * feat: 좋아요 영역 hover 처리 * feat: 댓글 수 표시 영역을 버튼으로 spec 변경, 댓글 버튼 클릭 시 댓글 textarea 포커스 * feat: 더보기 버튼 왼쪽에 공유 버튼 추가 (클릭 시 토스트 메시지 등장) * chore: color 및 크기 수정 * feat: hover 시 버튼 처리 * chore: textarea focus 시 처리 * feat: 모임 정보 안내 버튼 추가 * feat: 모임 정보 안내 버튼 안에 아이콘 추가 * feat: 모임 소개 말줄임 처리 * refactor: 코드 리뷰 반영 * feat: 댓글 입력 부분 디자인 수정사항 반영
* feat: integrate get posts API associated with the meeting * fix: fix bug call API with undefined * chore: 텍스트 수정 * feat: 모임 피드 상세 뷰 UI 수정 (#606) * feat: 댓글 입력 placeholder 변경 * feat: 좋아요 영역 hover 처리 * feat: 댓글 수 표시 영역을 버튼으로 spec 변경, 댓글 버튼 클릭 시 댓글 textarea 포커스 * feat: 더보기 버튼 왼쪽에 공유 버튼 추가 (클릭 시 토스트 메시지 등장) * chore: color 및 크기 수정 * feat: hover 시 버튼 처리 * chore: textarea focus 시 처리 * feat: 모임 정보 안내 버튼 추가 * feat: 모임 정보 안내 버튼 안에 아이콘 추가 * feat: 모임 소개 말줄임 처리 * refactor: 코드 리뷰 반영 * feat: 댓글 입력 부분 디자인 수정사항 반영 * refactor: use useInfinitePosts to fetch posts on post detail page * feat: add meetingId props on FeedItem * feat: compose like button and fix bug optimistip update not work * feat: 앰플리튜드 로깅 추가 * chore: 줄바꿈 없애기 --------- Co-authored-by: 100Gyeon <[email protected]> Co-authored-by: Jiyeon Baek <[email protected]>
🚩 관련 이슈
📋 작업 내용
📌 PR Point
📸 스크린샷
detail.mp4