Skip to content

[♻️ Refactor] 예약모달 위치수정#208

Merged
didwjdgns99 merged 2 commits intomainfrom
refactor-modal-location
Jan 18, 2026
Merged

[♻️ Refactor] 예약모달 위치수정#208
didwjdgns99 merged 2 commits intomainfrom
refactor-modal-location

Conversation

@didwjdgns99
Copy link
Collaborator

✅ PR 체크리스트

1. 코드 & 기능

  • 기능 정상 동작
  • 콘솔 에러 없음

🔗 이슈 번호

  • close #이슈번호

🎯 작업한 내용

💡 리뷰 요청 / 코멘트

🫧 참고사항

📸 스크린샷 (선택사항)

@didwjdgns99 didwjdgns99 self-assigned this Jan 18, 2026
@vercel
Copy link

vercel bot commented Jan 18, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
global-nomad-team6 Ready Ready Preview, Comment Jan 18, 2026 0:47am

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @didwjdgns99, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

이 PR은 예약 정보 모달의 표시 방식을 개선하기 위한 리팩토링을 포함합니다. 주요 변경 사항은 대형 화면에서 모달의 수직 위치를 조정하고, 모달 내부의 예약 내역 섹션 높이를 최적화하여 사용자 경험을 향상시키는 것입니다. 또한, 코드베이스에서 불필요한 주석을 제거하여 전반적인 코드 정리를 수행했습니다.

Highlights

  • 예약 정보 모달 위치 조정: 대형 화면에서 예약 정보 모달의 수직 위치를 popover.top에서 popover.top - 100으로 조정하여 모달이 100픽셀 위로 이동하도록 변경했습니다.
  • 예약 내역 섹션 높이 최적화: 예약 정보 모달 내의 예약 내역 섹션(scrollbar-hide)의 최대 높이를 235px에서 140px로 줄여 공간 활용을 개선했습니다.
  • 불필요한 주석 코드 제거: 탭 버튼 라벨과 관련된 불필요한 주석 처리된 코드를 ReservationInfoModal.tsx 파일에서 제거하여 코드 가독성을 높였습니다.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

이 PR은 예약 정보 모달의 위치를 조정하는 리팩토링을 포함합니다. 전반적으로 코드 변경 사항은 의도에 부합하지만, BookingStatusPage.tsx 파일에서 모달의 top 위치를 조정하는 부분에 매직 넘버가 사용되었고, 코드와 일치하지 않는 주석이 발견되었습니다. 가독성과 유지보수성을 높이기 위해 주석을 수정하고 매직 넘버를 상수로 대체하는 것을 제안합니다.

@didwjdgns99 didwjdgns99 merged commit a74b9c4 into main Jan 18, 2026
2 checks passed
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