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.
+- {{ recipe.notes }} -
+ +