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

Feature/#255 페이지 선택할때 화면 벗어나가지 않도록 수정 #302

Conversation

pipisebastian
Copy link
Member

@pipisebastian pipisebastian commented Dec 5, 2024

📝 변경 사항

🔍 변경 사항 설명

  • 페이지 선택할때 화면 벗어나가지 않도록 수정
  • dom nesting은 button 태그안에 button이 있었기 때문 -> div로 바꾸고 접근성을 생각해 role을 button으로 수정해줬습니다

🙏 질문 사항

  • 리뷰어에게 부탁하고싶은 체크리스트를 추가합니다.

📷 스크린샷 (선택)

2024-12-05.2.18.23.mov
  • UI 변경이 있는 경우 스크린샷이나 GIF를 첨부합니다.

✅ 작성자 체크리스트

  • Self-review: 코드가 스스로 검토됨
  • Unit tests 추가 또는 수정
  • 로컬에서 모든 기능이 정상 작동함
  • 린터 및 포맷터로 코드 정리됨
  • 의존성 업데이트 확인
  • 문서 업데이트 또는 주석 추가 (필요 시)

@pipisebastian pipisebastian added FE 프론트엔드 작업 Feat 새로운 기능 추가나 기존 기능 확장 작업 labels Dec 5, 2024
@pipisebastian pipisebastian self-assigned this Dec 5, 2024
Copy link
Collaborator

@Ludovico7 Ludovico7 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
Collaborator

@hyonun321 hyonun321 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
Collaborator

@minjungw00 minjungw00 left a comment

Choose a reason for hiding this comment

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

수고많으셨습니다!

@github-actions github-actions bot merged commit c03d86c into dev Dec 5, 2024
5 checks passed
@pipisebastian pipisebastian deleted the Feature/#255_페이지_선택될때_잠깐_윈도우_나가는_문제_해결 branch December 5, 2024 05:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FE 프론트엔드 작업 Feat 새로운 기능 추가나 기존 기능 확장 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DOMNesting 버그 해결 페이지 선택될때 잠깐 윈도우 나가는 문제 해결
4 participants