mirror of
https://github.com/romancm/gamebrary
synced 2024-12-18 15:23:14 +00:00
todo's
This commit is contained in:
parent
2f32c7d6c7
commit
6cb09819f8
2 changed files with 3 additions and 0 deletions
|
@ -55,6 +55,7 @@ export default {
|
|||
},
|
||||
|
||||
dir() {
|
||||
// TODO: find out all rtl languages and store in const
|
||||
return this.settings && this.settings.language === 'ar'
|
||||
? 'rtl'
|
||||
: 'ltr';
|
||||
|
|
|
@ -17,9 +17,11 @@
|
|||
v-if="showCompletedBadge"
|
||||
/>
|
||||
|
||||
<!-- TODO: handle rtl -->
|
||||
<b-img
|
||||
fluid
|
||||
blank-color="#ccc"
|
||||
rounded="left"
|
||||
:src="coverUrl"
|
||||
:alt="game.name"
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue