Skip to content

Commit 87d33a0

Browse files
committed
remove loading indicator
1 parent f9f3013 commit 87d33a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

web_src/js/components/DashboardRepoList.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,11 +353,13 @@ export default defineComponent({
353353
<svg-icon name="octicon-plus"/>
354354
</a>
355355
</h4>
356-
<div v-if="!reposTotalCount" class="ui attached segment" :class="{'is-loading': isLoading}">
356+
<div v-if="!reposTotalCount" class="ui attached segment">
357357
<div v-if="!isLoading" class="empty-repo-or-org">
358358
<svg-icon name="octicon-git-branch" :size="24"/>
359359
<p>{{ textNoRepo }}</p>
360360
</div>
361+
<!-- using the loading indicator here will cause more (unnecessary) page flickers, so at the moment, not use the loading indicator -->
362+
<!-- <div v-else class="is-loading loading-icon-2px tw-min-h-16"/> -->
361363
</div>
362364
<div v-else class="ui attached segment repos-search">
363365
<div class="ui small fluid action left icon input">

0 commit comments

Comments
 (0)