Update spinners in group list component
This commit is contained in:
parent
4e045cd5aa
commit
6cf4b2d518
7 changed files with 16 additions and 11 deletions
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Update spinners in group list component
|
||||
merge_request: 26572
|
||||
author:
|
||||
type: changed
|
Loading…
Reference in a new issue