mirror of
https://github.com/romancm/gamebrary
synced 2024-11-24 04:03:06 +00:00
more todos
This commit is contained in:
parent
7e657fc5b8
commit
8d5f7cc194
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue