mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-11-03 18:53:17 -05:00 
			
		
		
		
	feature/new-feature-cleanup (#389)
* add json editor to theme editor * add toolbars tools to recipe sections * fix recipe yield * add updated_date to recipe schema * update time cards * fix mobile buttons * fix asset URL * fix PG errors CRUD * remove -d from docker-pro * fix theme tests * remvoe old typing * abstract count function Co-authored-by: hay-kot <hay-kot@pm.me>
This commit is contained in:
		@@ -6,7 +6,7 @@
 | 
			
		||||
    <v-card v-else id="myRecipe">
 | 
			
		||||
      <v-img height="400" :src="getImage(recipeDetails.slug)" class="d-print-none" :key="imageKey">
 | 
			
		||||
        <RecipeTimeCard
 | 
			
		||||
          class="force-bottom"
 | 
			
		||||
          :class="isMobile ? undefined : 'force-bottom'"
 | 
			
		||||
          :prepTime="recipeDetails.prepTime"
 | 
			
		||||
          :totalTime="recipeDetails.totalTime"
 | 
			
		||||
          :performTime="recipeDetails.performTime"
 | 
			
		||||
@@ -106,6 +106,9 @@ export default {
 | 
			
		||||
  },
 | 
			
		||||
 | 
			
		||||
  computed: {
 | 
			
		||||
    isMobile() {
 | 
			
		||||
      return this.$vuetify.breakpoint.name === "xs";
 | 
			
		||||
    },
 | 
			
		||||
    currentRecipe() {
 | 
			
		||||
      return this.$route.params.recipe;
 | 
			
		||||
    },
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user