moved settings under list contents

This commit is contained in:
Michael Genson 2024-02-23 18:00:13 +00:00
parent 62adc920a9
commit 7ca50b63f9

View File

@ -106,10 +106,6 @@
<template #icon> {{ $globals.icons.tags }} </template>
{{ $t('shopping-list.reorder-labels') }}
</BaseButton>
<BaseButton edit class="mr-2" @click="toggleSettingsDialog">
<template #icon> {{ $globals.icons.cog }} </template>
{{ $t('general.settings') }}
</BaseButton>
<BaseButton create @click="createEditorOpen = true" />
</div>
@ -221,6 +217,15 @@
</section>
</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>
<div class="d-flex justify-end mt-10">
<ButtonLink :to="`/group/data/labels`" :text="$tc('shopping-list.manage-labels')" :icon="$globals.icons.tags" />