feat(final-docs): judge review page + entry points

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Matt
2026-06-09 15:44:37 +02:00
parent e9e072dda7
commit df0be6bb48
4 changed files with 168 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
'use client'
import { BookOpen, Home, Trophy, ClipboardList } from 'lucide-react'
import { BookOpen, Home, Trophy, ClipboardList, FileText } from 'lucide-react'
import { RoleNav, type NavItem, type RoleNavUser } from '@/components/layouts/role-nav'
import { trpc } from '@/lib/trpc/client'
import { Badge } from '@/components/ui/badge'
@@ -61,6 +61,11 @@ export function JuryNav({ user }: JuryNavProps) {
href: '/jury/competitions',
icon: ClipboardList,
},
{
name: 'Finalist Documents',
href: '/jury/finals-documents',
icon: FileText,
},
...(myAwards && myAwards.length > 0
? [
{