feat & docs: implement multi-logbook database cache, API routes, and switcher dashboard

This commit is contained in:
2026-05-27 21:33:16 +02:00
parent 073be1a957
commit 6e2dce6ec5
11 changed files with 1252 additions and 30 deletions
+12
View File
@@ -44,6 +44,18 @@
"coordinates": "Coordinates",
"weather": "Weather Conditions",
"save": "Save Entry"
},
"dashboard": {
"title": "Your Logbooks",
"subtitle": "Select a logbook or create a new one to manage your journeys.",
"create_btn": "Create Logbook",
"new_logbook_placeholder": "Logbook or Yacht Name",
"logout": "Logout",
"delete_confirm": "Are you sure you want to permanently delete this logbook? All local cache and server backups will be destroyed.",
"no_logbooks": "No logbooks found. Create your first logbook to begin!",
"loading": "Loading logbooks...",
"status_synced": "Synced",
"status_local": "Local Cache Only"
}
}
}