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

[modify] 로그아웃 기능 추가, 자잘한 버그 수정, 접근성 개선 #123

Merged
merged 26 commits into from
Aug 20, 2024

Conversation

lybell-art
Copy link
Collaborator

#️⃣ 연관 이슈

📝 작업 내용

메인 페이지에 로그아웃 기능을 추가했습니다.

일부 접근성을 개선했습니다.

  • 모달 바깥으로 포커스가 나가지 않도록 변경했습니다.
  • 모달이 띄워져 있는 상태에서 Esc 키를 누르면 모달이 모두 닫히도록 변경했습니다.
  • 내비게이션 바, QnA는 이제 탭 키로 조작 가능합니다.
  • 상세정보 섹션의 내비게이션 버튼은 이제 안 보이더라도 탭 키로 확인하고 조작할 수 있습니다.
  • 기타 부적절했던 aria-label을 수정해서 스크린 리더가 약간 더 잘 읽을 수 있도록 수정했습니다.

기대평이 20개보다 적을 시 발생하는 레이아웃 오류를 수정했습니다.

  • 이제 기대평이 0개면 기대평이 없다는 폴백 엘리먼트가 추가됩니다.
  • 기대평이 적더라도 이젠 약간 자연스러워 보이도록 수정했습니다.

몇몇 버그를 수정했습니다.

  • zustand 상태 기반 데이터 불러오는 메소드들이, 캐시가 만료되기 전에 2번 이상 호출되는 경우, 상태를 갱신하지 않던 오류를 수정했습니다.
    • 구체적으로는, 선착순 이벤트나 추첨 이벤트의 데이터를 가져올 때, 로그인과 로그아웃을 2번 이상 전환하면 로그인 되어 있던 상태가 그대로 유지되던 버그를 수정했습니다.
  • 비로그인 사용자가 선착순 이벤트에 참여를 시도한 뒤, 정보등록 모달을 닫으면 영원히 카드를 뒤집을 수 없던 버그를 수정했습니다.
  • 재접속한 당일 참가자가 인터랙션에 참여했을 때의 표기 오류를 수정했습니다.
  • 서버가 404나 서버닫힘 에러 외 다른 걸 반환했을 때 최상단 카운터에 NaN이 뜨던 버그를 수정했습니다.

기타 리팩토링을 수행했습니다.

  • 기대평, 선착순 이벤트 시 표시되는 모달을 공통 양식화했습니다.

@lybell-art lybell-art added fix 버그 및 오류 수정 feat 기능 구현 labels Aug 20, 2024
@lybell-art lybell-art requested a review from darkdulgi August 20, 2024 09:55
@lybell-art lybell-art self-assigned this Aug 20, 2024
Copy link
Collaborator

@darkdulgi darkdulgi left a comment

Choose a reason for hiding this comment

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

고생하셨습니다!

@darkdulgi darkdulgi merged commit 77f1546 into dev Aug 20, 2024
1 check passed
@lybell-art lybell-art deleted the fix/103-ux-improve branch August 28, 2024 00:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat 기능 구현 fix 버그 및 오류 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants