mirror of
https://github.com/romancm/gamebrary
synced 2025-02-26 11:47:10 +00:00
clean up
This commit is contained in:
parent
01928dffac
commit
02664d9f1b
2 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
|
@ -15,6 +15,7 @@ export default {
|
|||
|
||||
computed: {
|
||||
...mapState(['settings', 'games', 'gameLists', 'platform', 'user', 'tags', 'activeList', 'notes', 'progresses']),
|
||||
// TODO: remove getter
|
||||
...mapGetters(['gameTags']),
|
||||
|
||||
showGameTags() {
|
||||
|
|
Loading…
Add table
Reference in a new issue