Release Nouri 1.3.0 with improved food states and quick entry flow

This commit is contained in:
2026-04-15 11:29:19 +02:00
parent 06be1371d3
commit 5e9beb1d98
22 changed files with 423 additions and 38 deletions
+5 -2
View File
@@ -17,6 +17,7 @@ DAYPART_SLUG_TO_MEAL_TYPE = {
}
DEFAULT_CATEGORIES = [
"Unsortiert",
"Kohlenhydrate",
"Milchprodukt",
"Obst",
@@ -30,6 +31,7 @@ DEFAULT_CATEGORIES = [
]
DEFAULT_CATEGORY_BUILDERS = {
"Unsortiert": "neutral",
"Kohlenhydrate": "carb",
"Brot & Getreide": "carb",
"Milchprodukt": "dairy",
@@ -226,9 +228,10 @@ ITEM_KIND_SINGULAR_LABELS = {
}
AVAILABILITY_LABELS = {
"idea": "Merkliste",
"idea": "Gerade nicht da",
"home": "Zuhause",
"archived": "Archiv",
"unsorted": "Unsortiert",
"archived": "Archiviert",
}
ROLE_LABELS = {