mirror of
https://github.com/romancm/gamebrary
synced 2024-11-15 15:57:59 +00:00
todos
This commit is contained in:
parent
5d14fc7bed
commit
a271ed067d
1 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
<!-- TODO: allow to save screenshot as board wallpaper -->
|
||||
<!-- TODO: Mix media from other sources (e.g. instagram, wikipedia, youtube, twitter, etc... ) -->
|
||||
<template lang="html">
|
||||
<b-form-row v-if="screenshots" class="mt-2 justify-content-center">
|
||||
<b-form-row v-if="screenshots" class="mt-2">
|
||||
<b-col
|
||||
v-for="(thumbnail, index) in thumbnails"
|
||||
:key="index"
|
||||
|
@ -49,6 +48,9 @@
|
|||
/>
|
||||
</template>
|
||||
|
||||
<!-- TODO: allow to save screenshot as board wallpaper -->
|
||||
<!-- <b-button @click="test">Set as board wallpaper</b-button> -->
|
||||
|
||||
<b-button
|
||||
:variant="nightMode ? 'dark' : 'light'"
|
||||
@click="previous"
|
||||
|
|
Loading…
Reference in a new issue