1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-02 20:15:24 +02:00

feat: Add 'No Shopping Lists Found' message (#4661)

Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
This commit is contained in:
niteflyunicorns 2024-12-04 21:59:17 -07:00 committed by GitHub
parent 87504fbb05
commit d9a1db557c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 13 additions and 1 deletions

View file

@ -21,6 +21,12 @@
<BaseButton create @click="createDialog = true" />
</v-container>
<v-container v-if="!shoppingListChoices.length">
<BasePageTitle>
<template #title>{{ $t('shopping-list.no-shopping-lists-found') }}</template>
</BasePageTitle>
</v-container>
<section>
<v-card
v-for="list in shoppingListChoices"