Skip to content

fix(a11y): update aria labels for social links - #3000

Merged
JhaSourav07 merged 10 commits into
JhaSourav07:mainfrom
udaycodespace:test-2949
Jun 2, 2026
Merged

fix(a11y): update aria labels for social links#3000
JhaSourav07 merged 10 commits into
JhaSourav07:mainfrom
udaycodespace:test-2949

Conversation

@udaycodespace

Copy link
Copy Markdown
Contributor

Description

Fixes #2949

Adds responsive breakpoint-focused test coverage for the refresh rate limiter utility.

Added Tests

  • Verifies default limit behavior under mobile-width simulation
  • Verifies repeated same-IP requests are handled consistently
  • Verifies environment-driven limits under narrow viewport conditions
  • Verifies reset timestamp behavior
  • Verifies limit enforcement when thresholds are exceeded

Pillar

  • 🎨 Pillar 1 — New Theme Design
  • 📐 Pillar 2 — Geometric SVG Improvement
  • 🕐 Pillar 3 — Timezone Logic Optimization
  • 🛠️ Other (Bug fix, refactoring, docs)

Visual Preview

N/A (test-only changes)

Checklist before requesting a review:

  • I have read the CONTRIBUTING.md file.
  • I have tested these changes locally (localhost:3000/api/streak?user=YOUR_USERNAME).
  • I have run npm run format and npm run lint locally and resolved all errors (CI will fail otherwise).
  • My commits follow the Conventional Commits format.
  • I have updated README.md if I added a new theme or URL parameter.
  • I have started the repo.
  • I have made sure that i have only one commit to merge in this PR.
  • The SVG output matches the CommitPulse "premium quality" aesthetic standard.
  • (Recommended) I joined the CommitPulse Discord community for contributor discussions, mentorship, and faster PR support.

@vercel

vercel Bot commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

@udaycodespace is attempting to deploy a commit to the jhasourav07's projects Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions Bot added the needs-rebase This PR has merge conflicts and needs a rebase. label Jun 2, 2026
@github-actions

github-actions Bot commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

⚠️ Hey @udaycodespace, this PR has merge conflicts with the main branch.

Please pull the latest changes and resolve the conflicts so we can review it!

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

Once resolved, the needs-rebase label will be removed automatically on the next check. 🙌

@github-actions github-actions Bot removed the needs-rebase This PR has merge conflicts and needs a rebase. label Jun 2, 2026
@udaycodespace

Copy link
Copy Markdown
Contributor Author

@Aamod007 The merge conflicts have been resolved and the required CI checks are passing now. Could you please take a look when you get a chance?

Thanks!

@Aamod007 Aamod007 changed the title test(refresh-rate-limiter): add responsive breakpoint coverage fix(a11y): update aria labels for social links Jun 2, 2026
@Aamod007 Aamod007 added GSSoC 2026 mentor:Aamod007 bug Something isn't working level:beginner Small changes Usually isolated fixes or simple UI/text updates. quality:clean PR follows clean coding practices, proper formatting, documentation, and maintainability standards. labels Jun 2, 2026
@JhaSourav07 JhaSourav07 added the gssoc:approved PR has been reviewed and accepted for valid contribution points label Jun 2, 2026
@JhaSourav07
JhaSourav07 merged commit 287a126 into JhaSourav07:main Jun 2, 2026
4 of 5 checks passed
@github-actions github-actions Bot added this to the GSSoC 2026 milestone Jun 2, 2026
@github-actions

github-actions Bot commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

🎉 Congratulations @udaycodespace! Your PR has been successfully merged. 🚀

Thank you for contributing to CommitPulse. Your work helps us build a better tool for the community.

⚠️ Important for GSSoC Contributors:
You are strictly advised to join our Discord Server as it is mandatory for all GSSoC participants. All important announcements, point claims, and community discussions happen there.

Keep building! 💻✨

@github-actions github-actions Bot added the type:bug Something isn't working as expected label Jun 2, 2026
@JhaSourav07 JhaSourav07 added gssoc:approved PR has been reviewed and accepted for valid contribution points and removed gssoc:approved PR has been reviewed and accepted for valid contribution points labels Jun 17, 2026
MasterJi27 pushed a commit to MasterJi27/commitpulse that referenced this pull request Jul 4, 2026
## Description

Fixes JhaSourav07#2949

Adds responsive breakpoint-focused test coverage for the refresh rate
limiter utility.

### Added Tests

* Verifies default limit behavior under mobile-width simulation
* Verifies repeated same-IP requests are handled consistently
* Verifies environment-driven limits under narrow viewport conditions
* Verifies reset timestamp behavior
* Verifies limit enforcement when thresholds are exceeded

## Pillar

* [ ] 🎨 Pillar 1 — New Theme Design
* [ ] 📐 Pillar 2 — Geometric SVG Improvement
* [ ] 🕐 Pillar 3 — Timezone Logic Optimization
* [x] 🛠️ Other (Bug fix, refactoring, docs)

## Visual Preview

N/A (test-only changes)

## Checklist before requesting a review:

* [x] I have read the `CONTRIBUTING.md` file.
* [ ] I have tested these changes locally
(`localhost:3000/api/streak?user=YOUR_USERNAME`).
* [ ] I have run `npm run format` and `npm run lint` locally and
resolved all errors (CI will fail otherwise).
* [x] My commits follow the Conventional Commits format.
* [ ] I have updated `README.md` if I added a new theme or URL
parameter.
* [x] I have started the repo.
* [x] I have made sure that i have only one commit to merge in this PR.
* [ ] The SVG output matches the CommitPulse "premium quality" aesthetic
standard.
* [x] (Recommended) I joined the CommitPulse Discord community for
contributor discussions, mentorship, and faster PR support.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working gssoc:approved PR has been reviewed and accepted for valid contribution points GSSoC 2026 level:beginner Small changes Usually isolated fixes or simple UI/text updates. mentor:Aamod007 quality:clean PR follows clean coding practices, proper formatting, documentation, and maintainability standards. type:bug Something isn't working as expected

Projects

None yet

Development

Successfully merging this pull request may close these issues.

test(refresh-rate-limiter-responsive-breakpoints): verify Responsive Multi-device Columns & Mobile Viewport Layouts (Variation 7)

4 participants