From bc04739447e0c69e4626f87db38823a0fb3dc3a5 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Wed, 15 Apr 2026 10:01:41 -0700 Subject: [PATCH] fix(kiwi-a11y): SavedRecipesPanel empty state, remove confirmation, notes expand (#43 #44 #48) --- frontend/src/components/RecipesView.vue | 1 + frontend/src/components/SavedRecipesPanel.vue | 88 ++++++++++++++++--- 2 files changed, 79 insertions(+), 10 deletions(-) diff --git a/frontend/src/components/RecipesView.vue b/frontend/src/components/RecipesView.vue index bf8101f..dd2ec6b 100644 --- a/frontend/src/components/RecipesView.vue +++ b/frontend/src/components/RecipesView.vue @@ -32,6 +32,7 @@ aria-labelledby="tab-saved" tabindex="0" @open-recipe="openRecipeById" + @go-to-tab="(tab: string) => activateTab(tab as TabId)" /> diff --git a/frontend/src/components/SavedRecipesPanel.vue b/frontend/src/components/SavedRecipesPanel.vue index 1c0867e..2de1334 100644 --- a/frontend/src/components/SavedRecipesPanel.vue +++ b/frontend/src/components/SavedRecipesPanel.vue @@ -3,7 +3,14 @@

No saved recipes yet.

-

Bookmark a recipe from Find or Browse and it will appear here.

+
+ + +