Files
nuzlocke-tracker/.beans/nuzlocke-tracker-ljle--route-navigation-within-game-detail.md
Julian Tabel 3d515f0e4e Add prev/next and dropdown route navigation to route detail page
Reduces navigation depth when working with route encounters by adding
prev/next buttons and a route dropdown selector to AdminRouteDetail.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-08 20:02:59 +01:00

874 B

title, status, type, priority, created_at, updated_at, parent
title status type priority created_at updated_at parent
Route navigation within game detail completed feature normal 2026-02-08T12:33:26Z 2026-02-08T19:00:07Z nuzlocke-tracker-iu5b

Reduce navigation depth when working with route encounters. Currently requires: Games > Game > Routes tab > Click route, and there's no way to jump between sibling routes.

Desired behavior

  • On the route detail page (AdminRouteDetail), add prev/next route navigation buttons to quickly move between routes in the same game
  • Consider showing a sidebar or dropdown with all routes for quick jumping
  • Breadcrumbs should be clickable to go back to the game detail

Notes

  • The route order is already available — sort by order to determine prev/next
  • This is particularly useful when populating encounter data for a new game, going route by route