Skip to content

Fix missing navbar on authentication pages#448

Merged
mehul-m-prajapati merged 2 commits into
GitMetricsLab:mainfrom
SRSoham:fix-auth-navbar
May 26, 2026
Merged

Fix missing navbar on authentication pages#448
mehul-m-prajapati merged 2 commits into
GitMetricsLab:mainfrom
SRSoham:fix-auth-navbar

Conversation

@SRSoham
Copy link
Copy Markdown
Contributor

@SRSoham SRSoham commented May 23, 2026

Description

This PR fixes the issue where the navigation bar disappeared on authentication pages.

Changes Made

  • Added navbar to Login and Signup pages
  • Fixed navbar positioning using fixed layout
  • Added proper top spacing to prevent content overlap
  • Maintained responsive behavior and theme toggle support

Issue Fixed

Fixes #443

Screenshots

(Add before/after screenshots here)

@netlify
Copy link
Copy Markdown

netlify Bot commented May 23, 2026

Deploy Preview for github-spy ready!

Name Link
🔨 Latest commit c876d4a
🔍 Latest deploy log https://app.netlify.com/projects/github-spy/deploys/6a15e1a43ba66000080ecb46
😎 Deploy Preview https://deploy-preview-448--github-spy.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 23, 2026

Warning

Review limit reached

@mehul-m-prajapati, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 58 minutes and 12 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: bc4f7b33-a82f-4e25-b872-84f7fd5c5287

📥 Commits

Reviewing files that changed from the base of the PR and between 7413e5f and c876d4a.

📒 Files selected for processing (4)
  • src/components/Navbar.tsx
  • src/pages/Activity.tsx
  • src/pages/Login/Login.tsx
  • src/pages/Tracker/Tracker.tsx
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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.

🎉 Thank you @SRSoham for your contribution. Please make sure your PR follows https://github.com/GitMetricsLab/github_tracker/blob/main/CONTRIBUTING.md#-pull-request-guidelines

@SRSoham
Copy link
Copy Markdown
Contributor Author

SRSoham commented May 23, 2026

Hi @mehul-m-prajapati ,
Implemented the requested navbar fix for authentication pages and ensured proper spacing/layout across pages. All checks are passing now. Looking forward to the review.

@mehul-m-prajapati mehul-m-prajapati merged commit 8f944a2 into GitMetricsLab:main May 26, 2026
4 of 6 checks passed
@github-actions
Copy link
Copy Markdown

🎉🎉 Thank you for your contribution! Your PR #448 has been merged! 🎉🎉

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🐛 Bug Report: Preserve navbar visibility on authentication pages

2 participants