-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: 지출 내역 추가 플로우에서 참여 인원의 토큰의 x버튼에 낭독기 커서가 가도록 함 (#759)
* chore: @sentry/webpack-plugin 라이브러리 2.22.0 -> 2.22.5로 업데이트 * feat: Icon 컴포넌트를 IconButton으로 감싸 버튼으로 인식되도록 함 * feat: ICON으로 사용되는 모든 이미지에 aria-label 부착 * feat: 하드코딩된 IconType의 타입을 ICON 객체의 프로퍼티 키 값으로 하도록 수정 * style: 코드 컨벤션에 맞도록 수정 * chore: 사용되지 않는 import 제거 * chore: 사용하지 않는 컴포넌트 제거 * feat: onClick을 Icon에서 IconButton으로 이동 * chore: 사용하지 않는 컴포넌트 제거 * chore: 사용하지 않는 컴포넌트 제거 * feat: ICON에 달아준 aria-label을 모두 제거 * feat: IconButton 컴포넌트를 사용하는 대부분의 위치에 aria-label 속성 추가
- Loading branch information
Showing
23 changed files
with
71 additions
and
401 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
51 changes: 0 additions & 51 deletions
51
client/src/components/Design/components/DragHandleItem/DragHandleItem.stories.tsx
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
client/src/components/Design/components/DragHandleItem/DragHandleItem.style.ts
This file was deleted.
Oops, something went wrong.
43 changes: 0 additions & 43 deletions
43
client/src/components/Design/components/DragHandleItem/DragHandleItem.tsx
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
client/src/components/Design/components/DragHandleItem/DragHandleItem.type.ts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.