Review/Send redesign

This commit is contained in:
2026-06-13 17:43:43 +02:00
parent 884ba51432
commit ed8341b8c1
6 changed files with 1016 additions and 6 deletions

View File

@@ -36,8 +36,8 @@ const campaignRouteLabels: Record<string, string> = {
mail: "Server settings",
"mail-settings": "Server settings",
"server-settings": "Server settings",
review: "Review",
send: "Send",
review: "Workflow preview",
send: "Review & Send",
report: "Report",
reports: "Report",
audit: "Audit log",

View File

@@ -20,6 +20,7 @@ const campaignSubnav: ModuleSubnavGroup<CampaignWorkspaceSection>[] = [
items: [
{ id: "mail-settings", label: "Server settings" },
{ id: "global-settings", label: "Global settings" },
{ id: "review", label: "Workflow preview" },
{ id: "send", label: "Review & Send" },
{ id: "report", label: "Report" },
{ id: "audit", label: "Audit log" }