Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
perf(library): remove loading circle to decrease cpu load
Browse files Browse the repository at this point in the history
  • Loading branch information
ttshivers committed Sep 12, 2020
1 parent a294434 commit 90a22ad
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions src/views/PlexLibrary.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,22 +72,8 @@

<v-row
v-if="!stopNewContent"
justify="center"
align="start"
>
<v-col
v-intersect="onIntersect"
cols="12"
style="position: relative;"
>
<v-progress-circular
style="left: 50%; top: 50%;"
:size="60"
indeterminate
class="amber--text"
/>
</v-col>
</v-row>
v-intersect="onIntersect"
/>
</v-container>
</template>

Expand Down

0 comments on commit 90a22ad

Please sign in to comment.