mirror of
https://github.com/romancm/gamebrary
synced 2024-11-10 05:34:15 +00:00
more todos
This commit is contained in:
parent
8f3cc12e52
commit
e6fa679fd3
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@
|
||||||
<b-spinner v-else-if="loading" class="spinner-centered" />
|
<b-spinner v-else-if="loading" class="spinner-centered" />
|
||||||
|
|
||||||
<div v-else-if="likedGames.length" class="small-container pb-5">
|
<div v-else-if="likedGames.length" class="small-container pb-5">
|
||||||
|
<!-- TODO: sort by name, progress, tags -->
|
||||||
|
<!-- TODO: filter by tags, platform -->
|
||||||
<GameCard
|
<GameCard
|
||||||
v-for="game in likedGames"
|
v-for="game in likedGames"
|
||||||
:key="game.id"
|
:key="game.id"
|
||||||
|
|
Loading…
Reference in a new issue