Add child route (sub-area) management to route detail page
Shows a sub-areas section below encounters with add/delete support and links to navigate to child route details. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -19,6 +19,7 @@ export interface UpdateGameInput {
|
||||
export interface CreateRouteInput {
|
||||
name: string
|
||||
order: number
|
||||
parentRouteId?: number | null
|
||||
pinwheelZone?: number | null
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user