fix(offline): load trips from Dexie on dashboard when offline; fix offline tab i18n key

This commit is contained in:
jubnl
2026-04-14 23:34:28 +02:00
parent d3b5ca451b
commit bb3543efa6
17 changed files with 36 additions and 7 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ export default function SettingsPage(): React.ReactElement {
{ id: 'map', label: t('settings.tabs.map') },
{ id: 'notifications', label: t('settings.tabs.notifications') },
...(hasIntegrations ? [{ id: 'integrations', label: t('settings.tabs.integrations') }] : []),
{ id: 'offline', label: t('settings.tabs.offline', 'Offline') },
{ id: 'offline', label: t('settings.tabs.offline') },
{ id: 'account', label: t('settings.tabs.account') },
...(appVersion ? [{ id: 'about', label: t('settings.tabs.about') }] : []),
]