mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 10:13:32 -04:00 
			
		
		
		
	moved settings under list contents
This commit is contained in:
		| @@ -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" /> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user