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:
@@ -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>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user