Skip to content

UI: Redesign login & signup#396

Closed
arpit2006 wants to merge 0 commit into
devpathindcommunity-india:masterfrom
arpit2006:ui/login-signup-ui-only
Closed

UI: Redesign login & signup#396
arpit2006 wants to merge 0 commit into
devpathindcommunity-india:masterfrom
arpit2006:ui/login-signup-ui-only

Conversation

@arpit2006
Copy link
Copy Markdown
Contributor

@arpit2006 arpit2006 commented May 29, 2026

Description

This PR introduces a UI redesign for the Login and Signup pages to improve the overall authentication experience and visual consistency across the platform.

Changes Included

  • Moved community links into the Signup hero section for improved visibility.
  • Refined the two-panel authentication layout.
  • Improved page spacing and alignment to ensure proper rendering beneath the site chrome.
  • Enhanced overall visual hierarchy and user experience.

Notes

  • This PR contains UI-only changes.
  • Authentication logic, Firebase integration, Firestore operations, and backend functionality remain unchanged.
  • Existing login and signup workflows continue to function as before.

Fixes #301
l5
l1


Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Local Testing

  • Verified homepage loads successfully.
  • Verified redesigned Login page renders correctly.
  • Verified redesigned Signup page renders correctly.
  • Confirmed community links appear in the Signup hero section.
  • Confirmed community links are removed from the bottom of the Signup page.
  • Verified responsive layout and spacing adjustments.

Runtime Verification

  • Homepage title displays correctly: DevPath Community

  • Navigation links visible:

    • Login
    • Sign Up
    • Join Community
  • Local testing

  • Vercel Preview Deployment


Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings or errors
  • I have checked that the "DevPath India" branding remains intact

@arpit2006
Copy link
Copy Markdown
Contributor Author

@Aditya948351 , Requesting Review!

Copy link
Copy Markdown
Collaborator

@Aditya948351 Aditya948351 left a comment

Choose a reason for hiding this comment

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

It looks like you removed the Navbar, FooterWrapper, and MaintenanceBlocker from the global layout.tsx file while redesigning the login page. This breaks the layout for the entire website! Please revert the changes to layout.tsx and isolate your login redesign to the /login route components.

@arpit2006 arpit2006 closed this May 31, 2026
@arpit2006 arpit2006 force-pushed the ui/login-signup-ui-only branch from cddfadc to 6308e24 Compare May 31, 2026 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

✨ Enhance Sign In Page UI/UX and Authentication Experience

2 participants