Skip to content

Fix blank GitHub sign-in page UI and improve auth layout#705

Open
tharunika-19 wants to merge 5 commits into
Priyanshu-byte-coder:mainfrom
tharunika-19:fix-auth-page-ui
Open

Fix blank GitHub sign-in page UI and improve auth layout#705
tharunika-19 wants to merge 5 commits into
Priyanshu-byte-coder:mainfrom
tharunika-19:fix-auth-page-ui

Conversation

@tharunika-19
Copy link
Copy Markdown

Related Issue

Closes #606

Changes Made

  • Added a custom NextAuth sign-in page
  • Added DevTrack branding and tagline
  • Improved GitHub sign-in button visibility and styling
  • Replaced the default blank auth screen with a responsive centered auth card
  • Improved overall UI/UX of the authentication flow

Before

  • Blank dark screen with only a floating GitHub button
  • Poor icon/button contrast
  • No branding or visual hierarchy

After

  • Fully styled and branded authentication page
  • Better spacing, contrast, and responsiveness
  • Improved user experience and accessibility

Screenshots

Before :
image

After:
image

@vercel
Copy link
Copy Markdown

vercel Bot commented May 22, 2026

@tharunika-19 is attempting to deploy a commit to the PRIYANSHU DOSHI's projects Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions Bot added gssoc26 GSSoC 2026 contribution type:bug GSSoC type bonus: bug fix type:design GSSoC type bonus: UI/design (+10 pts) type:security GSSoC type bonus: security (+20 pts) labels May 22, 2026
@github-actions
Copy link
Copy Markdown

GSSoC Label Checklist 🏷️

@Priyanshu-byte-coder — please apply the appropriate labels before merging:

Difficulty (pick one):

  • level:beginner — 20 pts
  • level:intermediate — 35 pts
  • level:advanced — 55 pts
  • level:critical — 80 pts

Quality (optional):

  • quality:clean — ×1.2 multiplier
  • quality:exceptional — ×1.5 multiplier

Validation (required to score):

  • gssoc:approved — counts for points
  • gssoc:invalid / gssoc:spam / gssoc:ai-slop — does not score

Type labels (type:*) are auto-detected from files and title. Review and adjust if needed.
Points formula: (difficulty × quality_multiplier) + type_bonus

Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

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

Thanks for your first PR on DevTrack! 🎉

A maintainer will review it within 48 hours. While you wait:

  • Make sure CI is passing (type-check + lint)
  • Double-check the PR description is filled out and the issue is linked
  • Feel free to ask questions in Discussions if you need help

If you find DevTrack useful, a ⭐ star on the repo is always appreciated — it helps the project grow and attract more contributors!

Copy link
Copy Markdown
Owner

@Priyanshu-byte-coder Priyanshu-byte-coder left a comment

Choose a reason for hiding this comment

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

Two issues:

  1. Missing EOF newline
  2. Hardcoded colors — the sign-in page uses hardcoded values:
    • bg-[#0b1120]bg-[var(--background)]
    • border-white/10, bg-white/5border-[var(--border)], bg-[var(--card-muted)]
    • text-whitetext-[var(--foreground)]
    • text-gray-400text-[var(--muted-foreground)]
    • bg-white text-black (GitHub button) — the GitHub sign-in button can keep a neutral style, but use bg-[var(--background)] text-[var(--foreground)] to respect theme

@Priyanshu-byte-coder Priyanshu-byte-coder added the level:intermediate GSSoC: Intermediate difficulty (35 pts) label May 22, 2026
@tharunika-19
Copy link
Copy Markdown
Author

Thanks for the review! 🚀

I’ve updated the sign-in page to use theme variables instead of hardcoded colors, added the missing EOF newline, and improved the button hover interaction as well.

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

Labels

gssoc26 GSSoC 2026 contribution level:intermediate GSSoC: Intermediate difficulty (35 pts) type:bug GSSoC type bonus: bug fix type:design GSSoC type bonus: UI/design (+10 pts) type:security GSSoC type bonus: security (+20 pts)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Sign-in page shows only a floating button with no layout or branding

2 participants