rework of the event admin UI

This commit is contained in:
Codex Agent
2025-11-24 17:17:39 +01:00
parent 4667ec8073
commit 8947a37261
37 changed files with 4381 additions and 874 deletions

View File

@@ -22,7 +22,13 @@
"engagement": "Tasks & More",
"toolkit": "Toolkit",
"billing": "Billing",
"settings": "Settings"
"settings": "Settings",
"tabs": {
"open": "Tabs",
"title": "Pick a section",
"subtitle": "Jump between your event areas in one tap.",
"active": "Choose section"
}
},
"eventMenu": {
"summary": "Overview",
@@ -51,7 +57,8 @@
},
"actions": {
"open": "Open",
"viewAll": "View all"
"viewAll": "View all",
"dismiss": "Dismiss"
},
"errors": {
"generic": "Something went wrong. Please try again.",
@@ -76,5 +83,14 @@
"buyMorePhotos": "Unlock more photos",
"buyMoreGuests": "Unlock more guests",
"extendGallery": "Extend gallery"
},
"commandShelf": {
"mobile": {
"openActions": "Open quick actions",
"sheetTitle": "Quick actions",
"sheetDescription": "Moderation, tasks, and invites in one place.",
"tip": "Tip: Access your key event-day actions here.",
"tipCta": "Got it"
}
}
}