Skip to content

UI Enhancement: Revamp of footer#1772

Merged
sanjay-kv merged 2 commits into
recodehive:mainfrom
steam-bell-92:main
May 29, 2026
Merged

UI Enhancement: Revamp of footer#1772
sanjay-kv merged 2 commits into
recodehive:mainfrom
steam-bell-92:main

Conversation

@steam-bell-92

Copy link
Copy Markdown
Member

Description

This PR redesigns footer of website as per attachments/reference given.

Fixes #1684

Type of Change

  • New feature (e.g., new page, component, or functionality)
  • Bug fix (non-breaking change that fixes an issue)
  • UI/UX improvement (design, layout, or styling updates)
  • Performance optimization (e.g., code splitting, caching)
  • Documentation update (README, contribution guidelines, etc.)
  • Other (please specify):

Changes Made

  • Changes tag line in footer to "Collaboration first, code second"
  • Changed color theme to black & white as directed.
  • Repoistions recode logo at left, Read Blog & Star on GitHub button introduction on right of footer.

Checklist

  • My code follows the style guidelines of this project.
  • I have tested my changes across major browsers and devices
  • My changes do not generate new console warnings or errors .
  • I ran npm run build and attached screenshot(s) in this PR.
  • This is already assigned Issue to me, not an unassigned issue.

Copilot AI review requested due to automatic review settings May 28, 2026 13:43
@vercel

vercel Bot commented May 28, 2026

Copy link
Copy Markdown
Contributor

@steam-bell-92 is attempting to deploy a commit to the recode Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions

Copy link
Copy Markdown

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. The estimated time for response is 5–8 hrs.

In the meantime, please provide all necessary screenshots and make sure you run - npm build run , command and provide a screenshot, a video recording, or an image of the update you made below, which helps speed up the review and assignment. If you have questions, reach out to LinkedIn. Your contributions are highly appreciated!😊

Note: I maintain the repo issue every day twice at 8:00 AM IST and 9:00 PM IST. If your PR goes stale for more than one day, you can tag and comment on this same issue by tagging @sanjay-kv.

We are here to help you on this journey of open source. Consistent 20 contributions are eligible for sponsorship 💰

🎁 check our list of amazing people we sponsored so far: GitHub Sponsorship. ✨

📚Your perks for contribution to this community 👇🏻

  1. Get free Consultation use code recode50 to get free: Mentorship for free.

  2. Get the Ebook for free use code recode at checkout: Data Science cheatsheet for Beginners.

  3. Check out this weekly Newsletter: Sanjay's Newsletter.

If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

@github-actions github-actions Bot added in-review The current changes are in review and would need approval and testing before merging level 1 10 points recode this is label for leaderboard labels May 28, 2026
@github-actions github-actions Bot added this to the recode:launch 3.0 milestone May 28, 2026
@github-actions

Copy link
Copy Markdown

✅ Synchronized metadata from Issue #1684:

  • Labels: level 1, recode
  • Milestone: recode:launch 3.0

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Updates the footer hero layout and visual styling, introducing new CTA links and shifting the footer to a light (white) presentation, along with minor blog markdown cleanup.

Changes:

  • Restructured footer hero into left/right sections and added Blog + GitHub CTA buttons.
  • Overhauled enhanced-footer.css to use a white background and dark text, removing gradients/animations in multiple places.
  • Simplified blog post image embeds by removing empty links around images.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
src/theme/Footer/Layout/index.tsx Adds GitHub CTA and reorganizes footer hero markup into left/right sections.
src/theme/Footer/Layout/enhanced-footer.css Reworks footer styling to a white theme and adds CTA/button styles + layout grid.
blog/google-icon-update/index.md Replaces linked images with plain images inside BrowserWindow blocks.
Comments suppressed due to low confidence (2)

src/theme/Footer/Layout/enhanced-footer.css:1

  • .footer-icon no longer sets display: flex, but still uses align-items/justify-content, which will have no effect without a flex/grid layout. Also, color is duplicated. Reintroduce display: flex (or grid) and remove the duplicate property to ensure icons remain centered.
/* Enhanced Footer Styles - COMPLETELY ISOLATED FROM THEME CHANGES */

src/theme/Footer/Layout/enhanced-footer.css:1

  • This block appears to have accidental edits: line-height: 1; and border-radius: 10px; were replaced by duplicate color declarations, and there is no display set on the badge (so justify-content likely won’t apply). Restore the intended layout properties (e.g., display: inline-flex, line-height, border-radius) and remove the duplicate color to prevent badge misalignment/shape regressions.
/* Enhanced Footer Styles - COMPLETELY ISOLATED FROM THEME CHANGES */

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/theme/Footer/Layout/index.tsx Outdated
Comment on lines +420 to +430
.btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 10px 18px;
border-radius: 12px;
font-weight: 700;
text-decoration: none;
transition: transform 0.15s ease, box-shadow 0.15s ease;
white-space: nowrap;
}
Comment thread blog/google-icon-update/index.md
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@github-actions

Copy link
Copy Markdown

✅ Synchronized metadata from Issue #1684:

  • Labels: level 1, recode
  • Milestone: recode:launch 3.0

@vercel

vercel Bot commented May 29, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
recode-website Ready Ready Preview, Comment May 29, 2026 5:30am

@sanjay-kv sanjay-kv added good first issue level2 gssoc26 label medium gssoc26 label gssoc:approved gssoc label labels May 29, 2026
@sanjay-kv
sanjay-kv merged commit 6e347f5 into recodehive:main May 29, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

good first issue gssoc:approved gssoc label in-review The current changes are in review and would need approval and testing before merging level 1 10 points level2 gssoc26 label medium gssoc26 label recode this is label for leaderboard

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

UI Enhancement: Revamp of Footer

4 participants