From 973c76a4c8f1f89b4aefde53efca5c2b7122b077 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Mon, 11 May 2026 11:58:49 -0700 Subject: [PATCH] feat(browse): add breadcrumb nav above recipe grid (closes #130) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Renders domain › category › subcategory above the recipe grid whenever a domain and category are active. Each ancestor crumb is a button that navigates back up the hierarchy (selectDomain / selectCategory). The leaf node is a plain span with aria-current="page". The nav has aria-label="Browse location" for screen reader context. --- .../src/components/RecipeBrowserPanel.vue | 55 +++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/frontend/src/components/RecipeBrowserPanel.vue b/frontend/src/components/RecipeBrowserPanel.vue index 22f5808..e327e6a 100644 --- a/frontend/src/components/RecipeBrowserPanel.vue +++ b/frontend/src/components/RecipeBrowserPanel.vue @@ -84,6 +84,25 @@ + + +