mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-11-03 02:33:31 -05: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,6 +1,6 @@
 | 
			
		||||
<template>
 | 
			
		||||
  <v-form>
 | 
			
		||||
    <v-card flat>
 | 
			
		||||
    <div>
 | 
			
		||||
      <v-card-title class="headline"> Import from Zip </v-card-title>
 | 
			
		||||
      <v-card-text>
 | 
			
		||||
        Import a single recipe that was exported from another Mealie instance.
 | 
			
		||||
@@ -25,7 +25,7 @@
 | 
			
		||||
          <BaseButton :disabled="newRecipeZip === null" large rounded block :loading="loading" @click="createByZip" />
 | 
			
		||||
        </div>
 | 
			
		||||
      </v-card-actions>
 | 
			
		||||
    </v-card>
 | 
			
		||||
    </div>
 | 
			
		||||
  </v-form>
 | 
			
		||||
</template>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user