Add run management screen to admin panel
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
---
|
||||
# nuzlocke-tracker-5wsn
|
||||
title: Add run management to admin panel
|
||||
status: completed
|
||||
type: feature
|
||||
priority: normal
|
||||
created_at: 2026-02-08T09:53:01Z
|
||||
updated_at: 2026-02-08T09:53:25Z
|
||||
---
|
||||
|
||||
Create AdminRuns page with table listing all runs (name, game, status, started date) with delete functionality. Wire it into routing and admin navigation.
|
||||
@@ -1,10 +1,11 @@
|
||||
---
|
||||
# nuzlocke-tracker-le62
|
||||
title: Add run management to admin panel
|
||||
status: todo
|
||||
status: completed
|
||||
type: feature
|
||||
priority: normal
|
||||
created_at: 2026-02-07T21:09:13Z
|
||||
updated_at: 2026-02-07T21:09:13Z
|
||||
updated_at: 2026-02-08T09:54:13Z
|
||||
---
|
||||
|
||||
Add a runs screen to the admin panel that lists all runs and allows deletion. This provides a way to clean up test runs or remove unwanted runs without needing direct database access.
|
||||
@@ -1,10 +1,11 @@
|
||||
---
|
||||
# nuzlocke-tracker-w7o6
|
||||
title: Improve Run Creation Workflow
|
||||
status: draft
|
||||
status: completed
|
||||
type: feature
|
||||
priority: normal
|
||||
created_at: 2026-02-07T20:20:51Z
|
||||
updated_at: 2026-02-07T20:20:51Z
|
||||
updated_at: 2026-02-08T09:54:24Z
|
||||
---
|
||||
|
||||
Improve the run creation flow with better game filtering, box art display, and UX fixes.
|
||||
|
||||
Reference in New Issue
Block a user