Generating thumbnails. Added site overview page.

This commit is contained in:
2019-11-11 03:20:00 +01:00
parent 948597d265
commit 50816d7b28
28 changed files with 780 additions and 182 deletions

View File

@@ -77,6 +77,8 @@ import ReleaseTile from '../tile/release.vue';
async function mounted() {
this.releases = await this.$store.dispatch('fetchReleases');
this.networks = await this.$store.dispatch('fetchNetworks');
this.pageTitle = '';
}
@@ -91,6 +93,7 @@ export default {
showGay: false,
showTrans: false,
releases: [],
networks: [],
pageTitle: null,
};
},