From 850d86eb2509ba8da56a24c623b0db0e0db4a6e4 Mon Sep 17 00:00:00 2001 From: jableader Date: Sat, 4 May 2024 18:00:50 +1000 Subject: [PATCH] Improved people list --- src/components/meals/EditMealPage.vue | 10 +++--- src/components/meals/PersonList.vue | 41 +++++++++++++++++----- src/components/recipes/RecipeSearchBox.vue | 4 +-- 3 files changed, 39 insertions(+), 16 deletions(-) diff --git a/src/components/meals/EditMealPage.vue b/src/components/meals/EditMealPage.vue index 4e6a79d..c23e95c 100644 --- a/src/components/meals/EditMealPage.vue +++ b/src/components/meals/EditMealPage.vue @@ -2,11 +2,11 @@
- - - - -
Chefs
Consumers
Cleanup
+
+ Cooked by + for , + with on cleanup. +

Recipes

diff --git a/src/components/meals/PersonList.vue b/src/components/meals/PersonList.vue index 2ca880a..62a7c5d 100644 --- a/src/components/meals/PersonList.vue +++ b/src/components/meals/PersonList.vue @@ -5,10 +5,10 @@ - -
    + +
    • - +
    @@ -42,7 +42,6 @@ text-align: center; border-radius: 50%; background: #eee; - margin-right: 1em; } /* On hover, prompt the user to click to remove the person */ @@ -86,6 +85,7 @@ margin: 0; max-height: 40vh; overflow-y: scroll; + z-index: 1000; } .person-droplist li { @@ -98,7 +98,7 @@