Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#️⃣ Issue Number
#403
📝 요약(Summary) (선택)
• 수정 결과: HomeSheet 오버레이/시트의 레이어 우선순위를 mobile-overlay-root 기준으로 정리.
• 버그 효과: 홈 HomeCharacter가 딤 레이어 위로 뜨던 현상이 완화됨(오버레이 루트 z-index 변경과 함께 동작).
• 수정 결과: mobile-overlay-root를 z-20으로 상향.
• 버그 효과: 공통 시트 오버레이가 홈의 z-10 요소(HomeCharacter)보다 위에서 렌더되어, 시트 열릴 때 배경 딤이 정상 적용됨.
• 수정 결과: 시트 높이를 85vh -> 85%(+max-h-full)로 변경, 헤더 상단 여백 추가, 닫기 버튼 터치 영역 확장.
• 버그 효과: 해상도/뷰포트에 따라 X 버튼이 너무 위로 올라가거나 UI가 잘려 보이던 문제 완화, 닫기 버튼 클릭성 개선.
• 수정 결과: 카드 내부 텍스트/배지 영역에 min-w-0, truncate, 패딩/간격 조정 적용.
• 버그 효과: 좁은 폭에서 공급자명/타이틀/일정 줄바꿈 및 레이아웃 깨짐(잘림/겹침) 완화.
• 수정 결과: 북마크 라벨 컨테이너 폭 제한/overflow 처리 및 텍스트 truncate 적용.
• 버그 효과: 긴 라벨로 카드 레이아웃이 밀리거나 넘치는 현상 완화.
• 수정 결과: HouseRental에서 임대 타입을 정규화 후 getListingsRental에 전달하도록 보정.
• 버그 효과: 타입 매핑 불일치로 배지/문구가 비정상 노출되던 케이스 완화.
• 수정 결과: 클릭 가능한 영역에 hover:cursor-pointer 추가.
• 버그 효과: 직접적인 기능 버그보다는 인터랙션 피드백 개선.
• 참고: 클래스 문자열에 hover: 단독 토큰이 있어 Tailwind 오타 가능성 있음(동작 영향은 낮지만 정리 권장).