Add lightbox to albums

This commit is contained in:
Daniel Supernault 2019-03-09 22:46:43 -07:00
parent 5106a041f6
commit 1cff56c72a
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7
5 changed files with 12 additions and 18 deletions

View file

@ -63,7 +63,7 @@
</div>
<div v-else-if="status.pf_type === 'photo:album'" class="w-100">
<photo-album-presenter :status="status"></photo-album-presenter>
<photo-album-presenter :status="status" v-on:lightbox="lightbox"></photo-album-presenter>
</div>
<div v-else-if="status.pf_type === 'video:album'" class="w-100">
@ -71,7 +71,7 @@
</div>
<div v-else-if="status.pf_type === 'photo:video:album'" class="w-100">
<mixed-album-presenter :status="status"></mixed-album-presenter>
<mixed-album-presenter :status="status" v-on:lightbox="lightbox"></mixed-album-presenter>
</div>
<div v-else class="w-100">