feat: implement character changes page with new and modified character listings
All checks were successful
Build Docker Image / build (push) Successful in 1m23s

This commit is contained in:
2026-03-03 19:58:02 +01:00
parent 085dae6765
commit 6402c378dd
4 changed files with 246 additions and 25 deletions

View File

@@ -7,6 +7,7 @@
const navItems = [
{ href: '/admin', label: 'Dashboard', icon: '📊' },
{ href: '/admin/characters', label: 'Characters', icon: '🗣️' },
{ href: '/admin/character-changes', label: 'Changes', icon: '🔄' },
{ href: '/admin/devil-fruits', label: 'Devil Fruits', icon: '🍎' },
{ href: '/admin/arcs', label: 'Arcs', icon: '📚' },
{ href: '/admin/users', label: 'Users', icon: '👥' },