feat: introduce Teams & OKRs feature with models, types, and UI components for team management and objective tracking
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 12m53s

This commit is contained in:
Julien Froidefond
2026-01-07 10:11:59 +01:00
parent e3a47dd7e5
commit 5f661c8bfd
35 changed files with 3993 additions and 0 deletions

View File

@@ -39,6 +39,26 @@ export function Header() {
Mes Ateliers
</Link>
{/* Objectives Link */}
<Link
href="/objectives"
className={`text-sm font-medium transition-colors ${
isActiveLink('/objectives') ? 'text-primary' : 'text-muted hover:text-foreground'
}`}
>
🎯 Mes Objectifs
</Link>
{/* Teams Link */}
<Link
href="/teams"
className={`text-sm font-medium transition-colors ${
isActiveLink('/teams') ? 'text-primary' : 'text-muted hover:text-foreground'
}`}
>
👥 Équipes
</Link>
{/* Workshops Dropdown */}
<div className="relative">
<button