From fe78165483f16309e49d2bf110e9be7ec62d5f53 Mon Sep 17 00:00:00 2001 From: "Jan C. Borchardt" <925062+jancborchardt@users.noreply.github.com> Date: Thu, 30 Apr 2026 12:06:21 +0200 Subject: [PATCH] fix: Adjust relative date display to also use timestamp for yesterday AI-assisted: GitHub Copilot (Claude Sonnet 4.6) Signed-off-by: Jan C. Borchardt <925062+jancborchardt@users.noreply.github.com> --- src/components/Moment.vue | 4 +-- .../unit/util/shortRelativeDatetime.spec.js | 26 +++++++++++++++++++ src/util/shortRelativeDatetime.js | 19 ++++++++++---- 3 files changed, 42 insertions(+), 7 deletions(-) diff --git a/src/components/Moment.vue b/src/components/Moment.vue index f22f09fe0a..f78e8a34aa 100644 --- a/src/components/Moment.vue +++ b/src/components/Moment.vue @@ -8,7 +8,7 @@