From 615a114f33fa3ef22108bbc165e21152ece3eed7 Mon Sep 17 00:00:00 2001 From: "bert.hausmans" Date: Sat, 16 May 2026 21:07:57 +0200 Subject: [PATCH] fix(gui-v2): breadcrumb navigation via router.push + button type + void logout - FIX A (IMPORTANT): PrimeVue Breadcrumb ignores `route` key; map non-last items with `command: () => router.push(item.to)` for real client-side nav - FIX B: add type="button" to all 6 native