chore(hem): ta bort Matlador-knapp + matsvinn-widget

Matlador-QuickLink borttagen (koden ligger kvar); kvarvarande knappar
(Inkopslista/Hushall/Profil) skalar jamnt via flex:1. Matsvinn-widgeten
i matbudgeten borttagen (fyllde ingen funktion); 'denna vecka' kvar.
This commit is contained in:
Claude
2026-08-20 00:54:32 +00:00
parent ceceb63e8e
commit fd4670d6b7
-9
View File
@@ -118,11 +118,6 @@ export default function HomeScreen() {
<Row> <Row>
<QuickLink label={t("home.shopping")} glyph="🛒" onPress={() => router.push("/shopping")} /> <QuickLink label={t("home.shopping")} glyph="🛒" onPress={() => router.push("/shopping")} />
<QuickLink
label={t("home.mealBoxes")}
glyph="🍱"
onPress={() => router.push("/meal-boxes")}
/>
<QuickLink <QuickLink
label={t("home.household")} label={t("home.household")}
glyph="👥" glyph="👥"
@@ -186,10 +181,6 @@ export default function HomeScreen() {
: ""} : ""}
</Body> </Body>
</Row> </Row>
<Row style={{ justifyContent: "space-between" }}>
<Small>{t("home.wasteWeek")}</Small>
<Body>{formatMinor(budget.data.week.wasteMinor, budget.data.currency)}</Body>
</Row>
</Card> </Card>
)} )}