Add export progress hint
This commit is contained in:
@@ -2800,7 +2800,8 @@
|
|||||||
"title": "Datenexporte",
|
"title": "Datenexporte",
|
||||||
"request": {
|
"request": {
|
||||||
"title": "Exportanfrage",
|
"title": "Exportanfrage",
|
||||||
"hint": "Exportiere Mandantendaten oder ein einzelnes Event-Archiv."
|
"hint": "Exportiere Mandantendaten oder ein einzelnes Event-Archiv.",
|
||||||
|
"progress": "Export läuft. Die Liste wird automatisch aktualisiert."
|
||||||
},
|
},
|
||||||
"fields": {
|
"fields": {
|
||||||
"scope": "Umfang",
|
"scope": "Umfang",
|
||||||
|
|||||||
@@ -2804,7 +2804,8 @@
|
|||||||
"title": "Data exports",
|
"title": "Data exports",
|
||||||
"request": {
|
"request": {
|
||||||
"title": "Export request",
|
"title": "Export request",
|
||||||
"hint": "Export tenant data or a specific event archive."
|
"hint": "Export tenant data or a specific event archive.",
|
||||||
|
"progress": "Export is running. This list refreshes automatically."
|
||||||
},
|
},
|
||||||
"fields": {
|
"fields": {
|
||||||
"scope": "Scope",
|
"scope": "Scope",
|
||||||
|
|||||||
@@ -213,6 +213,11 @@ export default function MobileDataExportsPage() {
|
|||||||
<Switch.Thumb />
|
<Switch.Thumb />
|
||||||
</Switch>
|
</Switch>
|
||||||
</XStack>
|
</XStack>
|
||||||
|
{hasInProgress ? (
|
||||||
|
<Text fontSize="$xs" color={muted}>
|
||||||
|
{t('dataExports.request.progress', 'Export is running. This list refreshes automatically.')}
|
||||||
|
</Text>
|
||||||
|
) : null}
|
||||||
</YStack>
|
</YStack>
|
||||||
<CTAButton
|
<CTAButton
|
||||||
label={requesting ? t('dataExports.actions.requesting', 'Requesting...') : t('dataExports.actions.request', 'Request export')}
|
label={requesting ? t('dataExports.actions.requesting', 'Requesting...') : t('dataExports.actions.request', 'Request export')}
|
||||||
|
|||||||
Reference in New Issue
Block a user