Added actor assignment to new actors module. Showing network icon on network-specific actors. Improved dark theme. Changed tag tile design. Added Digital Playground logos.
This commit is contained in:
@@ -77,6 +77,11 @@ function initActorActions(store, _router) {
|
||||
tattoos
|
||||
piercings
|
||||
description
|
||||
network {
|
||||
id
|
||||
name
|
||||
slug
|
||||
}
|
||||
avatar: actorsAvatarByActorId {
|
||||
media {
|
||||
thumbnail
|
||||
@@ -222,6 +227,11 @@ function initActorActions(store, _router) {
|
||||
age
|
||||
birthdate
|
||||
gender
|
||||
network {
|
||||
id
|
||||
name
|
||||
slug
|
||||
}
|
||||
avatar: actorsAvatarByActorId {
|
||||
media {
|
||||
thumbnail
|
||||
|
||||
@@ -37,6 +37,11 @@ const actorFields = `
|
||||
birthdate
|
||||
age
|
||||
gender
|
||||
network {
|
||||
id
|
||||
name
|
||||
slug
|
||||
}
|
||||
originCountry: countryByBirthCountryAlpha2 {
|
||||
alpha2
|
||||
name
|
||||
|
||||
Reference in New Issue
Block a user