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 : Issue 사항 해결 #48

Merged
merged 23 commits into from
Sep 10, 2023
Merged

fix : Issue 사항 해결 #48

merged 23 commits into from
Sep 10, 2023

Conversation

guesung
Copy link
Collaborator

@guesung guesung commented Sep 9, 2023

💡 왜 PR을 올렸나요?

💁 무엇이 어떻게 바뀌나요?

  1. Instagram 라우팅
  2. CTA 문구 ‘포즈 뽑기’로 변경
  3. lottie 재생과 동시에 제시어 바뀜 - 현재는 글자 로드가 좀 느린 것 같음
  4. icon → svg로 교체
  5. 인스타그램/깃허브 링크 ‘새 창에서 열기’

📆 작업 예정인 것이 있나요 ?

#46 에서 아직 해결하지 못한 것들

💬 리뷰어분들께

@seondal seondal changed the title Issue 사항 해결 fix : Issue 사항 해결 Sep 9, 2023
Copy link
Member

@seondal seondal left a comment

Choose a reason for hiding this comment

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

이슈해결에 리팩토링까지... 수고하셨습니다아 🥹
리뷰에 이슈만 확인 부탁드려요 !

package.json Show resolved Hide resolved
src/apis/queries.ts Show resolved Hide resolved
<IconButton size="large" onClick={() => router.back()}>
<Image src="/icons/close.svg" width={24} height={24} alt="back" />
</IconButton>
<Link href="/feed" scroll={false}>
Copy link
Member

Choose a reason for hiding this comment

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

엇 이 클로즈 버튼 컴포넌트는 메뉴에서도 쓰이는거라 feed로 고정하면 안되지 않을까요...?!

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

흠 그렇군요

카카오톡 공유하기로 detail페이지를 타고 들어왔을 때, x버튼을 누르면 이전으로 갈 수가 없어서 feed로 라우팅을 하였습니다.

우선 이 컴포넌트는 router.back()을 default로 하고, detail페이지는 따로 만드는 게 좋겠군요.

Copy link
Member

Choose a reason for hiding this comment

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

오 detail로 타고 들어왔을 때를 생각 못했네요...!
속성으로 목적지를 받는게 더 좋을 것 같아요 !!

src/components/Modal/Modal.tsx Outdated Show resolved Hide resolved
src/components/Modal/PreparingModal.tsx Outdated Show resolved Hide resolved
@seondal seondal added this to the 1st Deploy 🌟 milestone Sep 9, 2023
@seondal seondal added the 🛠 Fix 버그 수정 label Sep 9, 2023
Copy link
Member

@seondal seondal left a comment

Choose a reason for hiding this comment

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

스크린샷 2023-09-10 오전 5 52 35

위와 같은 이슈가 상세페이지와 메인페이지에서 생기고 있는데 참고 부탁드립니답....!

나름대로 디버깅 해봤더니 헤더의 z-10 속성이 className으로는 들어가있지만 스타일로 적용이 안되어 있더라구요! (아래 사진 참고)
본 브랜치에서 tailwindCSS 설정? 단위? 를 바꾼게 원인 아닐까 하는 추리해봅니다.... 흠.. 🧐

스크린샷 2023-09-10 오전 5 52 09 스크린샷 2023-09-10 오전 5 53 10

근데.. 추리는 했는데.... 능력 부족으로.. 고치는건 실패 했어요...... 8ㅁ8
설정 바꿔서 해결되었습니당!

21cab44

Copy link
Member

@seondal seondal left a comment

Choose a reason for hiding this comment

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

Copy link
Member

@seondal seondal left a comment

Choose a reason for hiding this comment

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

http://localhost:3000/detail/36

이미지 상세보기 눌러서 이미지 모달 열었을 때 세로가 좀 긴 이미지는 세로길이가 작은 화면에서 잘리는 현상이 발생합니당..! 스크롤을 넣거나 이미지 높이가 화면 크기를 넘지 않게 조정해야할 것 같아요

스크린샷 2023-09-10 오전 6 21 43

+) 해결해써요 0b1c57c

Copy link
Member

@seondal seondal left a comment

Choose a reason for hiding this comment

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

@seondal seondal self-assigned this Sep 9, 2023
@guesung
Copy link
Collaborator Author

guesung commented Sep 10, 2023

저도 z-index이슈 찾긴했는데 원인을 찾지 못했는데 해결하셧군요 ..! 최곱니당 👍 👍

@guesung guesung merged commit b846d8b into develop Sep 10, 2023
@guesung guesung deleted the feature/46-issues branch September 10, 2023 00:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛠 Fix 버그 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants