From 3fb6122f78241ddded1d30718d12cd869e929583 Mon Sep 17 00:00:00 2001 From: Dennis Ploeger Date: Tue, 6 Aug 2024 07:55:56 +0200 Subject: [PATCH] feat: Timeline items now use the feature title instead of the key fixes #135 --- ccc-client/src/components/Progress.vue | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/ccc-client/src/components/Progress.vue b/ccc-client/src/components/Progress.vue index 50430f2..439fbc6 100644 --- a/ccc-client/src/components/Progress.vue +++ b/ccc-client/src/components/Progress.vue @@ -1,5 +1,5 @@