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

모임 피드 상세 뷰 UI 수정 #606

Merged
merged 12 commits into from
Dec 9, 2023
Merged

모임 피드 상세 뷰 UI 수정 #606

merged 12 commits into from
Dec 9, 2023

Conversation

100Gyeon
Copy link
Member

@100Gyeon 100Gyeon commented Dec 6, 2023

🚩 관련 이슈

📋 작업 내용

  • 더보기 버튼 왼쪽에 공유 버튼 추가 (클릭 시 토스트 메시지 떠야 함)
  • 모임 정보 안내 버튼 추가
  • 댓글 수 표시 영역을 버튼으로 spec 변경
  • 댓글 버튼 클릭 시 댓글 textarea 포커스
  • 좋아요 영역 hover 처리
  • 댓글 입력 placeholder 변경
  • 댓글 입력 부분 디자인 수정사항 반영

📌 PR Point

  • 아직 API 수정 전이라서 모임 정보 안내 버튼 안에 있는 모임 소개 부분만 TODO 주석 남겨놨어요! (영우 오빠랑 소통 완료)

📸 스크린샷

detail.mp4

Copy link

cloudflare-workers-and-pages bot commented Dec 6, 2023

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 5fa5646
Status: ✅  Deploy successful!
Preview URL: https://1398eeaa.sopt-crew-dev-legacy.pages.dev
Branch Preview URL: https://feat--598.sopt-crew-dev-legacy.pages.dev

View logs

Copy link
Contributor

@na-reum na-reum left a 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 />}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이거 css 로 조정할 수 있지 않을까?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수정 완료 ~~

@100Gyeon 100Gyeon merged commit 9509293 into feat/#596 Dec 9, 2023
2 checks passed
@100Gyeon 100Gyeon deleted the feat/#598 branch December 9, 2023 06:52
eunsukimme pushed a commit that referenced this pull request Dec 9, 2023
* feat: 댓글 입력 placeholder 변경

* feat: 좋아요 영역 hover 처리

* feat: 댓글 수 표시 영역을 버튼으로 spec 변경, 댓글 버튼 클릭 시 댓글 textarea 포커스

* feat: 더보기 버튼 왼쪽에 공유 버튼 추가 (클릭 시 토스트 메시지 등장)

* chore: color 및 크기 수정

* feat: hover 시 버튼 처리

* chore: textarea focus 시 처리

* feat: 모임 정보 안내 버튼 추가

* feat: 모임 정보 안내 버튼 안에 아이콘 추가

* feat: 모임 소개 말줄임 처리

* refactor: 코드 리뷰 반영

* feat: 댓글 입력 부분 디자인 수정사항 반영
eunsukimme pushed a commit that referenced this pull request Dec 9, 2023
* feat: 댓글 입력 placeholder 변경

* feat: 좋아요 영역 hover 처리

* feat: 댓글 수 표시 영역을 버튼으로 spec 변경, 댓글 버튼 클릭 시 댓글 textarea 포커스

* feat: 더보기 버튼 왼쪽에 공유 버튼 추가 (클릭 시 토스트 메시지 등장)

* chore: color 및 크기 수정

* feat: hover 시 버튼 처리

* chore: textarea focus 시 처리

* feat: 모임 정보 안내 버튼 추가

* feat: 모임 정보 안내 버튼 안에 아이콘 추가

* feat: 모임 소개 말줄임 처리

* refactor: 코드 리뷰 반영

* feat: 댓글 입력 부분 디자인 수정사항 반영
eunsukimme pushed a commit that referenced this pull request Dec 9, 2023
* feat: 댓글 입력 placeholder 변경

* feat: 좋아요 영역 hover 처리

* feat: 댓글 수 표시 영역을 버튼으로 spec 변경, 댓글 버튼 클릭 시 댓글 textarea 포커스

* feat: 더보기 버튼 왼쪽에 공유 버튼 추가 (클릭 시 토스트 메시지 등장)

* chore: color 및 크기 수정

* feat: hover 시 버튼 처리

* chore: textarea focus 시 처리

* feat: 모임 정보 안내 버튼 추가

* feat: 모임 정보 안내 버튼 안에 아이콘 추가

* feat: 모임 소개 말줄임 처리

* refactor: 코드 리뷰 반영

* feat: 댓글 입력 부분 디자인 수정사항 반영
eunsukimme added a commit that referenced this pull request Dec 9, 2023
* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants