This commit is contained in:
arys
2026-04-14 10:47:56 +05:00
parent eb168fcb9d
commit 6614f33d3f
@@ -1,13 +1,13 @@
<script setup lang="ts">
import { computed, onMounted, ref, watch } from 'vue';
import { format } from 'date-fns';
import { ru } from 'date-fns/locale';
import { useToast } from 'primevue/usetoast';
import { formatMetricValue } from '@/composables/useCampaignMetrics';
import { useCampaignStore } from '@/stores/campaign.store';
import type { PredictedMetricMap, TopRecommendation } from '@/types/campaign.types';
import { format } from 'date-fns';
import { ru } from 'date-fns/locale';
import Chart from 'primevue/chart';
import ProgressBar from 'primevue/progressbar';
import { useToast } from 'primevue/usetoast';
import { computed, onMounted, ref, watch } from 'vue';
interface MetricCard {
key: string;
@@ -869,10 +869,12 @@ onMounted(() => { void hydratePrediction(); });
background: #F8FAFF !important;
animation: cm-pulse 2s infinite;
}
</style> color: #00D48B;
.cm-skel-label {
color: #00D48B;
}
/* â€â€â€ Competitive â€â€â€ */
/* â"€â"€â"€ Competitive â"€â"€â"€ */
.cp-comp-row {
display: flex;
align-items: flex-start;