Skip to content
Snippets Groups Projects
Commit 8e197aaa authored by Minahil Nichols's avatar Minahil Nichols :three:
Browse files

Replace spinner size md with lg

parent ddf34603
No related branches found
No related tags found
1 merge request!85512Replace loading icon (spinner) size md with lg
Showing
with 11 additions and 11 deletions
......@@ -148,7 +148,7 @@ export default {
</template>
<template #dropdown-footer>
<gl-intersection-observer v-if="projects.pageInfo.hasNextPage" @appear="loadMoreProjects">
<gl-loading-icon v-if="isLoadingMoreProjects" size="md" />
<gl-loading-icon v-if="isLoadingMoreProjects" size="lg" />
</gl-intersection-observer>
</template>
</gl-token-selector>
......
......@@ -29,7 +29,7 @@ export default {
<div class="gl-card">
<div class="gl-card-body">
<h4>{{ __('Statistics') }}</h4>
<gl-loading-icon v-if="isLoading" size="md" class="my-3" />
<gl-loading-icon v-if="isLoading" size="lg" class="my-3" />
<template v-else>
<p
v-for="statistic in getStatistics(statisticsLabels)"
......
......@@ -66,7 +66,7 @@ export default {
</script>
<template>
<div class="blob-viewer" :data-type="activeViewer.type" :data-loaded="!loading">
<gl-loading-icon v-if="loading" size="md" color="dark" class="my-4 mx-auto" />
<gl-loading-icon v-if="loading" size="lg" color="dark" class="my-4 mx-auto" />
<template v-else>
<blob-content-error
......
......@@ -253,7 +253,7 @@ export default {
<div
class="gl-display-flex align-items-start flex-wrap-reverse board-card-number-container gl-overflow-hidden"
>
<gl-loading-icon v-if="item.isLoading" size="md" class="mt-3" />
<gl-loading-icon v-if="item.isLoading" size="lg" class="mt-3" />
<span
v-if="item.referencePath"
class="board-card-number gl-overflow-hidden gl-display-flex gl-mr-3 gl-mt-3"
......
......@@ -140,7 +140,7 @@ export default {
<span class="gl-text-gray-500">{{ $options.i18n.emptySearchResult }}</span>
</gl-dropdown-text>
<gl-intersection-observer v-if="hasNextPage" @appear="loadMoreProjects">
<gl-loading-icon v-if="groupProjectsFlags.isLoadingMore" size="md" />
<gl-loading-icon v-if="groupProjectsFlags.isLoadingMore" size="lg" />
</gl-intersection-observer>
</gl-dropdown>
</div>
......
......@@ -124,7 +124,7 @@ export default {
<template>
<div>
<gl-loading-icon v-if="isLoading" size="md" />
<gl-loading-icon v-if="isLoading" size="lg" />
<div v-else-if="hasEvents">
<div
......
......@@ -140,7 +140,7 @@ export default {
</span>
</template>
<gl-loading-icon v-if="isLoading" size="md" class="gl-m-3" />
<gl-loading-icon v-if="isLoading" size="lg" class="gl-m-3" />
<div v-else>
<token-table :tokens="tokens" :cluster-agent-id="clusterAgent.id" :cursor="cursor" />
......
......@@ -175,7 +175,7 @@ export default {
</script>
<template>
<gl-loading-icon v-if="isLoading" size="md" />
<gl-loading-icon v-if="isLoading" size="lg" />
<section v-else-if="agentList">
<div v-if="agentList.length">
......
......@@ -224,7 +224,7 @@ export default {
</script>
<template>
<gl-loading-icon v-if="loadingClusters" size="md" />
<gl-loading-icon v-if="loadingClusters" size="lg" />
<section v-else>
<ancestor-notice />
......
......@@ -89,7 +89,7 @@ export default {
</script>
<template>
<div>
<gl-loading-icon v-if="isLoading" size="md" />
<gl-loading-icon v-if="isLoading" size="lg" />
<div v-show="!isLoading" data-testid="clusters-cards-container">
<gl-card
header-class="gl-bg-white gl-display-flex gl-align-items-center gl-justify-content-space-between gl-py-4"
......
......@@ -34,7 +34,7 @@ export default {
class="gl-w-full gl-display-flex gl-justify-content-center gl-align-items-center gl-absolute gl-top-0 gl-bottom-0"
>
<div class="gl-bg-white gl-absolute gl-w-full gl-h-full gl-opacity-3"></div>
<gl-loading-icon size="md" />
<gl-loading-icon size="lg" />
</div>
</editor-state-observer>
</template>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment