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
d5333443
Commit
d5333443
authored
Jan 09, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
4e89c71c
00ac520e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
app/assets/javascripts/releases/components/app.vue
app/assets/javascripts/releases/components/app.vue
+3
-3
changelogs/unreleased/55242-skeleton-loading-releases.yml
changelogs/unreleased/55242-skeleton-loading-releases.yml
+5
-0
No files found.
app/assets/javascripts/releases/components/app.vue
View file @
d5333443
<
script
>
import
{
mapState
,
mapActions
}
from
'
vuex
'
;
import
{
Gl
LoadingIcon
,
GlEmptyState
}
from
'
@gitlab/ui
'
;
import
{
Gl
SkeletonLoading
,
GlEmptyState
}
from
'
@gitlab/ui
'
;
import
ReleaseBlock
from
'
./release_block.vue
'
;
export
default
{
name
:
'
ReleasesApp
'
,
components
:
{
Gl
LoadingIcon
,
Gl
SkeletonLoading
,
GlEmptyState
,
ReleaseBlock
,
},
...
...
@@ -43,7 +43,7 @@ export default {
</
script
>
<
template
>
<div
class=
"prepend-top-default"
>
<gl-
loading-icon
v-if=
"isLoading"
:size=
"2"
class=
"js-loading prepend-top-20
"
/>
<gl-
skeleton-loading
v-if=
"isLoading"
class=
"js-loading
"
/>
<gl-empty-state
v-else-if=
"shouldRenderEmptyState"
...
...
changelogs/unreleased/55242-skeleton-loading-releases.yml
0 → 100644
View file @
d5333443
---
title
:
Adds skeleton loading to releases page
merge_request
:
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