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>
21 lines
874 B
Markdown
21 lines
874 B
Markdown
---
|
|
# nuzlocke-tracker-ljle
|
|
title: Route navigation within game detail
|
|
status: completed
|
|
type: feature
|
|
priority: normal
|
|
created_at: 2026-02-08T12:33:26Z
|
|
updated_at: 2026-02-08T19:00:07Z
|
|
parent: 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 |