All Docs
FeaturesPosibl Life & Gym AppUpdated March 14, 2026

Dashboard Sidebar Navigation Fix — v1.0.24

Dashboard Sidebar Navigation Fix — v1.0.24

What Changed

In v1.0.24, we resolved a navigation gap in the dashboard sidebar. Seven fully-built feature pages — Events, Challenges, Nutrition, Book Drop-in, Buddy System, Drop-in Management, and Feedback — were not linked from the sidebar in src/app/dashboard/layout.tsx. The pages existed and were functional, but users had no way to discover or reach them through the UI without knowing the direct URL.

All seven links have now been added to the sidebar navigation.

Newly Accessible Pages

Events

  • Path: /dashboard/events
  • Displays upcoming gym events. Accessible to all dashboard users.

Challenges

  • Path: /dashboard/challenges
  • Lists active and upcoming member challenges.

Nutrition

  • Path: /dashboard/nutrition
  • Nutrition tracking and guidance for members.

Book Drop-in

  • Path: /dashboard/book-drop-in
  • Allows members to book a drop-in session at the gym.

Buddy System

  • Path: /dashboard/buddy
  • Connect members with training buddies.

Drop-in Management

  • Path: /dashboard/drop-ins
  • Staff only. Manage and review incoming drop-in bookings.

Feedback

  • Path: /dashboard/feedback
  • Submit or review feedback within the platform.

Who Is Affected

All dashboard users will now see the new navigation links in the sidebar. The Drop-in Management link (/dashboard/drop-ins) is restricted to staff roles — it will not appear for standard member accounts.

No Action Required

This is a UI fix only. No data, settings, or existing functionality has changed. Simply log in to the dashboard to see the updated sidebar.