Create flow: session UI + sign out

This commit is contained in:
adilallo
2026-04-06 19:22:50 -06:00
parent 4b14510dde
commit 759f5f1555
47 changed files with 1383 additions and 370 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"saveAndExit": "Save & Exit",
"exit": "Exit",
"leaveConfirmLoss": "Leave create flow? Your progress will be lost.",
"leaveConfirmSaveFailed": "Could not save to your account. Leave anyway?"
}
+2
View File
@@ -18,6 +18,7 @@ import profile from "./pages/profile.json";
import navigation from "./navigation.json";
import metadata from "./metadata.json";
import communication from "./create/communication.json";
import createTopNav from "./create/topNav.json";
export default {
common,
@@ -41,6 +42,7 @@ export default {
},
create: {
communication,
topNav: createTopNav,
},
navigation,
metadata,
+2
View File
@@ -1,6 +1,8 @@
{
"title": "Log in to CommunityRule",
"subtitle": "Enter your email and we'll send you a magic link to sign in. No password needed!",
"saveProgressTitle": "Save your progress?",
"saveProgressSubtitle": "We need your email to save, and we'll send you a magic link to sign in. If you don't save now you could lose your progress.",
"emailLabel": "Email address",
"emailPlaceholder": "you@example.com",
"sendMagicLink": "Send me a magic link",
+2 -1
View File
@@ -1,4 +1,5 @@
{
"placeholderTitle": "Your profile",
"placeholderBody": "Were building this space for your CommunityRules and account options. Check back soon."
"placeholderBody": "Were building this space for your CommunityRules and account options. Check back soon.",
"signOut": "Sign out"
}