feat: add hours saved metric

This commit is contained in:
Shivam Mishra
2026-06-29 17:36:39 +05:30
parent 84eb313f38
commit bf7a5792b2
2 changed files with 39 additions and 5 deletions
@@ -44,11 +44,11 @@ const metrics = computed(() => [
trendGood: true,
},
{
key: 'flagged',
label: t('CAPTAIN.OVERVIEW.METRICS.FLAGGED.LABEL'),
hint: t('CAPTAIN.OVERVIEW.METRICS.FLAGGED.HINT'),
value: '1.9%',
trend: '-0.4%',
key: 'hoursSaved',
label: t('CAPTAIN.OVERVIEW.METRICS.HOURS_SAVED.LABEL'),
hint: t('CAPTAIN.OVERVIEW.METRICS.HOURS_SAVED.HINT'),
value: '612h',
trend: '+22.1%',
trendGood: true,
},
{