From 7d76fe1b6afce14a2dc902486616592ffb09563c Mon Sep 17 00:00:00 2001 From: Emma Alexia Date: Mon, 21 Jul 2025 04:35:36 -0400 Subject: [PATCH] Add more info about last attempts to admin billing dashboard (#4029) --- apps/frontend/src/pages/admin/billing/[id].vue | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/apps/frontend/src/pages/admin/billing/[id].vue b/apps/frontend/src/pages/admin/billing/[id].vue index 40ba9da61..fbbaae9c6 100644 --- a/apps/frontend/src/pages/admin/billing/[id].vue +++ b/apps/frontend/src/pages/admin/billing/[id].vue @@ -150,9 +150,26 @@ + + Ended: + + Ends: + Issued: + Due: {{ dayjs(charge.due).format("MMMM D, YYYY [at] h:mma") }} ({{ formatRelativeTime(charge.due) }}) + + Last attempt: + Charged: + {{ dayjs(charge.last_attempt).format("MMMM D, YYYY [at] h:mma") }} + ({{ formatRelativeTime(charge.last_attempt) }}) + +
{{ charge.status }} ⋅