mirror of
https://github.com/romancm/gamebrary
synced 2025-02-17 11:38:24 +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"
|
@close="close"
|
||||||
>
|
>
|
||||||
<template v-slot:header>
|
<template v-slot:header>
|
||||||
|
<!-- TODO: Open gallery from cover, also include cover in screenshots carousel -->
|
||||||
<b-img
|
<b-img
|
||||||
:src="activeGameCoverUrl"
|
:src="activeGameCoverUrl"
|
||||||
:alt="game.name"
|
:alt="game.name"
|
||||||
|
@ -118,6 +119,9 @@
|
||||||
<!-- TODO: add related games -->
|
<!-- TODO: add related games -->
|
||||||
<!-- More games like {{ game.name }} -->
|
<!-- More games like {{ game.name }} -->
|
||||||
<!-- <pre>{{ game.genres.map(({ id }) => id) }}</pre> -->
|
<!-- <pre>{{ game.genres.map(({ id }) => id) }}</pre> -->
|
||||||
|
|
||||||
|
<!-- TODO: add bundles to game detail? -->
|
||||||
|
<!-- {{ game.bundles ? `Found in ${game.bundles.length} compilations.` : null }} -->
|
||||||
</b-col>
|
</b-col>
|
||||||
|
|
||||||
<!-- cols="12"
|
<!-- cols="12"
|
||||||
|
|
Loading…
Add table
Reference in a new issue