mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-04-18 19:05:34 -04:00
feat: improve BaseDialog on mobile and use it globally (#7076)
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
<BaseDialog
|
||||
v-model="state.createDialog"
|
||||
:title="$t('shopping-list.create-shopping-list')"
|
||||
:icon="$globals.icons.formatListCheck"
|
||||
can-submit
|
||||
@submit="createOne"
|
||||
>
|
||||
@@ -43,6 +44,7 @@
|
||||
<BaseDialog
|
||||
v-model="state.deleteDialog"
|
||||
:title="$t('general.confirm')"
|
||||
:icon="$globals.icons.alertCircle"
|
||||
color="error"
|
||||
can-confirm
|
||||
@confirm="deleteOne"
|
||||
|
||||
Reference in New Issue
Block a user