mirror of
https://github.com/romancm/gamebrary
synced 2025-02-17 19:48:24 +00:00
show fake button for public board
This commit is contained in:
parent
eae7e9d167
commit
86c5cb33ec
1 changed files with 8 additions and 1 deletions
|
@ -16,7 +16,6 @@
|
|||
:text-variant="nightMode ? 'white' : null"
|
||||
>
|
||||
<b-card-header
|
||||
v-if="user"
|
||||
class="py-0 pr-0 pl-2 d-flex justify-content-between align-items-center"
|
||||
:header-bg-variant="showDuplicateWarning ? 'warning' : null"
|
||||
>
|
||||
|
@ -41,6 +40,14 @@
|
|||
:list="list"
|
||||
:list-index="listIndex"
|
||||
/>
|
||||
|
||||
<b-button
|
||||
v-else
|
||||
v-b-modal:authModal
|
||||
:variant="nightMode ? 'dark' : 'transparent'"
|
||||
>
|
||||
<i class="fas fa-caret-down fa-fw" aria-hidden />
|
||||
</b-button>
|
||||
</b-card-header>
|
||||
|
||||
<draggable
|
||||
|
|
Loading…
Add table
Reference in a new issue