Skip to content

fix(dashboard): redirect RankPreview View all link to dashboard leade…#51

Merged
indresh404 merged 3 commits into
indresh404:mainfrom
MayurKharat0390:fix/dashboard-rankpreview-redirect
May 30, 2026
Merged

fix(dashboard): redirect RankPreview View all link to dashboard leade…#51
indresh404 merged 3 commits into
indresh404:mainfrom
MayurKharat0390:fix/dashboard-rankpreview-redirect

Conversation

@MayurKharat0390
Copy link
Copy Markdown
Contributor

Description

This Pull Request resolves a minor UX route alignment issue where clicking the "View all" link on the Overview Dashboard's Leaderboard Preview card would redirect logged-in users to the public layout instead of the dashboard layout.

Key Changes

  • Updated the redirection target path in src/components/dashboard/RankPreview.jsx from /gitrank to /dashboard/gitrank.

Verification Done

  • Verified that clicking the link transitions smoothly within the dashboard layout frame without collapsing or hiding the side drawer navigation menu.
  • Successfully built and linted the project.

Closes #45

@vercel
Copy link
Copy Markdown

vercel Bot commented May 29, 2026

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

Project Deployment Actions Updated (UTC)
ranker-hub Ready Ready Preview, Comment May 30, 2026 4:25am

@github-actions github-actions Bot added the pending-review PR is pending review label May 29, 2026
@indresh404 indresh404 added bug Something isn't working good first issue Good for newcomers level:beginner level1 gssoc26 GirlScript Summer of Code 2026 NSoC'26 NSoC 2026 labels May 30, 2026
@indresh404
Copy link
Copy Markdown
Owner

@MayurKharat0390 solve the conflict

@github-actions github-actions Bot added frontend Frontend related changes (HTML/CSS/JS/React) and removed gssoc26 GirlScript Summer of Code 2026 labels May 30, 2026
@MayurKharat0390
Copy link
Copy Markdown
Contributor Author

@indresh404 done please do review

@indresh404 indresh404 merged commit 4efa207 into indresh404:main May 30, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working frontend Frontend related changes (HTML/CSS/JS/React) good first issue Good for newcomers level:beginner level1 NSoC'26 NSoC 2026 pending-review PR is pending review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG / UX] RankPreview.jsx: "View all" redirects logged-in dashboard users to public layout instead of dashboard view

2 participants