-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [FE] 제품 탐색 및 검색 로직에 접근성 구현 (#776) * feat: 검색어 입력란 접근성 개선 * feat: 카테고리 선택 필터 접근성 개선 * feat: 아이콘을 숨길 수 있도록 빈 버튼에서 div로 변경 * fix: 제품 목록을 Masonry => Grid로 변경 접근성 개선 * feat: lazy image에 alt 속성을 추가할 수 있도록 수정 * feat: 헤더 로고 링크 레이블 추가 * style: grid 레이아웃에서 각 항목을 가운데 정렬하도록 수정 * feat: 제품 목록 로딩, 추가 로딩 시 로딩 상태에 대해서 알려주는 로직 추가 * style: 모바일 제품 목록 페이지에서 링크가 전체 너비를 차지하는 현상 수정 * feat: 포커스를 이용해서 무한 스크롤을 이용할 수 있도록 수정 * feat: 평점 및 리뷰 접근성 개선 * feat: 섹션 탐색 용이하도록 article 대신 div 사용, 제품 카드 접근성 개선 * feat: 리뷰 카드를 랜드마크 탐색에 잡히지 않도록 article에서 div로 변경 * feat: 평점 컴포넌트에 평점 레이블 추가 * test: 변경된 태그에 맞도록 테스트 수정 * fix: 스크린리더에게만 읽히는 요소에 대한 스타일 적용 변경 * feat: 제품 검색, 카테고리 적용 시 접근성 개선 * feat: 정렬 기준 select 요소 레이블 추가 * feat: 검색 시 검색 키워드가 섹션의 제목에 반영되도록 수정 * fix: navbar 배치 스타일 문제 해결 * style: 누락된 제품 목록 스타일 추가 * refactor: 이미지와 내용을 내용과 단위로 읽어주는 기능 구현 방식 통일 * fix: 키보드 상태 기본값 적용 오류 수정 * [FE] 상하단 메뉴바 접근성 개선 (#777) * feat: 하단 메뉴바에 접근성을 위해 목록 추가, 레이블 추가 * feat: 상단 메뉴바에 프로필 버튼 레이블 추가 * refactor: 모바일 상단 메뉴바 컴포넌트 위치 headerNav로 이동, 레이블 추가 * 무한 스크롤 로딩정보 관련 메시지 추가 (#781) feat: 무한 스크롤 로딩정보 관련 메시지 추가 * [FE] 제품 목록 불러오기 실패나 항목 없을 때 스크린 리더 alert 추가 (#783) feat: 제품 목록 불러오기 실패나 항목 없을 때 스크린 리더 alert 추가 * [FE] 상품 상세 조회 + 리뷰 작성 플로우의 웹 접근성을 개선 (#787) * feat: 제품 이미지 aria-label 적용 * feat: ReviewCount 접근성 적용 * feat: Rating 접근성 적용 * feat: BarGraph 접근성 적용 * feat: 리뷰 목록에서 평점 읽어주도록 접근성 개선 * feat: 바텀 시트 표시될 경우 시트 내부로 포커스 이동 * [BugFix/FE] 사파리 브라우저에서 좌우측 프로필 카드 버튼이 동일하게 렌더링되는 문제를 수정 (#772) fix: 화살표 이미지 교체 * fix: 메뉴바 사라지는 현상 수정 * feat: 모달이 띄워지는 경우 모달 내부로 포커스 이동 * feat: 리뷰 작성 시 리뷰 목록 focus * feat: 평점 입력 접근성 향상 * feat: 리뷰 1000자 입력시 스크린리더 알림 * [FE] 제품 탐색 및 검색 로직에 접근성 구현 (#776) * feat: 검색어 입력란 접근성 개선 * feat: 카테고리 선택 필터 접근성 개선 * feat: 아이콘을 숨길 수 있도록 빈 버튼에서 div로 변경 * fix: 제품 목록을 Masonry => Grid로 변경 접근성 개선 * feat: lazy image에 alt 속성을 추가할 수 있도록 수정 * feat: 헤더 로고 링크 레이블 추가 * style: grid 레이아웃에서 각 항목을 가운데 정렬하도록 수정 * feat: 제품 목록 로딩, 추가 로딩 시 로딩 상태에 대해서 알려주는 로직 추가 * style: 모바일 제품 목록 페이지에서 링크가 전체 너비를 차지하는 현상 수정 * feat: 포커스를 이용해서 무한 스크롤을 이용할 수 있도록 수정 * feat: 평점 및 리뷰 접근성 개선 * feat: 섹션 탐색 용이하도록 article 대신 div 사용, 제품 카드 접근성 개선 * feat: 리뷰 카드를 랜드마크 탐색에 잡히지 않도록 article에서 div로 변경 * feat: 평점 컴포넌트에 평점 레이블 추가 * test: 변경된 태그에 맞도록 테스트 수정 * fix: 스크린리더에게만 읽히는 요소에 대한 스타일 적용 변경 * feat: 제품 검색, 카테고리 적용 시 접근성 개선 * feat: 정렬 기준 select 요소 레이블 추가 * feat: 검색 시 검색 키워드가 섹션의 제목에 반영되도록 수정 * fix: navbar 배치 스타일 문제 해결 * style: 누락된 제품 목록 스타일 추가 * refactor: 이미지와 내용을 내용과 단위로 읽어주는 기능 구현 방식 통일 * fix: 키보드 상태 기본값 적용 오류 수정 * [FE] 상하단 메뉴바 접근성 개선 (#777) * feat: 하단 메뉴바에 접근성을 위해 목록 추가, 레이블 추가 * feat: 상단 메뉴바에 프로필 버튼 레이블 추가 * refactor: 모바일 상단 메뉴바 컴포넌트 위치 headerNav로 이동, 레이블 추가 * 무한 스크롤 로딩정보 관련 메시지 추가 (#781) feat: 무한 스크롤 로딩정보 관련 메시지 추가 * [FE] 제품 목록 불러오기 실패나 항목 없을 때 스크린 리더 alert 추가 (#783) feat: 제품 목록 불러오기 실패나 항목 없을 때 스크린 리더 alert 추가 Co-authored-by: Yo Wook Kim <[email protected]> * fix: 하단바, 테스트 오류 수정, focus 방식 수정 * feat: 리뷰 작성 후 focusing 되는 요소 변경 * refactor: 스크린리더용 요소 적용 방식 통일 * refactor: floating button label prop으로 넘기도록 수정 * feat: 페이지 이동 시 스크린리더로 안내 * feat: 3초 뒤 페이지 이동 안내 문구 삭제 Co-authored-by: Yo Wook Kim <[email protected]>
- Loading branch information
Showing
47 changed files
with
445 additions
and
221 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
frontend/src/components/Product/ProductDetail/ProductDetail.style.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.