Skip to content

fix: Hall of Fame section UI fixes#6231

Merged
JhaSourav07 merged 1 commit into
JhaSourav07:mainfrom
sheeeuWu:fix/6108-hof-theme
Jun 21, 2026
Merged

fix: Hall of Fame section UI fixes#6231
JhaSourav07 merged 1 commit into
JhaSourav07:mainfrom
sheeeuWu:fix/6108-hof-theme

Conversation

@sheeeuWu

Copy link
Copy Markdown
Contributor

Description

Fixes the GitHub Hall of Fame section so it matches the dashboard's flat, minimal theme instead of using mismatched gradient styles. Removed heavy gradients and aligned card colors with the rest of the dashboard

Fixes #6108

Pillar

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

Visual Preview

GitHub Hall of Fame Section before

  1. Dark theme
Screenshot 2026-06-21 153405
  1. Light Theme
Screenshot 2026-06-21 152143

GitHub Hall of Fame Section After

  1. Dark theme
Screenshot 2026-06-21 151951
  1. Light Theme
Screenshot 2026-06-21 152050

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 Jun 21, 2026

Copy link
Copy Markdown
Contributor

@sheeeuWu 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

Copy link
Copy Markdown
Contributor

📦 Next.js Bundle Size Report (Gzipped Sizes)

Asset PR Size Base Size Difference Status
static/chunks/app/(root)/dashboard/[username]/page-[hash].js 40.50 KB 41.02 KB -0.53 KB (-1.28%) 🟢 Improvement
static/css/[hash].css 36.59 KB 37.14 KB -0.55 KB (-1.49%) 🟢 Improvement

📊 Summary of Totals

Category PR Size Base Size Difference
Total JS 3695.41 KB 3697.00 KB -1.60 KB (-0.04%)
Total CSS 289.57 KB 296.58 KB -7.01 KB (-2.36%)

@Aamod-Dev Aamod-Dev added level:intermediate Moderate complexity tasks quality:exceptional Outstanding contribution with exceptional implementation quality, testing. type:design UI designs, styling, SVG icons, and themes type:refactor Code changes that neither fix a bug nor add a feature GSSoC 2026 labels Jun 21, 2026

@Aamod-Dev Aamod-Dev 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.

The removal of heavy gradients in components/dashboard/HallOfFame.tsx makes the Hall of Fame section perfectly match the dashboard's minimal theme. It's much cleaner now. Great work!

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

Copy link
Copy Markdown
Contributor

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

@sheeeuWu

Copy link
Copy Markdown
Contributor Author

Thank you for reviewing and merging the PR

@sheeeuWu sheeeuWu deleted the fix/6108-hof-theme branch June 21, 2026 18:33
@github-actions github-actions Bot added type:bug Something isn't working as expected and removed type:design UI designs, styling, SVG icons, and themes type:refactor Code changes that neither fix a bug nor add a feature labels Jun 21, 2026
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 GSSoC 2026 level:intermediate Moderate complexity tasks mentor:Aamod007 quality:exceptional Outstanding contribution with exceptional implementation quality, testing. type:bug Something isn't working as expected

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: Hall of Fame section doesn't match overall theme

3 participants