Ajoute du tableau de bord

Signed-off-by: Gato <cedric@goutailler-olivier.fr>
This commit is contained in:
2026-05-28 19:05:27 +02:00
parent 43421b5fb1
commit 6f4d431f10
9 changed files with 848 additions and 2 deletions
+1
View File
@@ -15,6 +15,7 @@ export class Menu {
protected readonly menuItems = [
{ label: 'Accueil', path: '/home' },
{ label: 'Tableau de bord', path: '/dashboard' },
{ label: 'Projet', path: '/project' },
{ label: 'Issues', path: '/issues' },
{ label: 'Milestones', path: '/milestones' },