Added filter presets to consent warning. Updating scenes when tag filter changes.
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user