mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 10:13:32 -04:00 
			
		
		
		
	Feature/group items editor (#1064)
* update types * remove toolbox routes * remove unused "" * add generic crud table * update calls for type safety * recreate food/unit editors * fix type error * remove shopping list link * add transition * add basic search box * conditional show-select * styling + basic download support * generic download as json function * add fraction support * add export option * add label text
This commit is contained in:
		| @@ -27,7 +27,7 @@ | ||||
|             {{ data.item.name || data.item }} | ||||
|           </v-chip> | ||||
|         </template> | ||||
|         <template #append-outer=""> | ||||
|         <template #append-outer> | ||||
|           <BaseDialog v-model="createDialog" title="Create New Tool" @submit="actions.createOne()"> | ||||
|             <template #activator> | ||||
|               <v-btn icon @click="createDialog = true"> | ||||
| @@ -86,5 +86,4 @@ export default defineComponent({ | ||||
| }); | ||||
| </script> | ||||
|  | ||||
| <style lang="scss" scoped> | ||||
| </style> | ||||
| <style lang="scss" scoped></style> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user