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
6cf4b2d5
Commit
6cf4b2d5
authored
Mar 26, 2019
by
Dennis Tang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update spinners in group list component
parent
4e045cd5
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
16 additions
and
11 deletions
+16
-11
app/assets/javascripts/groups/components/app.vue
app/assets/javascripts/groups/components/app.vue
+1
-1
app/views/dashboard/groups/_groups.html.haml
app/views/dashboard/groups/_groups.html.haml
+2
-2
app/views/explore/groups/_groups.html.haml
app/views/explore/groups/_groups.html.haml
+2
-2
app/views/groups/_archived_projects.html.haml
app/views/groups/_archived_projects.html.haml
+2
-2
app/views/groups/_shared_projects.html.haml
app/views/groups/_shared_projects.html.haml
+2
-2
app/views/groups/_subgroups_and_projects.html.haml
app/views/groups/_subgroups_and_projects.html.haml
+2
-2
changelogs/unreleased/52366-improved-group-lists-ui-spinners.yml
...ogs/unreleased/52366-improved-group-lists-ui-spinners.yml
+5
-0
No files found.
app/assets/javascripts/groups/components/app.vue
View file @
6cf4b2d5
...
...
@@ -244,7 +244,7 @@ export default {
<gl-loading-icon
v-if=
"isLoading"
:label=
"s__('GroupsTree|Loading groups')"
:size=
"2
"
size=
"md
"
class=
"loading-animation prepend-top-20"
/>
<groups-component
...
...
app/views/dashboard/groups/_groups.html.haml
View file @
6cf4b2d5
.js-groups-list-holder
#js-groups-tree
{
data:
{
hide_projects:
'true'
,
endpoint:
dashboard_groups_path
(
format: :json
),
path:
dashboard_groups_path
,
form_sel:
'form#group-filter-form'
,
filter_sel:
'.js-groups-list-filter'
,
holder_sel:
'.js-groups-list-holder'
,
dropdown_sel:
'.js-group-filter-dropdown-wrap'
}
}
.loading-container.text-center
=
icon
(
'spinner spin 2x'
,
class:
'loading-animation prepend-top-20'
)
.loading-container.text-center
.prepend-top-20
.spinner.spinner-md
app/views/explore/groups/_groups.html.haml
View file @
6cf4b2d5
.js-groups-list-holder
#js-groups-tree
{
data:
{
hide_projects:
'true'
,
endpoint:
explore_groups_path
(
format: :json
),
path:
explore_groups_path
,
form_sel:
'form#group-filter-form'
,
filter_sel:
'.js-groups-list-filter'
,
holder_sel:
'.js-groups-list-holder'
,
dropdown_sel:
'.js-group-filter-dropdown-wrap'
}
}
.loading-container.text-center
=
icon
(
'spinner spin 2x'
,
class:
'loading-animation prepend-top-20'
)
.loading-container.text-center
.prepend-top-20
.spinner.spinner-md
app/views/groups/_archived_projects.html.haml
View file @
6cf4b2d5
...
...
@@ -4,5 +4,5 @@
%ul
.content-list
{
data:
{
hide_projects:
'false'
,
group_id:
group
.
id
,
path:
group_path
(
group
)
}
}
.js-groups-list-holder
.loading-container.text-center
=
icon
(
'spinner spin 2x'
,
class:
'loading-animation prepend-top-20'
)
.loading-container.text-center
.prepend-top-20
.spinner.spinner-md
app/views/groups/_shared_projects.html.haml
View file @
6cf4b2d5
...
...
@@ -4,5 +4,5 @@
%ul
.content-list
{
data:
{
hide_projects:
'false'
,
group_id:
group
.
id
,
path:
group_path
(
group
)
}
}
.js-groups-list-holder
.loading-container.text-center
=
icon
(
'spinner spin 2x'
,
class:
'loading-animation prepend-top-20'
)
.loading-container.text-center
.prepend-top-20
.spinner.spinner-md
app/views/groups/_subgroups_and_projects.html.haml
View file @
6cf4b2d5
...
...
@@ -4,5 +4,5 @@
%ul
.content-list
{
data:
{
hide_projects:
'false'
,
group_id:
group
.
id
,
path:
group_path
(
group
)
}
}
.js-groups-list-holder
.loading-container.text-center
=
icon
(
'spinner spin 2x'
,
class:
'loading-animation prepend-top-20'
)
.loading-container.text-center
.prepend-top-20
.spinner.spinner-md
changelogs/unreleased/52366-improved-group-lists-ui-spinners.yml
0 → 100644
View file @
6cf4b2d5
---
title
:
Update spinners in group list component
merge_request
:
26572
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