feat: split victories into tabbed sections (place/nomination/judge)

Add type field to VictoryItem, tabbed UI in trainer profile,
and type dropdown in admin form.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-13 16:31:00 +03:00
parent d3bb43af80
commit 1b391cdde6
3 changed files with 76 additions and 142 deletions

View File

@@ -14,6 +14,7 @@ export interface RichListItem {
}
export interface VictoryItem {
type?: 'place' | 'nomination' | 'judge';
place: string;
category: string;
competition: string;