feat: add recent plans history to homepage

This commit is contained in:
2026-01-13 09:48:54 +01:00
parent de7bc516ff
commit 7267515a87
6 changed files with 128 additions and 2 deletions

View File

@@ -3,7 +3,12 @@
"title": "Katzen-Sitting-Planer",
"description": "Koordiniere die Pflege deiner Vierbeiner, während du weg bist.",
"createPlan": "Neuen Plan erstellen",
"createPlanDesc": "Gib deinem Plan einen Namen, wähle deine Reisedaten und setze ein Gruppen-Passwort."
"createPlanDesc": "Gib deinem Plan einen Namen, wähle deine Reisedaten und setze ein Gruppen-Passwort.",
"recentPlans": {
"title": "Zuletzt besuchte Pläne",
"noPlans": "Keine Pläne",
"clear": "Leeren"
}
},
"createPlanForm": {
"title": "Titel des Plans",

View File

@@ -3,7 +3,12 @@
"title": "Cat Sitting Planner",
"description": "Coordinate care for your furry friends while you're away.",
"createPlan": "Create a New Plan",
"createPlanDesc": "Give your plan a title, select your travel dates and set a group password."
"createPlanDesc": "Give your plan a title, select your travel dates and set a group password.",
"recentPlans": {
"title": "Recently Visited Plans",
"noPlans": "No recent plans",
"clear": "Clear"
}
},
"createPlanForm": {
"title": "Plan Title",