Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

GlobalMenu をCSSModuleに置換え #281

Merged
merged 2 commits into from May 27, 2023

Conversation

keitakn
Copy link
Member

@keitakn keitakn commented May 26, 2023

issueURL

#276

Done の定義

  • GlobalMenu がCSS Modulesに置き換わっている事

スクリーンショット or Storybook の URL

変更点概要

タイトルの通り、GlobalMenuをCSS Modulesに置換え。

レビュアーに重点的にチェックして欲しい点

特になし

補足情報

インラインコメントに記載。

以下に置換え情報をまとめてある。

https://zenn.dev/link/comments/78308033d7f51e

@keitakn keitakn self-assigned this May 26, 2023
  24:9  error  Visible, non-interactive elements with click handlers must have at least one keyboard listener                                                                                                     jsx-a11y/click-events-have-key-events
  24:9  error  Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element  jsx-a11y/no-static-element-interaction
<_LinkWrapper>
<div className={styles.wrapper}>
<div className={styles['header-wrapper']}>
<button
Copy link
Member Author

Choose a reason for hiding this comment

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

ESLintのアクセシビリティ関連のエラーが出たのでButtonタグを使うように変更。

@keitakn keitakn marked this pull request as ready for review May 27, 2023 07:01
@keitakn keitakn merged commit c35e971 into main May 27, 2023
5 checks passed
@keitakn keitakn deleted the feature/issue276/modify-global-menu branch May 27, 2023 07:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant