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

Feature/accessibility improvements #1121

Open
wants to merge 23 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
ab7625a
feat: add aria-label strings to locales for achievements page
cj-burning Oct 24, 2024
3b02a3c
chore: move aria-labels strings to their respective pages in locales
cj-burning Oct 24, 2024
c5d4db0
chore: change locale param names to match with args
cj-burning Oct 24, 2024
e9f6897
feat: add aria label to achievement summary
cj-burning Oct 24, 2024
012f872
chore: chore: remove unnecessary locale string and use locked status …
cj-burning Oct 24, 2024
5030325
feat: add semantic roles and aria labels to achievement list
cj-burning Oct 24, 2024
3ff15d2
chore: remove redundancy in list semantic markup
cj-burning Oct 24, 2024
79763b6
chore: remove redundancy in "View Profile" and "Game" button for scre…
cj-burning Oct 24, 2024
b754b1e
feat: add tooltip and screen reader support to back button in header
cj-burning Oct 24, 2024
a54983c
feat: add tabindex 0 to search bar icon for direct focus
cj-burning Oct 24, 2024
ba7e4c9
feat: add tooltip and screen reader support to clear search button
cj-burning Oct 24, 2024
e0ec79b
feat: add keyboard control for sidebar size adjustment
cj-burning Oct 24, 2024
455016c
lint: sidebar.tsx
cj-burning Oct 24, 2024
2a6346c
feat: add tooltip and screen reader support to sidebar resize button
cj-burning Oct 24, 2024
3adc866
feat: add keyboard shortcut to focus header search bar
cj-burning Oct 24, 2024
bf6ce2b
feat: add ability to blur search bar with Escape key
cj-burning Oct 24, 2024
c754710
feat: enable tab navigation through carousel previews, replacing arro…
cj-burning Oct 24, 2024
a25a960
feat: add aria labels to How Long to Beat and Achievements in game de…
cj-burning Oct 24, 2024
8f49196
lint: how-long-to-beat-section.tsx
cj-burning Oct 24, 2024
69d96cc
Merge branch 'main' into feature/accessibility-improvements
cj-burning Oct 29, 2024
a432306
Merge branch 'main' into feature/accessibility-improvements
cj-burning Oct 30, 2024
ba9232b
Merge branch 'main' into feature/accessibility-improvements
zamitto Nov 1, 2024
7f29eef
Merge branch 'main' into feature/accessibility-improvements
zamitto Dec 28, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
lint: how-long-to-beat-section.tsx
  • Loading branch information
cj-burning committed Oct 24, 2024
commit 8f4919615f34d1ccdcaf5770db084787bc2776b1
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export function HowLongToBeatSection({
key={category.title}
className={styles.howLongToBeatCategory}
aria-label={`${category.title}, ${getDuration(
category.duration,
category.duration
)}`}
>
<p
Expand Down