perf: Move exports to worker service (#2514)

* first pass

* fixes

* fix: Move export related emails to queue

* i18n
This commit is contained in:
Tom Moor
2021-08-31 17:41:57 -07:00
committed by GitHub
parent 23a6459ae8
commit 476b5e03f9
9 changed files with 179 additions and 238 deletions

View File

@@ -184,7 +184,7 @@ function ImportExport() {
<Heading>{t("Export")}</Heading>
<HelpText>
<Trans
defaults="A full export might take some time, consider exporting a single document or collection. The exported data is a zip of your documents in Markdown format. You may leave this page once the export has started we will email a link to <em>{{ userEmail }}</em> when it's complete."
defaults="A full export might take some time, consider exporting a single document or collection. The exported data is a zip of your documents in Markdown format. You may leave this page once the export has started we will email a link to <em>{{ userEmail }}</em> when its complete."
values={{ userEmail: user.email }}
components={{ em: <strong /> }}
/>