From 985010d63c4fd854c523204ee4b34597cb60bf37 Mon Sep 17 00:00:00 2001 From: Zichao Lin Date: Tue, 7 Jul 2026 13:56:07 +0800 Subject: [PATCH] fix(dashboard): show country and person on separate lines in recent activity --- app/templates/dashboard.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/templates/dashboard.html b/app/templates/dashboard.html index 05a7f32..d3d0245 100644 --- a/app/templates/dashboard.html +++ b/app/templates/dashboard.html @@ -126,6 +126,8 @@ new Chart(document.getElementById('chart-received'), { {% else %} ← {{ pc.sender_name or '-' }} {% endif %} + +
{% if pc.status == 'sent' and pc.send_time %} {% set delta = (now.date() - pc.send_time.date()).days %}