No longer reloading when stashing scene, immediately toggling heart locally and resetting on dispatch error.

This commit is contained in:
DebaucheryLibrarian
2021-03-20 00:41:21 +01:00
parent d0e987a2aa
commit 011f10fba8
7 changed files with 37 additions and 36 deletions

View File

@@ -99,11 +99,7 @@
/>
<div class="releases">
<Releases
:releases="entity.releases"
@stash="fetchEntity(false)"
@unstash="fetchEntity(false)"
/>
<Releases :releases="entity.releases" />
<Pagination
:items-total="totalCount"