mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 10:13:32 -04:00 
			
		
		
		
	feat: save default recipe ordering in local storage (#5826)
Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com>
This commit is contained in:
		| @@ -95,8 +95,8 @@ export function useUserSortPreferences(): Ref<UserRecipePreferences> { | ||||
|   const fromStorage = useLocalStorage( | ||||
|     "recipe-section-preferences", | ||||
|     { | ||||
|       orderBy: "name", | ||||
|       orderDirection: "asc", | ||||
|       orderBy: "created_at", | ||||
|       orderDirection: "desc", | ||||
|       filterNull: false, | ||||
|       sortIcon: $globals.icons.sortAlphabeticalAscending, | ||||
|       useMobileCards: false, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user