Skip to content

fix(a11y): resolve accessibility issues for #1430#1622

Open
basantnema31 wants to merge 1 commit into
Priyanshu-byte-coder:mainfrom
basantnema31:fix-issue-1430
Open

fix(a11y): resolve accessibility issues for #1430#1622
basantnema31 wants to merge 1 commit into
Priyanshu-byte-coder:mainfrom
basantnema31:fix-issue-1430

Conversation

@basantnema31
Copy link
Copy Markdown
Contributor

@basantnema31 basantnema31 commented May 30, 2026

Description

Closes #1430
Added missing aria-label to the refresh button in CIAnalytics to improve screen reader support.

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas

@vercel
Copy link
Copy Markdown

vercel Bot commented May 30, 2026

@basantnema31 is attempting to deploy a commit to the PRIYANSHU DOSHI's projects Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions Bot added gssoc26 GSSoC 2026 contribution type:accessibility GSSoC type bonus: accessibility (+15 pts) type:bug GSSoC type bonus: bug fix labels May 30, 2026
@github-actions
Copy link
Copy Markdown

GSSoC Label Checklist 🏷️

@Priyanshu-byte-coder — please apply the appropriate labels before merging:

Difficulty (pick one):

  • level:beginner — 20 pts
  • level:intermediate — 35 pts
  • level:advanced — 55 pts
  • level:critical — 80 pts

Quality (optional):

  • quality:clean — ×1.2 multiplier
  • quality:exceptional — ×1.5 multiplier

Validation (required to score):

  • gssoc:approved — counts for points
  • gssoc:invalid / gssoc:spam / gssoc:ai-slop — does not score

Type labels (type:*) are auto-detected from files and title. Review and adjust if needed.
Points formula: (difficulty × quality_multiplier) + type_bonus

@Priyanshu-byte-coder
Copy link
Copy Markdown
Owner

This PR has merge conflicts with main. Please rebase your branch against the latest main and force-push to resolve. Run: git fetch upstream && git rebase upstream/main

@Priyanshu-byte-coder Priyanshu-byte-coder added gssoc:approved GSSoC: PR approved for scoring level1 GSSoC Level 1 - Beginner (10 points) labels May 31, 2026
@Priyanshu-byte-coder
Copy link
Copy Markdown
Owner

This PR has merge conflicts with the current main branch. Please rebase your branch onto main, resolve the conflicts, and force-push. Once conflicts are resolved and the PR is marked as mergeable it will be reviewed for merging.

@Priyanshu-byte-coder
Copy link
Copy Markdown
Owner

This PR has developed merge conflicts after recent merges to main. Please rebase onto the latest main branch, resolve all conflicts, and force-push. Once the PR is conflict-free it will be reviewed for merging.

@Priyanshu-byte-coder
Copy link
Copy Markdown
Owner

This PR has merge conflicts with main. Please rebase:

git fetch origin
git rebase origin/main
# fix conflicts, then:
git push --force-with-lease

@Priyanshu-byte-coder
Copy link
Copy Markdown
Owner

This PR has merge conflicts with the current main branch. Please rebase on the latest main to resolve them.

@github-actions github-actions Bot added the type:testing GSSoC type bonus: tests (+10 pts) label Jun 2, 2026
@basantnema31
Copy link
Copy Markdown
Contributor Author

I have resolved the merge conflicts on this branch and pushed the updated code.

Changes made during conflict resolution:

  • Successfully integrated the new accessibility (a11y) improvements with the latest \main\ branch.
  • Fixed an issue with duplicate \�ria-label\ attributes that was causing TypeScript errors.
  • Fixed the vitest \ oBeInTheDocument\ errors that were failing the E2E and CI test suites.

The PR is now fully up to date, and all the tests are passing cleanly! 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gssoc:approved GSSoC: PR approved for scoring gssoc26 GSSoC 2026 contribution level1 GSSoC Level 1 - Beginner (10 points) type:accessibility GSSoC type bonus: accessibility (+15 pts) type:bug GSSoC type bonus: bug fix type:testing GSSoC type bonus: tests (+10 pts)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[A11Y] Missing aria-label on interactive buttons across multiple files

2 participants