Harden server draft sync (Save & Exit + post-login transfer)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"loadingSavedProgress": "Loading your saved progress…",
|
||||
"conflictPrompt": "You have progress saved in this browser and a draft on your account.\n\nOK — load the account draft (discard the browser copy).\nCancel — keep this browser copy."
|
||||
}
|
||||
@@ -2,5 +2,6 @@
|
||||
"saveAndExit": "Save & Exit",
|
||||
"exit": "Exit",
|
||||
"leaveConfirmLoss": "Leave create flow? Your progress will be lost.",
|
||||
"leaveConfirmSaveFailed": "Could not save to your account. Leave anyway?"
|
||||
"draftSaveBannerTitle": "Couldn't save draft",
|
||||
"postLoginSaveFailedWithReason": "Could not save your draft to your account. Your progress is still stored on this device.\n\n{reason}"
|
||||
}
|
||||
|
||||
@@ -19,6 +19,7 @@ import navigation from "./navigation.json";
|
||||
import metadata from "./metadata.json";
|
||||
import communication from "./create/communication.json";
|
||||
import createTopNav from "./create/topNav.json";
|
||||
import createDraftHydration from "./create/draftHydration.json";
|
||||
|
||||
export default {
|
||||
common,
|
||||
@@ -43,6 +44,7 @@ export default {
|
||||
create: {
|
||||
communication,
|
||||
topNav: createTopNav,
|
||||
draftHydration: createDraftHydration,
|
||||
},
|
||||
navigation,
|
||||
metadata,
|
||||
|
||||
Reference in New Issue
Block a user