Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
bcbcbf04
Commit
bcbcbf04
authored
Apr 15, 2021
by
Brandon Labuschagne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable MR Analyrics animation
parent
ce051400
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
ee/app/assets/javascripts/analytics/merge_request_analytics/components/throughput_stats.vue
...s/merge_request_analytics/components/throughput_stats.vue
+7
-1
ee/changelogs/unreleased/enable-animation-for-mr-analytics.yml
...angelogs/unreleased/enable-animation-for-mr-analytics.yml
+5
-0
No files found.
ee/app/assets/javascripts/analytics/merge_request_analytics/components/throughput_stats.vue
View file @
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
>
ee/changelogs/unreleased/enable-animation-for-mr-analytics.yml
0 → 100644
View file @
bcbcbf04
---
title
:
MR Analyrics, add animation to MTTM stat
merge_request
:
59477
author
:
type
:
changed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment