Skip to content

Regression: Navbar links route to undefined pages (/store, /game-mode) #71

@Mkalbani

Description

@Mkalbani

Summary

Top-nav links currently point to routes that are not registered in the active router, causing broken navigation.

Severity

Moderate-High

Steps to Reproduce

  1. Open the app.
  2. Click Store in the navbar.
  3. Click Game mode in the navbar.

Actual Result

Navigation goes to /store and /game-mode, but no matching route renders useful page content.

Expected Result

All navbar links should resolve to valid, rendered routes (or valid in-page anchors).

Impact

  • Core navigation is unreliable.
  • Users can hit dead-end states.
  • Regression risk across recently merged navbar/routing work.

Proposed Fix

  • Use one route source of truth.
  • Add missing route definitions or update navbar links to valid targets.
  • Add wildcard 404 fallback route.
  • Add quick regression checks for all navbar links.

Acceptance Criteria

  • Every navbar item lands on valid content.
  • /store and /game-mode are either fully implemented or removed from nav.
  • Unknown routes show a clear fallback page.

Metadata

Metadata

Labels

Stellar WaveIssues in the Stellar wave program

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions