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

Fix: 댓글 기능 추가(댓글 줄바꿈 표시, 비회원 댓글창 클릭시 로그인 모달, 답글 작성자 프로필 클릭 로직 추가), 인트로 페이지 영상 ios 자동재생 문제 테스트 #242

Merged
merged 6 commits into from
May 21, 2024

Conversation

Nahyun-Kang
Copy link
Contributor

@Nahyun-Kang Nahyun-Kang commented May 17, 2024

개요

  • 개요는 변경 사항 및 관련 이슈에 대해 간단하게 작성해주세요.
  • 해당 PR에 대한 리뷰어와 라벨을 생성해 주세요.

작업 사항

  • 댓글 줄바꿈 표시가 되도록 추가하였습니다.
  • 비회원 댓글창 클릭시 로그인 모달 뜨게 수정
  • 답글 작성자 프로필 클릭 로직 추가
  • 인트로 페이지 ios 동영상 자동재생 안되는 문제 테스트(머지 후에 작동 확인 가능)

관련 이슈 (optional)

closed: #194


스크린샷

  1. 댓글 줄바꿈
    image

  2. 비회원 댓글창 클릭시

ezgif com-video-to-gif-converter (1)

  1. 답글 작성자 프로필 클릭 로직

ezgif com-video-to-gif-converter


리뷰어에게

  • 댓글 태그 기능은 정수님께서 api 수정해주시면 따로 브랜치 파서 진행하겠습니다

Copy link

vercel bot commented May 17, 2024

@Nahyun-Kang is attempting to deploy a commit to the Eujin Ahn's projects Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Contributor

@ParkSohyunee ParkSohyunee left a comment

Choose a reason for hiding this comment

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

나현님~ 상세페이지 댓글 및 인트로 디자인 업그레이드 해주셔서 감사드립니다.🥹 관련한 세부 기능도 잘 확인하였습니다. 감사합니다. 👍👍👍✨🔥

<video src={'/videos/video_section3.mp4'} autoPlay loop muted className={styles.video} />
<video src={'/videos/video_section3.mp4'} autoPlay loop muted playsInline className={styles.video} />
Copy link
Contributor

Choose a reason for hiding this comment

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

나현님 덕분에 비디오 인라인 재생시 playsInline 속성을 추가해야 한다는 점! 새롭게 배워갑니당👍👍

Comment on lines 118 to 122
{isOn && (
<Modal handleModalClose={handleSetOff} size="large">
<LoginModal id="redirectedLoginBtn" />
</Modal>
)}
Copy link
Contributor

Choose a reason for hiding this comment

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

나현님, 여기 댓글 로그인 모달 id는 사용자가 어디서 로그인 했는지를 데이터로 쌓기 위해 서영님께서 설정 해 놓으신 GTM id로 변경해야 할 것 같습니다~!! (기존에 comment 컴포넌트 id로 동일하게 가져가거나(id="commentLoginBtn"), 새롭게 설정(id="commentFormLoginBtn")하는 것 중에 고민해봐야 할 것 같아요!!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

헉 그렇군요 소현님..!!! 바로 고쳐놓도록 하겠습니당 감사해요!! 😋

@Nahyun-Kang Nahyun-Kang merged commit e1a67f1 into 8-Sprinters:dev May 21, 2024
1 of 2 checks passed
Eugene-A-01 added a commit that referenced this pull request Jun 5, 2024
…247)

* Fix: 댓글 기능 추가(댓글 줄바꿈 표시, 비회원 댓글창 클릭시 로그인 모달, 답글 작성자 프로필 클릭 로직 추가), 인트로 페이지 영상 ios 자동재생 문제 테스트 (#242)

* Feat: 답글 프로필 클릭시 해당 유저 마이리스트 페이지도 이동하도록 하는 기능 구현

* Fix: 비회원 댓글창 클릭시 로그인 모달 뜨게 구현

* Feat: textarea 출력시 줄바꿈 인식되게 수정

* Fix: 인트로 페이지 영상 ios에서 자동재생 안되는 문제 (테스트)

* Fix: 답글도 줄바꿈 되도록 수정

* Fix: 댓글 작성 폼 모달 GTM id 수정

* Refactor: refreshToken 만료시간 재설정 (#241)

* Style: 주석 정리

* Feat: useUser store에 사용하지 않는 accessToken 저장 로직 삭제 (사용자 id값만 저장되도록 수정)

* Feat: refreshToken 쿠키 만료시간 재설정

* Feat: 개인정보 처리방침 페이지 연결 추가

* fix: 콜렉션 페이지 bottom nav에 가려지는  하단부 여백 추가

---------

Co-authored-by: 강나현 <[email protected]>
Co-authored-by: Sohyun Park <[email protected]>
Co-authored-by: Seoyoung <[email protected]>
@Nahyun-Kang Nahyun-Kang deleted the fix/nahyun branch August 15, 2024 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants