mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 10:13:32 -04:00 
			
		
		
		
	feature/recipe-patch-improvements (#382)
* automated docs update * recipe rating component * recipe partial updates - closes #25 * use Vue.delete to update store * format * arrow functions * fix tests * format * initial context menu * localize * add confirmation dialog * context menu * fix bare exception * update line length * format all file with prettier * update changelog * download as json * update python dependencies * update javascript dependencies Co-authored-by: hay-kot <hay-kot@pm.me>
This commit is contained in:
		| @@ -6,14 +6,7 @@ | ||||
|           <v-icon large left v-if="!processing"> | ||||
|             mdi-link | ||||
|           </v-icon> | ||||
|           <v-progress-circular | ||||
|             v-else | ||||
|             indeterminate | ||||
|             color="white" | ||||
|             large | ||||
|             class="mr-2" | ||||
|           > | ||||
|           </v-progress-circular> | ||||
|           <v-progress-circular v-else indeterminate color="white" large class="mr-2"> </v-progress-circular> | ||||
|  | ||||
|           <v-toolbar-title class="headline"> | ||||
|             {{ $t("new-recipe.from-url") }} | ||||
| @@ -54,21 +47,9 @@ | ||||
|         </v-form> | ||||
|       </v-card> | ||||
|     </v-dialog> | ||||
|     <v-speed-dial | ||||
|       v-model="fab" | ||||
|       :open-on-hover="absolute" | ||||
|       :fixed="absolute" | ||||
|       :bottom="absolute" | ||||
|       :right="absolute" | ||||
|     > | ||||
|     <v-speed-dial v-model="fab" :open-on-hover="absolute" :fixed="absolute" :bottom="absolute" :right="absolute"> | ||||
|       <template v-slot:activator> | ||||
|         <v-btn | ||||
|           v-model="fab" | ||||
|           :color="absolute ? 'accent' : 'white'" | ||||
|           dark | ||||
|           :icon="!absolute" | ||||
|           :fab="absolute" | ||||
|         > | ||||
|         <v-btn v-model="fab" :color="absolute ? 'accent' : 'white'" dark :icon="!absolute" :fab="absolute"> | ||||
|           <v-icon> mdi-plus </v-icon> | ||||
|         </v-btn> | ||||
|       </template> | ||||
| @@ -132,5 +113,4 @@ export default { | ||||
| }; | ||||
| </script> | ||||
|  | ||||
| <style> | ||||
| </style> | ||||
| <style></style> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user