Workflow UI redesign - first draft

This commit is contained in:
2026-06-11 12:30:27 +02:00
parent 03c3f5f5c3
commit fdab7cd362
9 changed files with 704 additions and 577 deletions

View File

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