feat(mobile): hemma-knapparnas skärmar som modaler (UX-3)

This commit is contained in:
Sven (AAMOS AI)
2026-08-16 00:38:55 +07:00
parent c115c3cb4b
commit c2a8aa8fa1
+4 -4
View File
@@ -80,11 +80,11 @@ export default function RootLayout() {
<Stack.Screen name="meal-review/[jobId]" options={{ title: t("scan.meal.title") }} /> <Stack.Screen name="meal-review/[jobId]" options={{ title: t("scan.meal.title") }} />
<Stack.Screen name="reconciliation" options={{ title: t("reconciliation.title") }} /> <Stack.Screen name="reconciliation" options={{ title: t("reconciliation.title") }} />
<Stack.Screen name="scan-diff-review/[jobId]" options={{ title: t("scan.review.title") }} /> <Stack.Screen name="scan-diff-review/[jobId]" options={{ title: t("scan.review.title") }} />
<Stack.Screen name="shopping" options={{ title: t("shopping.title") }} /> <Stack.Screen name="shopping" options={{ title: t("shopping.title"), presentation: "modal" }} />
<Stack.Screen name="meal-boxes" options={{ title: t("mealbox.title") }} /> <Stack.Screen name="meal-boxes" options={{ title: t("mealbox.title"), presentation: "modal" }} />
<Stack.Screen name="household" options={{ title: t("home.household") }} /> <Stack.Screen name="household" options={{ title: t("home.household"), presentation: "modal" }} />
<Stack.Screen name="memory" options={{ title: t("memory.title") }} /> <Stack.Screen name="memory" options={{ title: t("memory.title") }} />
<Stack.Screen name="profile" options={{ title: t("profile.title") }} /> <Stack.Screen name="profile" options={{ title: t("profile.title"), presentation: "modal" }} />
<Stack.Screen <Stack.Screen
name="paywall" name="paywall"
options={{ title: t("paywall.title"), presentation: "modal" }} options={{ title: t("paywall.title"), presentation: "modal" }}