From 977be220c7f1d166cf155fe2021207e2985e5ecd Mon Sep 17 00:00:00 2001
From: nithur-m
Date: Sat, 27 Sep 2025 11:29:43 +0530
Subject: [PATCH 1/2] show delivered time on campaigns
---
packages/dashboard/src/pages/campaigns/index.tsx | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/packages/dashboard/src/pages/campaigns/index.tsx b/packages/dashboard/src/pages/campaigns/index.tsx
index 4c72f06..13a7612 100644
--- a/packages/dashboard/src/pages/campaigns/index.tsx
+++ b/packages/dashboard/src/pages/campaigns/index.tsx
@@ -106,6 +106,14 @@ export default function Index() {
)}
+
+ {c.status !== "DRAFT" && c.tasks.length === 0 && (
+
+
+
{new Date(c.delivered!).toLocaleTimeString()}
+
{new Date(c.delivered!).toDateString()}
+
+ )}
From 43f9b52cf25fbcef4eb2f235f300c3a33376ea39 Mon Sep 17 00:00:00 2001
From: Dries Augustyns
Date: Sat, 27 Sep 2025 08:23:52 +0200
Subject: [PATCH 2/2] Bump version from 1.3.2 to 1.3.3
---
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
index c36d687..9e476fa 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "plunk",
- "version": "1.3.2",
+ "version": "1.3.3",
"private": true,
"license": "agpl-3.0",
"workspaces": {