From 55e2a4fafe3eea9720e97468c66d398452ed0b3d Mon Sep 17 00:00:00 2001 From: Matthieu Date: Tue, 3 Mar 2026 15:31:26 +0100 Subject: [PATCH] fix(navbar) : reorder nav groups and add lucide icons - Reorder: Composants, Pieces, Produits (was Pieces, Produits, Composants) - Add icons to all nav links and dropdown groups - Dashboard, Factory, ClipboardList, Cpu, Puzzle, Package, Link Co-Authored-By: Claude Opus 4.6 --- app/components/layout/AppNavbar.vue | 53 ++++++++++++++++++++--------- 1 file changed, 36 insertions(+), 17 deletions(-) diff --git a/app/components/layout/AppNavbar.vue b/app/components/layout/AppNavbar.vue index b56b738..b34e988 100644 --- a/app/components/layout/AppNavbar.vue +++ b/app/components/layout/AppNavbar.vue @@ -24,9 +24,10 @@
  • +
  • @@ -46,7 +47,10 @@ @keydown.enter.prevent="toggleDropdown(group.id + '-mobile')" @keydown.space.prevent="toggleDropdown(group.id + '-mobile')" > - {{ group.label }} + + + @@ -119,13 +124,14 @@ >