UI changes, attachment page redesign

This commit is contained in:
2026-06-10 11:14:16 +02:00
parent d666dd90ee
commit 1f34435893
12 changed files with 725 additions and 209 deletions

View File

@@ -3,9 +3,9 @@ import type { CampaignWorkspaceSection } from "../types";
const campaignItems: { id: CampaignWorkspaceSection; label: string }[] = [
{ id: "campaign", label: "General" },
{ id: "fields", label: "Fields" },
{ id: "files", label: "Attachments" },
{ id: "recipients", label: "Recipients" },
{ id: "template", label: "Template" },
{ id: "files", label: "Attachments" }
];
const sendItems: { id: CampaignWorkspaceSection; label: string }[] = [
@@ -14,7 +14,7 @@ const sendItems: { id: CampaignWorkspaceSection; label: string }[] = [
{ id: "review", label: "Review" },
{ id: "send", label: "Send" },
{ id: "report", label: "Report" },
{ id: "audit", label: "Audit log" }
{ id: "audit", label: "Audit log" },
];
export default function SectionSidebar({