UX: Remove remaining image loading placeholders / spinners #500 #862

This commit is contained in:
Michael Mayer 2021-01-09 05:40:01 +01:00
parent a8c46f616a
commit b4e2d88c29
6 changed files with 0 additions and 74 deletions

View file

@ -18,16 +18,6 @@
class="accent lighten-2 elevation-0 clickable"
@click.exact="openPhoto()"
>
<v-layout
slot="placeholder"
fill-height
align-center
justify-center
ma-0
>
<v-progress-circular indeterminate
color="accent lighten-5"></v-progress-circular>
</v-layout>
</v-img>
</v-card>

View file

@ -28,16 +28,6 @@
class="accent lighten-2 elevation-0 clickable"
@click.exact="openFile(file)"
>
<v-layout
slot="placeholder"
fill-height
align-center
justify-center
ma-0
>
<v-progress-circular indeterminate
color="accent lighten-5"></v-progress-circular>
</v-layout>
</v-img>
</td>
</tr>

View file

@ -100,17 +100,6 @@
@mousedown="onMouseDown($event, index)"
@click="onClick($event, index)"
>
<v-layout
slot="placeholder"
fill-height
align-center
justify-center
ma-0
>
<v-progress-circular indeterminate
color="accent lighten-5"></v-progress-circular>
</v-layout>
<v-btn v-if="featureShare && album.LinkCount > 0" :ripple="false"
icon large absolute
class="action-share"

View file

@ -76,27 +76,6 @@
@mousedown="onMouseDown($event, index)"
@click="onClick($event, index)"
>
<v-layout
slot="placeholder"
fill-height
align-center
justify-center
ma-0
>
<v-progress-circular indeterminate
color="accent lighten-5"></v-progress-circular>
</v-layout>
<!-- v-progress-circular
:rotate="270"
:size="20"
:width="10"
:value="label.popularity(config.count.labelMaxPhotos)"
color="accent lighten-3"
class="p-label-count"
>
</v-progress-circular -->
<v-btn v-if="hover || selection.includes(label.UID)" :flat="!hover" :ripple="false"
icon large absolute
:class="selection.includes(label.UID) ? 'p-label-select' : 'p-label-select opacity-50'"

View file

@ -65,17 +65,6 @@
@mousedown="onMouseDown($event, index)"
@click="onClick($event, index)"
>
<v-layout
slot="placeholder"
fill-height
align-center
justify-center
ma-0
>
<v-progress-circular indeterminate
color="accent lighten-5"></v-progress-circular>
</v-layout>
<v-btn v-if="hover || selection.includes(model.UID)" :flat="!hover" :ripple="false"
icon large absolute
:class="selection.includes(model.UID) ? 'p-file-select' : 'p-file-select opacity-50'"

View file

@ -51,17 +51,6 @@
@mousedown="onMouseDown($event, index)"
@click="onClick($event, index)"
>
<v-layout
slot="placeholder"
fill-height
align-center
justify-center
ma-0
>
<v-progress-circular indeterminate
color="accent lighten-5"></v-progress-circular>
</v-layout>
<v-btn v-if="hover || selection.includes(album.UID)" :flat="!hover" :ripple="false"
icon large absolute
:class="selection.includes(album.UID) ? 'action-select' : 'action-select opacity-50'"