Added filter presets to consent warning. Updating scenes when tag filter changes.

This commit is contained in:
DebaucheryLibrarian
2021-01-04 01:30:39 +01:00
parent ab83a42dfb
commit 62ef041b35
8 changed files with 153 additions and 52 deletions

View File

@@ -44,10 +44,6 @@ async function fetchReleases() {
this.$refs.content.scrollTop = 0;
}
async function route() {
await this.fetchReleases();
}
async function mounted() {
this.pageTitle = '';
@@ -71,7 +67,8 @@ export default {
};
},
watch: {
$route: route,
$route: fetchReleases,
'$store.state.ui.tagFilter': fetchReleases,
},
mounted,
methods: {