Updated actor photos to use expand and load events with scroll component. Fixed actor description independent entity logo. Fixed unwanted actor horizontal scroll.

This commit is contained in:
2020-07-07 19:23:36 +02:00
parent 0fd1edd8fd
commit 0fc85e5de2
3 changed files with 13 additions and 24 deletions

View File

@@ -88,7 +88,7 @@ function initActorActions(store, router) {
comment
}
}
profiles: actorsProfiles {
profiles: actorsProfiles(orderBy: PRIORITY_DESC) {
description
descriptionHash
entity {
@@ -96,6 +96,7 @@ function initActorActions(store, router) {
name
slug
type
independent
parent {
id
name