From d4f6ef6ffffa007385824e73c8e8339010af5ee5 Mon Sep 17 00:00:00 2001 From: Nekromateion <43814053+Nekromateion@users.noreply.github.com> Date: Tue, 10 Sep 2024 22:39:42 +0200 Subject: [PATCH] Use Avatar thumbnail for previous Avatar in feed. (#908) --- html/src/mixins/tabs/feed.pug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/src/mixins/tabs/feed.pug b/html/src/mixins/tabs/feed.pug index 53560e02..3b58e8d7 100644 --- a/html/src/mixins/tabs/feed.pug +++ b/html/src/mixins/tabs/feed.pug @@ -31,9 +31,9 @@ mixin feedTab() el-popover(placement="right" width="500px" trigger="click") div(slot="reference" style="display:inline-block;vertical-align:top;width:160px") template(v-if="scope.row.previousCurrentAvatarThumbnailImageUrl") - img.x-link(v-lazy="scope.row.previousCurrentAvatarImageUrl" style="flex:none;width:160px;height:120px;border-radius:4px") + img.x-link(v-lazy="scope.row.previousCurrentAvatarThumbnailImageUrl" style="flex:none;width:160px;height:120px;border-radius:4px") br - avatar-info(:imageurl="scope.row.previousCurrentAvatarImageUrl" :userid="scope.row.userId" :hintownerid="scope.row.previousOwnerId" :hintavatarname="scope.row.previousAvatarName" :avatartags="scope.row.previousCurrentAvatarTags") + avatar-info(:imageurl="scope.row.previousCurrentAvatarThumbnailImageUrl" :userid="scope.row.userId" :hintownerid="scope.row.previousOwnerId" :hintavatarname="scope.row.previousAvatarName" :avatartags="scope.row.previousCurrentAvatarTags") img.x-link(v-lazy="scope.row.previousCurrentAvatarImageUrl" style="width:500px;height:375px" @click="showFullscreenImageDialog(scope.row.previousCurrentAvatarImageUrl)") span(style="position:relative;vertical-align:top;margin:0 5px") i.el-icon-right