mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-12 05:15:18 -05:00
feat: Add user QueryFilter and improve UI on mobile (#6235)
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com> Co-authored-by: Michael Genson <genson.michael@gmail.com>
This commit is contained in:
@@ -29,7 +29,8 @@ export type RecipeOrganizer
|
||||
| "tags"
|
||||
| "tools"
|
||||
| "foods"
|
||||
| "households";
|
||||
| "households"
|
||||
| "users";
|
||||
|
||||
export enum Organizer {
|
||||
Category = "categories",
|
||||
@@ -37,4 +38,5 @@ export enum Organizer {
|
||||
Tool = "tools",
|
||||
Food = "foods",
|
||||
Household = "households",
|
||||
User = "users",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user