From d904de66a813e61f59ce1b841510f65a37c9858c Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Tue, 18 Oct 2022 18:03:27 +0200 Subject: [PATCH] feat: localize short date format, project can have multiple sources with independant commit counts --- src/components/Timeline.vue | 28 ++++++----- src/model/projects.ts | 97 ++++++++++++++++++++++++++----------- 2 files changed, 84 insertions(+), 41 deletions(-) diff --git a/src/components/Timeline.vue b/src/components/Timeline.vue index fbf1b27..a954ccb 100644 --- a/src/components/Timeline.vue +++ b/src/components/Timeline.vue @@ -14,7 +14,7 @@
- {{ proj.started_at | short_date }} + {{ short_date(proj.started_at) }}
@@ -39,12 +39,14 @@