From 72c10ced4013997a9844216f2cedb7143b6a16aa Mon Sep 17 00:00:00 2001 From: r-dev Date: Sat, 4 Apr 2026 17:08:17 +0200 Subject: [PATCH] feat(ui) : add contextual breadcrumb navigation --- frontend/app/app.vue | 1 + .../app/components/layout/AppBreadcrumb.vue | 123 ++++++++++++++++++ 2 files changed, 124 insertions(+) create mode 100644 frontend/app/components/layout/AppBreadcrumb.vue diff --git a/frontend/app/app.vue b/frontend/app/app.vue index d93bf6e..599a771 100644 --- a/frontend/app/app.vue +++ b/frontend/app/app.vue @@ -7,6 +7,7 @@ @open-settings="displaySettingsOpen = true" @logout="handleLogout" /> +
diff --git a/frontend/app/components/layout/AppBreadcrumb.vue b/frontend/app/components/layout/AppBreadcrumb.vue new file mode 100644 index 0000000..a9a1a06 --- /dev/null +++ b/frontend/app/components/layout/AppBreadcrumb.vue @@ -0,0 +1,123 @@ + + +