Conversation
Contributor
michigg
commented
Jun 17, 2025
- Update storybook to version 9 (See blog article about storybook 9 https://storybook.js.org/blog/storybook-9/)
- add a11y test to ci (See https://storybook.js.org/docs/writing-tests/accessibility-testing)
- add source code plugin to display source code for all component (See https://storybook.js.org/docs/writing-docs/code-panel)
- add design plugin to link figma designs to components (See https://storybook.js.org/docs/sharing/design-integrations#embed-figma-in-storybook-with-the-addon)
…n permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
…/update-storybook
This commit standardizes and improves accessibility by adding or updating label props for buttons and modal dismiss actions throughout the codebase. It also migrates Storybook stories for ActionButton, CardDismissButton, and DismissibleModal from JavaScript to TypeScript, updating their usage to reflect new label props. Additional minor style and variable improvements were made for footer and navigation components, and some aria-labels were replaced with more descriptive or localized labels.
feat: Accessibility fixes for several components
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.