Commit 648b2ab3 authored by Martin Wortschack's avatar Martin Wortschack

Merge branch 'enable-animation-for-mr-analytics' into 'master'

Enable MR Analyrics animation

See merge request gitlab-org/gitlab!59477
parents 5ba6edd4 bcbcbf04
...@@ -27,7 +27,13 @@ export default { ...@@ -27,7 +27,13 @@ export default {
<div class="gl-my-7 gl-display-flex"> <div class="gl-my-7 gl-display-flex">
<div v-for="stat in stats" :key="stat.title"> <div v-for="stat in stats" :key="stat.title">
<gl-skeleton-loader v-if="isLoading" :height="$options.loaderHeight" /> <gl-skeleton-loader v-if="isLoading" :height="$options.loaderHeight" />
<gl-single-stat v-else :value="stat.value" :title="stat.title" :unit="stat.unit" /> <gl-single-stat
v-else
:value="stat.value"
:title="stat.title"
:unit="stat.unit"
:should-animate="true"
/>
</div> </div>
</div> </div>
</template> </template>
---
title: MR Analyrics, add animation to MTTM stat
merge_request: 59477
author:
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment