Review/Send refinement

This commit is contained in:
2026-06-13 18:08:07 +02:00
parent ed8341b8c1
commit 5937dfe97e
6 changed files with 438 additions and 54 deletions

View File

@@ -16,12 +16,22 @@ const campaignSubnav: ModuleSubnavGroup<CampaignWorkspaceSection>[] = [
]
},
{
title: "SEND CAMPAIGN",
title: "SETTINGS",
items: [
{ id: "mail-settings", label: "Server settings" },
{ id: "global-settings", label: "Global settings" },
{ id: "global-settings", label: "Policies" }
]
},
{
title: "SEND",
items: [
{ id: "review", label: "Workflow preview" },
{ id: "send", label: "Review & Send" },
{ id: "send", label: "Review & Send" }
]
},
{
title: "REPORT",
items: [
{ id: "report", label: "Report" },
{ id: "audit", label: "Audit log" }
]