Added homepage navigation option to login and signup pages#383
Added homepage navigation option to login and signup pages#383JheelPashine123 wants to merge 2 commits into
Conversation
✅ Deploy Preview for github-spy ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the 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 have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📝 WalkthroughWalkthroughThis PR adds a consistent navigation affordance to the authentication pages. Both the Login and Signup pages now display a "Back to dashboard" link in the top-right corner that routes users to ChangesAuth page navigation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related issues
Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
🎉 Thank you @JheelPashine123 for your contribution. Please make sure your PR follows https://github.com/GitMetricsLab/github_tracker/blob/main/CONTRIBUTING.md#-pull-request-guidelines
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@src/pages/Login/Login.tsx`:
- Around line 67-76: The "Back to dashboard" Link in the Login component
currently navigates to "/track"; update the Link's to prop in
src/pages/Login/Login.tsx (the Link element inside the Login component) from
"/track" to "/" so the CTA goes to Home, and also scan the Signup component for
the same Link/copy and make the identical change if present.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: cd121130-3fd7-42da-8dd0-3e018f0856a3
📒 Files selected for processing (2)
src/pages/Login/Login.tsxsrc/pages/Signup/Signup.tsx
Description
Implemented navigation improvements for authentication pages.
Changes Made
UI Improvements
Fixes #382
Summary by CodeRabbit
New Features