mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 02:03:35 -04:00 
			
		
		
		
	feat(frontend): ✨ Add Meal Tags + UI Improvements (#807)
* feat: ✨ * fix colors * add additional support for settings meal tag * add defaults to recipe * use group reciep settings * fix login infinite loading * disable owner on initial load * add skeleton loader * add v-model support * formatting * fix overwriting existing values * feat(frontend): ✨ add markdown preview for steps * update black plus formatting * update help text * fix overwrite error * remove print Co-authored-by: hay-kot <hay-kot@pm.me>
This commit is contained in:
		| @@ -2,7 +2,7 @@ | ||||
|   <div v-if="value && value.length > 0"> | ||||
|     <div class="d-flex justify-start"> | ||||
|       <h2 class="mb-4 mt-1">{{ $t("recipe.ingredients") }}</h2> | ||||
|     <AppButtonCopy btn-class="ml-auto" :copy-text="ingredientCopyText" /> | ||||
|       <AppButtonCopy btn-class="ml-auto" :copy-text="ingredientCopyText" /> | ||||
|     </div> | ||||
|     <div> | ||||
|       <div v-for="(ingredient, index) in value" :key="'ingredient' + index"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user