Skip to content

feat: 세션 타임테이블에서 Ctrl+클릭으로 새 탭 열기 지원 #44

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pr-citrate
Copy link

PR 개요

세션 타임테이블에서 Ctrl+클릭으로 새 탭에서 열 수 있도록 개선했습니다.

작업 내용

기존 onClick 핸들러를 Link 컴포넌트로 변경하여 브라우저 기본 동작을 지원합니다.

변경사항:

  • onClick + navigateLink 컴포넌트 사용
  • 조건부 렌더링으로 클릭 가능한 세션만 Link로 감쌈
  • 불필요한 useNavigate import 제거

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.

1 participant