Files
nuzlocke-tracker/.beans/nuzlocke-tracker-czeh--improve-admin-panel-ux.md
Julian Tabel 1f198aca4c Improve admin panel UX with toasts, evolution CRUD, sorting, drag-and-drop, and responsive layout
Add sonner toast notifications to all mutations, evolution management backend
(CRUD endpoints with search/pagination) and frontend (form modal with pokemon
selector, paginated list page), sortable AdminTable columns (Region/Gen/Year
on Games), drag-and-drop route reordering via @dnd-kit, skeleton loading states,
card-styled table wrappers, and responsive mobile nav in AdminLayout.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-07 13:09:27 +01:00

30 lines
988 B
Markdown

---
# nuzlocke-tracker-czeh
title: Improve admin panel UX
status: completed
type: feature
priority: normal
created_at: 2026-02-05T18:28:04Z
updated_at: 2026-02-07T11:59:49Z
parent: nuzlocke-tracker-f5ob
---
Improve the admin panel with better interactions and missing management capabilities.
## Checklist
- [x] Evolution data management:
- [x] List evolutions (searchable/filterable)
- [x] Add new evolution
- [x] Edit evolution details (trigger, level, item, conditions)
- [x] Delete evolution
- [x] Route reordering:
- [x] Replace up/down buttons with drag-and-drop
- [x] Table sorting (Games table):
- [x] Add sortable column support to AdminTable component
- [x] Enable sorting by Region, Generation, and Release Year on Games table
- [x] General UX improvements:
- [x] Improve table layouts and spacing
- [x] Add loading states and better error feedback
- [x] Add confirmation toasts for successful actions
- [x] Improve mobile responsiveness of admin views