Add run management screen to admin panel

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-08 10:54:47 +01:00
parent 5cdcd149b6
commit 3b87397432
7 changed files with 114 additions and 4 deletions

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.