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> <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" />