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

[FE] 피드백 모아보기 페이지 웹 접근성 추가 (#690) #692

Merged
merged 5 commits into from
Oct 24, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 24, 2024

📓 스토리북 링크

바로가기

📌 관련 이슈

✨ PR 세부 내용

  • 일단 카드리스트를 보이스오버가 읽을 수 있게 함
  • 내부의 컴포넌트는 얽혀있는 게 많아서 나중에 해야할 것 같아요

@github-actions github-actions bot added FE 프론트 개발 관련 작업 기능 기능 구현 작업 labels Oct 24, 2024
@github-actions github-actions bot requested review from chlwlstlf and pp449 October 24, 2024 08:33
Copy link
Contributor

@pp449 pp449 left a comment

Choose a reason for hiding this comment

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

굳굳 섬세한 처리는 나중에 시간되면 해요!

<Button
onClick={onClose}
size="xSmall"
style={{ background: "transparent", color: "black" }}
Copy link
Contributor

Choose a reason for hiding this comment

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

여기를 빼먹었었네요.. ㅎㅎ

Comment on lines +45 to +50
<>
<S.ScreenReader>
{selectedFeedbackType} 리스트에 {feedbackData.length}개의 미션이 있습니다.
</S.ScreenReader>

<S.FeedbackCardContainer>
Copy link
Contributor

Choose a reason for hiding this comment

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

Fragment 를 이용하기 보다 S.ScreenReader 를 FeedbackCardContainer 하위에 놔둬도 될거 같아요!

@pp449 pp449 merged commit 43166d7 into develop Oct 24, 2024
2 checks passed
@pp449 pp449 deleted the feat/#690 branch October 24, 2024 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FE 프론트 개발 관련 작업 기능 기능 구현 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FE] 피드백 모아보기 페이지 웹 접근성 추가
3 participants