From bfb0485598eae9ddd7a31461c4dd4f29835fecd4 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Thu, 28 May 2026 00:43:05 +0200 Subject: [PATCH] feat(ui): redesign header with a DaisyUI navbar Use the proper navbar-start/navbar-end structure with a horizontal menu for the Report / View defects links, a red-dot brand mark echoing the weak-point map, and a sticky shadowed bar. Rename the brand to the less terse "Project Board Andon". --- app/layouts/default.vue | 31 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/app/layouts/default.vue b/app/layouts/default.vue index f9a1cdd..334d9db 100644 --- a/app/layouts/default.vue +++ b/app/layouts/default.vue @@ -5,19 +5,26 @@