Skip to content

feat(footer): enhance footer with social media icons#8248

Merged
JhaSourav07 merged 1 commit into
JhaSourav07:mainfrom
sureshsuriya:feat/6054-footer-social-icons
Jul 23, 2026
Merged

feat(footer): enhance footer with social media icons#8248
JhaSourav07 merged 1 commit into
JhaSourav07:mainfrom
sureshsuriya:feat/6054-footer-social-icons

Conversation

@sureshsuriya

Copy link
Copy Markdown
Contributor

Description

Closes #6054

Summary

Adds a compact icon-only social media strip to the footer's bottom copyright bar while preserving the existing "Connect" section.

Changes

  • Added a social media icon strip to the footer bottom bar.
  • Reused the existing socialLinks data and SOCIAL_ICON_MAP.
  • Excluded the creator GitHub link from the bottom strip to avoid duplicate GitHub icons.
  • Added an accessible navigation landmark with aria-label="Social media links".
  • Ensured all external links use target="_blank" and rel="noopener noreferrer".
  • Updated Footer-related tests to account for the new icon strip and maintain test coverage.

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 (UI enhancement to the existing footer)

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 (e.g., feat(themes): ..., fix(calculate): ...).
  • 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 (no raw elements, smooth animations, correct fonts).
  • (Recommended) I joined the CommitPulse Discord community for contributor discussions, mentorship, and faster PR support.

@vercel

vercel Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

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

A member of the Team first needs to authorize it.

@retenta-bot

retenta-bot Bot commented Jul 21, 2026

Copy link
Copy Markdown

This PR introduces a new social media icon strip to the footer, enhancing user engagement without disrupting existing functionality. It's great to see the reuse of existing data structures for consistency. Additionally, the inclusion of accessibility features is commendable. Please ensure that the new icons are tested thoroughly, especially in relation to the resilience tests previously implemented for the SocialsSection component. Thank you for your contribution!

@retenta-bot retenta-bot Bot changed the title feat(footer): add social media icons to bottom bar feat(footer): enhance footer with social media icons Jul 21, 2026
@github-actions

Copy link
Copy Markdown
Contributor

📦 Next.js Bundle Size Report (Gzipped Sizes)

Asset PR Size Base Size Difference Status
static/chunks/3952-[hash].js 7.41 KB 7.33 KB +0.07 KB (+0.99%) 🔴 Regression
static/chunks/app/achievements/page-[hash].js 9.00 KB 8.94 KB +0.07 KB (+0.73%) 🔴 Regression
static/chunks/app/contributors/page-[hash].js 9.41 KB 9.33 KB +0.07 KB (+0.80%) 🔴 Regression

📊 Summary of Totals

Category PR Size Base Size Difference
Total JS 3986.71 KB 3985.28 KB +1.44 KB (+0.04%)
Total CSS 331.41 KB 331.41 KB 0 B

@Aamod007 Aamod007 added level:critical High-priority or mission-critical contributions affecting core systems, security, or infrastructure quality:clean PR follows clean coding practices, proper formatting, documentation, and maintainability standards. type:feature New features, additions, or enhancements mentor:Aamod007 labels Jul 23, 2026

@Aamod007 Aamod007 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

This is a great UI enhancement! Adding the social icon strip to the bottom bar makes the footer feel much more polished and standard. I love how you took the time to update all the corresponding test files to ensure accessibility and mouse interactivity coverage remain intact.

Everything looks solid and the checks are passing!

Label Justification:

  • \level:critical: Assigned based on 4 files changed (the footer component and its 3 comprehensive test suites).
  • \quality:clean: Excellent test coverage updates and semantic ARIA navigation labels for the new strip.
  • \ ype:feature: Adds a new social icon strip to the UI.
  • \mentor:Aamod007: Assigned as required.

@JhaSourav07 JhaSourav07 added the gssoc:approved PR has been reviewed and accepted for valid contribution points label Jul 23, 2026
@JhaSourav07
JhaSourav07 merged commit 7efc017 into JhaSourav07:main Jul 23, 2026
11 of 12 checks passed
@github-actions github-actions Bot added this to the GSSoC 2026 milestone Jul 23, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🎉 Congratulations @sureshsuriya! 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! 💻✨

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

Labels

gssoc:approved PR has been reviewed and accepted for valid contribution points level:critical High-priority or mission-critical contributions affecting core systems, security, or infrastructure mentor:Aamod007 quality:clean PR follows clean coding practices, proper formatting, documentation, and maintainability standards. type:feature New features, additions, or enhancements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Adding Social Icons in Footer

3 participants