Add export progress hint
This commit is contained in:
@@ -213,6 +213,11 @@ export default function MobileDataExportsPage() {
|
||||
<Switch.Thumb />
|
||||
</Switch>
|
||||
</XStack>
|
||||
{hasInProgress ? (
|
||||
<Text fontSize="$xs" color={muted}>
|
||||
{t('dataExports.request.progress', 'Export is running. This list refreshes automatically.')}
|
||||
</Text>
|
||||
) : null}
|
||||
</YStack>
|
||||
<CTAButton
|
||||
label={requesting ? t('dataExports.actions.requesting', 'Requesting...') : t('dataExports.actions.request', 'Request export')}
|
||||
|
||||
Reference in New Issue
Block a user