Skip to content

fix: style 오타 수정 및 aria-label 추가#46

Merged
DongEun02 merged 1 commit into
devfrom
feature/til-manage-page
Jan 25, 2026
Merged

fix: style 오타 수정 및 aria-label 추가#46
DongEun02 merged 1 commit into
devfrom
feature/til-manage-page

Conversation

@DongEun02
Copy link
Copy Markdown
Contributor

@DongEun02 DongEun02 commented Jan 25, 2026

1) 작업한 이슈번호

#37

2) 변경 요약 (What & Why)

  • 무엇을 변경했는지: 오타 수정, aria-label 속성 추가
  • 변경했는지(문제/목표):

3) 스크린샷/동영상 (UI 변경 시)

전/후 비교, 반응형(모바일/데스크톱) 캡쳐

  • Before:
  • After:

4) 상세 변경사항

  • 라우팅/페이지:
  • 컴포넌트: ToolBar.tsx의 input 태그와 select 태그에 각각 aria-label 속성 추가, span 태그 style 오타 수정
  • 상태관리:
  • API 호출:
  • 스타일:
  • 기타:

5) 참고사항

Summary by CodeRabbit

릴리스 노트

  • 버그 수정

    • 검색 결과 영역의 스타일 클래스 오류를 수정했습니다.
  • 접근성

    • 검색 입력 필드와 정렬 선택 옵션에 스크린 리더 설명을 추가하여 접근성을 개선했습니다.

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Jan 25, 2026

📝 Walkthrough

Walkthrough

ToolBar 컴포넌트에서 검색 입력과 정렬 선택 요소에 aria-label 속성을 추가하여 접근성을 개선했으며, 오타난 클래스명 "test-sm"을 "text-sm"으로 수정했습니다.

Changes

Cohort / File(s) 요약
접근성 및 스타일 개선
components/tils/ToolBar.tsx
검색 입력에 aria-label="검색어" 추가, 정렬 선택에 aria-label="정렬" 추가, 클래스명 오타 "test-sm" → "text-sm" 수정

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 분

Poem

🐰 검색의 눈과 정렬의 귀,
스크린 리더가 소리 내 읽네요.
test-sm은 text-sm이 되어,
접근성의 문이 활짝 열렸어요!
작은 변화, 큰 포용의 마음 ✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed 제목은 pull request의 주요 변경사항(스타일 오타 수정 및 aria-label 추가)을 명확하고 간결하게 설명합니다.
Description check ✅ Passed 설명은 템플릿의 대부분 섹션을 포함하고 있으며, 변경사항이 명확하게 기술되어 있습니다.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
  • 📝 Generate docstrings

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@DongEun02 DongEun02 merged commit b759e96 into dev Jan 25, 2026
1 check passed
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