Refactor #1259, add double tap to like and deprecate lightbox

This commit is contained in:
Daniel Supernault 2019-05-06 21:26:12 -06:00
parent 8dbe44d9fc
commit 2b0aaeb7c1
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7
9 changed files with 83 additions and 244 deletions

View file

@ -212,7 +212,7 @@
</div>
</div>
<div class="postPresenterContainer" v-on:doubletap="likeStatus(status, $event)">
<div class="postPresenterContainer">
<div v-if="status.pf_type === 'photo'" class="w-100">
<photo-presenter :status="status"></photo-presenter>
</div>