Set search params when popup movie & check for and read on load

This commit is contained in:
2022-01-10 00:49:57 +01:00
parent 6615827b29
commit 2371907f54
2 changed files with 47 additions and 18 deletions

View File

@@ -86,7 +86,12 @@
<span :class="truncatedDescription ? 'truncated' : null">{{
movie.overview
}}</span>
<button class="truncate-toggle"><i></i></button>
<button
v-if="movie.overview && movie.overview.length > 220"
class="truncate-toggle"
>
<i></i>
</button>
</div>
<div v-else class="movie__description">
<loading-placeholder :count="5" />