Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add icons to session indicator for a11y #1712

Merged
merged 1 commit into from
Sep 4, 2024

Conversation

zusorio
Copy link
Member

@zusorio zusorio commented Aug 16, 2024

Using color for the session indicator makes it more difficult to read for colorblind people.
This PR adds icons which help with quickly identifying the session state. Corresponding stories are also added to showcase the new icons.

Closes #1709

@zusorio zusorio requested a review from MoritzWeber0 as a code owner August 16, 2024 10:31
Copy link

github-actions bot commented Aug 16, 2024

A Storybook preview is available for commit f056d39.
➡️ View Storybook
➡️ View Chromatic build
✅ Captured 91 snapshots. No changes detected.

Copy link

codecov bot commented Aug 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.04%. Comparing base (0a2a261) to head (39eafa2).
Report is 377 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1712   +/-   ##
=======================================
  Coverage   84.04%   84.04%           
=======================================
  Files         186      186           
  Lines        6135     6135           
  Branches      675      675           
=======================================
  Hits         5156     5156           
  Misses        831      831           
  Partials      148      148           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Using color for the session indicator makes it more
difficult to read for colorblind people.
This PR adds icons which help with quickly identifying the session state.
Corresponding stories are also added to showcase the new icons.

Closes #1709
Copy link

sonarcloud bot commented Sep 4, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
10.9% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud

Copy link
Member

@MoritzWeber0 MoritzWeber0 left a comment

Choose a reason for hiding this comment

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

LGTM.

@MoritzWeber0 MoritzWeber0 merged commit 0330347 into main Sep 4, 2024
29 of 30 checks passed
@MoritzWeber0 MoritzWeber0 deleted the session-status-icons branch September 4, 2024 10:20
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.

Make the session status indicator more accessible
2 participants