fix(a11y): update aria labels for social links - #3000
Conversation
|
@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. |
|
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-leaseOnce resolved, the |
Updated Twitter sharing URL to use 'x.com' and added conditional text parameter.
|
@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! |
|
🎉 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.
Keep building! 💻✨ |
## 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.
Description
Fixes #2949
Adds responsive breakpoint-focused test coverage for the refresh rate limiter utility.
Added Tests
Pillar
Visual Preview
N/A (test-only changes)
Checklist before requesting a review:
CONTRIBUTING.mdfile.localhost:3000/api/streak?user=YOUR_USERNAME).npm run formatandnpm run lintlocally and resolved all errors (CI will fail otherwise).README.mdif I added a new theme or URL parameter.