Skip to content

feat(ui): overhaul footer layout, typography gradient, and icons#5979

Open
darshiB27 wants to merge 4 commits into
JhaSourav07:mainfrom
darshiB27:feat/footer-ui-overhaul
Open

feat(ui): overhaul footer layout, typography gradient, and icons#5979
darshiB27 wants to merge 4 commits into
JhaSourav07:mainfrom
darshiB27:feat/footer-ui-overhaul

Conversation

@darshiB27

Copy link
Copy Markdown
Contributor

Description

Fixes #5972

Pillar

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

Visual Preview

Before -

Screenshot 2026-06-18 at 7 07 35 PM

After -

it now includes svg icons for socials and better visuals in the footer .

Screenshot 2026-06-18 at 7 08 03 PM

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 18, 2026

Copy link
Copy Markdown
Contributor

@darshiB27 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 status:blocked This PR is blocked due to a failing CI check. label Jun 18, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🚨 Hey @darshiB27, the CI Pipeline is failing on this PR and it has been marked as status:blocked.

Please fix the issues before this can be reviewed. Here's how:

1. Run checks locally before pushing:

npm run format:check   # Check Prettier formatting
npm run lint           # Run ESLint
npm run typecheck      # TypeScript type check
npm run test           # Run unit tests (Vitest)
npm run build          # Verify production build passes

2. Auto-fix common issues:

npm run format         # Auto-fix formatting with Prettier
npm run lint -- --fix  # Auto-fix lint errors where possible

3. Check the full failure log here:
👉 View CI Run

Once you push a fix and the CI passes, the status:blocked label will be removed automatically. 💪

@github-actions github-actions Bot added the type:feature New features, additions, or enhancements label Jun 18, 2026
@Aamod-Dev Aamod-Dev added level:intermediate Moderate complexity tasks quality:clean PR follows clean coding practices, proper formatting, documentation, and maintainability standards. mentor:Aamod007 labels Jun 20, 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.

Blocked PR - cannot approve. This PR has the status:blocked label indicating a failing CI check. The footer overhaul in �pp/components/Footer.tsx and related test updates look well-structured (gradient backgrounds, SVG icon paths, updated tests), but the blocking CI issue must be resolved before approval. Please address the failing checks and request re-review.

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

Review

This PR cannot be approved in its current state due to blocking issues (status:blocked label, merge conflicts, needs-rebase label, and/or failing CI checks). Please resolve the blocking issues and re-request review.

Once unblocked, I'm happy to re-review! 💚

@darshiB27

Copy link
Copy Markdown
Contributor Author

okay

@Aamod-Dev Aamod-Dev added GSSoC 2026 feature A completely new feature or major addition to the project. Design Creating new color themes, favicons, or Figma mockups. 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 visual overhaul of the footer looks great, especially the typography gradient and new SVG icons. However, this PR is currently marked as blocked (likely due to failing checks or unaddressed requested changes). Please resolve the blocking issues so we can proceed with this UI update.

@darshiB27

Copy link
Copy Markdown
Contributor Author

dear mentor ,
i'll update the PR soon .
thankyou for your patience .

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

Labels

Design Creating new color themes, favicons, or Figma mockups. feature A completely new feature or major addition to the project. GSSoC 2026 level:intermediate Moderate complexity tasks mentor:Aamod007 quality:clean PR follows clean coding practices, proper formatting, documentation, and maintainability standards. status:blocked This PR is blocked due to a failing CI check. type:feature New features, additions, or enhancements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(UI): Enhance footer UI with modern styling and grid layouts

2 participants