mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 10:13:32 -04:00 
			
		
		
		
	feat: add reports to bulk recipe import (url) (#1294)
* remove unused docker and caddy configs * add experimental nested configs * switch to nest under docker-compose * remove v-card * bulk parser backend re-implementation * refactor UI for bulk importer * remove migration specific report text
This commit is contained in:
		| @@ -1,7 +1,7 @@ | ||||
| <template> | ||||
|   <div> | ||||
|     <v-form ref="domUrlForm" @submit.prevent="createByUrl(recipeUrl, importKeywordsAsTags)"> | ||||
|       <v-card flat> | ||||
|       <div> | ||||
|         <v-card-title class="headline"> Scrape Recipe </v-card-title> | ||||
|         <v-card-text> | ||||
|           Scrape a recipe by url. Provide the url for the site you want to scrape, and Mealie will attempt to scrape the | ||||
| @@ -27,7 +27,7 @@ | ||||
|             <BaseButton :disabled="recipeUrl === null" rounded block type="submit" :loading="loading" /> | ||||
|           </div> | ||||
|         </v-card-actions> | ||||
|       </v-card> | ||||
|       </div> | ||||
|     </v-form> | ||||
|     <v-expand-transition> | ||||
|       <v-alert v-show="error" color="error" class="mt-6 white--text"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user