more todos

This commit is contained in:
Gamebrary 2021-02-12 16:14:10 -07:00
parent 7e657fc5b8
commit 8d5f7cc194

View file

@ -21,6 +21,7 @@
@close="close"
>
<template v-slot:header>
<!-- TODO: Open gallery from cover, also include cover in screenshots carousel -->
<b-img
:src="activeGameCoverUrl"
:alt="game.name"
@ -118,6 +119,9 @@
<!-- TODO: add related games -->
<!-- More games like {{ game.name }} -->
<!-- <pre>{{ game.genres.map(({ id }) => id) }}</pre> -->
<!-- TODO: add bundles to game detail? -->
<!-- {{ game.bundles ? `Found in ${game.bundles.length} compilations.` : null }} -->
</b-col>
<!-- cols="12"