mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 10:13:32 -04:00 
			
		
		
		
	UI/UX improvements (#2423)
* disable autofocus and hide keyboard on enter * improve a11y * fix non-translated string * improve recipeTimeline UI * format * fixes
This commit is contained in:
		| @@ -62,7 +62,7 @@ | ||||
|       class="d-print-none d-flex px-2" | ||||
|       :class="$vuetify.breakpoint.smAndDown ? 'justify-center' : 'justify-end'" | ||||
|     > | ||||
|       <v-switch v-model="wakeLock" small label="Keep Screen Awake" /> | ||||
|       <v-switch v-model="wakeLock" small :label="$t('recipe.screen-awake')" /> | ||||
|     </div> | ||||
|  | ||||
|     <RecipePageComments | ||||
|   | ||||
		Reference in New Issue
	
	Block a user