forked from DebaucheryLibrarian/traxxx
Added pagination to actor overview. Lazy loading actor avatars. Reduced hash digest length.
This commit is contained in:
@@ -99,7 +99,10 @@
|
||||
<h2 class="row title">{{ release.title }}</h2>
|
||||
|
||||
<div class="row associations">
|
||||
<ul class="actors nolist">
|
||||
<ul
|
||||
v-lazy-container="{ selector: '.lazy' }"
|
||||
class="actors nolist"
|
||||
>
|
||||
<li
|
||||
v-for="actor in release.actors"
|
||||
:key="actor.id"
|
||||
|
||||
Reference in New Issue
Block a user