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

feat-fe: 모집 공고 탭 스크린 리더 개선 #931

Merged
merged 3 commits into from
Oct 24, 2024
Merged

Conversation

github-actions[bot]
Copy link
Contributor

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

Original issue description

목적

모집 공고 탭 스크린 리더 개선

작업 세부사항

  • [ ]

참고 사항

아래의 별표줄 밑에 요구사항 ID만 작성해주세요. Prefix 금지!


SR_POST

closes #930

모집 공고 부분에서 TextEditor는 스크린 리더 개선이 어려워, 제목, 날짜 정도 알려주는 태그만 넣었습니다! 간단한 수정만 했어요! 추가적으로 필요한 기능 있다면 알려주세요!

@github-actions github-actions bot added feature 새로운 기능 frontend 프론트엔드 labels Oct 24, 2024
@lurgi lurgi marked this pull request as ready for review October 24, 2024 05:17
Copy link
Contributor Author

1729747083.046679

Copy link
Contributor Author

1729747091.098929

Copy link
Contributor Author

1729747092.404149

Copy link
Contributor Author

1729747094.972569

@@ -78,7 +78,7 @@ export default function ApplyForm({ questions, isClosed }: ApplyFormProps) {
return (
<C.ContentContainer>
<S.Form onSubmit={handleSubmit}>
<S.AriaCustomQuestion aria-label={`총 ${questions.length}의 입력 중 1번째 입력입니다.`}>
<S.AriaCustomQuestion aria-label={`총 ${questions.length + 3}의 입력 중 1번째 입력입니다.`}>
Copy link
Contributor

Choose a reason for hiding this comment

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

🤣

Copy link
Contributor

@seongjinme seongjinme left a comment

Choose a reason for hiding this comment

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

러기 고생하셨어요! 👍

@@ -78,7 +78,7 @@ export default function ApplyForm({ questions, isClosed }: ApplyFormProps) {
return (
<C.ContentContainer>
<S.Form onSubmit={handleSubmit}>
<S.AriaCustomQuestion aria-label={`총 ${questions.length}의 입력 중 1번째 입력입니다.`}>
<S.AriaCustomQuestion aria-label={`총 ${questions.length + 3}의 입력 중 1번째 입력입니다.`}>
Copy link
Contributor

Choose a reason for hiding this comment

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

🤣

@lurgi lurgi merged commit e152445 into fe/develop Oct 24, 2024
36 of 38 checks passed
@lurgi lurgi deleted the 930-fe-SR_POST branch October 24, 2024 06:16
llqqssttyy pushed a commit that referenced this pull request Oct 24, 2024
@lurgi lurgi added this to the 스프린트 6.0 milestone Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 새로운 기능 frontend 프론트엔드
Projects
Status: 완료
Development

Successfully merging this pull request may close these issues.

3 participants