Hiding scroll buttons on small screens. Fixed channel count on overview.
This commit is contained in:
@@ -33,16 +33,18 @@ function initEntitiesActions(store, _router) {
|
||||
slug
|
||||
url
|
||||
hasLogo
|
||||
children: childEntities(
|
||||
children: childEntitiesConnection(
|
||||
orderBy: [PRIORITY_DESC, NAME_ASC],
|
||||
) {
|
||||
id
|
||||
name
|
||||
slug
|
||||
url
|
||||
type
|
||||
priority
|
||||
hasLogo
|
||||
nodes {
|
||||
id
|
||||
name
|
||||
slug
|
||||
url
|
||||
type
|
||||
priority
|
||||
hasLogo
|
||||
}
|
||||
}
|
||||
parent {
|
||||
id
|
||||
@@ -147,6 +149,9 @@ function initEntitiesActions(store, _router) {
|
||||
type
|
||||
url
|
||||
hasLogo
|
||||
children: childEntitiesConnection {
|
||||
totalCount
|
||||
}
|
||||
}
|
||||
}
|
||||
`, {
|
||||
|
||||
Reference in New Issue
Block a user