fix: 🐛 list "My Posts" properly in gallery

ref: !10618
This commit is contained in:
ThatOneCalculator 2023-10-10 12:22:46 -07:00
parent 051107cf62
commit 8b2263b0f9
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -24,7 +24,7 @@
@swiper="setSwiperRef" @swiper="setSwiperRef"
@slide-change="onSlideChange" @slide-change="onSlideChange"
> >
<swiper-slide> <swiper-slide v-if="true">
<MkFolder class="_gap"> <MkFolder class="_gap">
<template #header <template #header
><i class="ph-clock ph-bold ph-lg"></i> ><i class="ph-clock ph-bold ph-lg"></i>
@ -66,7 +66,7 @@
</MkPagination> </MkPagination>
</MkFolder> </MkFolder>
</swiper-slide> </swiper-slide>
<swiper-slide> <swiper-slide v-if="true">
<MkPagination <MkPagination
v-slot="{ items }" v-slot="{ items }"
:pagination="likedPostsPagination" :pagination="likedPostsPagination"
@ -81,7 +81,7 @@
</div> </div>
</MkPagination> </MkPagination>
</swiper-slide> </swiper-slide>
<swiper-slide> <swiper-slide v-if="true">
<MkA to="/gallery/new" class="_link" style="margin: 16px" <MkA to="/gallery/new" class="_link" style="margin: 16px"
><i class="ph-plus ph-bold ph-lg"></i> ><i class="ph-plus ph-bold ph-lg"></i>
{{ i18n.ts.postToGallery }}</MkA {{ i18n.ts.postToGallery }}</MkA