Skip to content

[Bug] /leaderboard route is linked from Dashboard but does not existΒ #68

@karastoyanov

Description

@karastoyanov

πŸ› Bug Description

The Dashboard "Explore" section contains a card linking to /leaderboard, but no route, page component, or backend endpoint exists for it. Clicking the card silently fails β€” React Router renders nothing.

πŸ“‹ Steps to Reproduce

  1. Log in, go to /dashboard
  2. Click the "Leaderboard" card in the Explore section

🎯 Expected Behavior

A leaderboard page loads.

πŸ“Έ Actual Behavior

The URL changes to /leaderboard but the page is blank. No route is defined in App.jsx.

🌍 Environment

All environments.

πŸ“Ž Additional Context

Defined in Dashboard.jsx:44 but absent from App.jsx. Related to the Leaderboard feature story.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

Status

In progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions