Added heart button to actor tiles.

This commit is contained in:
DebaucheryLibrarian
2021-03-24 01:52:27 +01:00
parent e12de5ec00
commit 093d447328
4 changed files with 108 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
import { graphql } from '../api';
import { releaseFields } from '../fragments';
import { releaseFields, actorStashesFields } from '../fragments';
import { curateRelease, curateActor } from '../curate';
function initUiActions(store, _router) {
@@ -116,6 +116,7 @@ function initUiActions(store, _router) {
name
alias
}
${actorStashesFields}
}
}
`, {