mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
moved settings under list contents
This commit is contained in:
parent
62adc920a9
commit
7ca50b63f9
@ -106,10 +106,6 @@
|
|||||||
<template #icon> {{ $globals.icons.tags }} </template>
|
<template #icon> {{ $globals.icons.tags }} </template>
|
||||||
{{ $t('shopping-list.reorder-labels') }}
|
{{ $t('shopping-list.reorder-labels') }}
|
||||||
</BaseButton>
|
</BaseButton>
|
||||||
<BaseButton edit class="mr-2" @click="toggleSettingsDialog">
|
|
||||||
<template #icon> {{ $globals.icons.cog }} </template>
|
|
||||||
{{ $t('general.settings') }}
|
|
||||||
</BaseButton>
|
|
||||||
<BaseButton create @click="createEditorOpen = true" />
|
<BaseButton create @click="createEditorOpen = true" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -221,6 +217,15 @@
|
|||||||
</section>
|
</section>
|
||||||
</v-lazy>
|
</v-lazy>
|
||||||
|
|
||||||
|
<v-lazy>
|
||||||
|
<div class="d-flex justify-end">
|
||||||
|
<BaseButton edit @click="toggleSettingsDialog">
|
||||||
|
<template #icon> {{ $globals.icons.cog }} </template>
|
||||||
|
{{ $t('general.settings') }}
|
||||||
|
</BaseButton>
|
||||||
|
</div>
|
||||||
|
</v-lazy>
|
||||||
|
|
||||||
<v-lazy>
|
<v-lazy>
|
||||||
<div class="d-flex justify-end mt-10">
|
<div class="d-flex justify-end mt-10">
|
||||||
<ButtonLink :to="`/group/data/labels`" :text="$tc('shopping-list.manage-labels')" :icon="$globals.icons.tags" />
|
<ButtonLink :to="`/group/data/labels`" :text="$tc('shopping-list.manage-labels')" :icon="$globals.icons.tags" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user