This commit is contained in:
Gamebrary 2020-08-14 17:00:04 -07:00
parent 01928dffac
commit 02664d9f1b
2 changed files with 3 additions and 0 deletions

View file

@ -20,6 +20,7 @@ import 'firebase/auth';
import 'firebase/firestore';
import 'firebase/storage';
// TODO: store in env vars
firebase.initializeApp({
apiKey: 'AIzaSyA6MsmnLtqT4b11r-j15wwreRypO3AodcA',
authDomain: 'gamebrary.com',
@ -335,6 +336,7 @@ export default {
background-color: #ccc;
background-size: cover;
overflow-x: hidden;
min-height: 100vh;
&.no-border-radius {
--border-radius: 0;

View file

@ -15,6 +15,7 @@ export default {
computed: {
...mapState(['settings', 'games', 'gameLists', 'platform', 'user', 'tags', 'activeList', 'notes', 'progresses']),
// TODO: remove getter
...mapGetters(['gameTags']),
showGameTags() {