move "edit pinned" to bottom of the list
This commit is contained in:
parent
a5d71023f6
commit
cb5a1936b7
1 changed files with 17 additions and 17 deletions
|
|
@ -59,23 +59,6 @@
|
||||||
class="dropdown-menu extra-action-buttons"
|
class="dropdown-menu extra-action-buttons"
|
||||||
role="menu"
|
role="menu"
|
||||||
>
|
>
|
||||||
<div
|
|
||||||
v-if="currentUser"
|
|
||||||
class="menu-item dropdown-item extra-action -icon"
|
|
||||||
>
|
|
||||||
<button
|
|
||||||
class="main-button"
|
|
||||||
role="menuitem"
|
|
||||||
:tabindex="0"
|
|
||||||
@click.stop="() => { resize(); showPin = !showPin }"
|
|
||||||
>
|
|
||||||
<FAIcon
|
|
||||||
class="fa-scale-110"
|
|
||||||
fixed-width
|
|
||||||
icon="wrench"
|
|
||||||
/><span>{{ $t('nav.edit_pinned') }}</span>
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
<div
|
<div
|
||||||
v-for="button in extraButtons"
|
v-for="button in extraButtons"
|
||||||
:key="button.name"
|
:key="button.name"
|
||||||
|
|
@ -111,6 +94,23 @@
|
||||||
/>
|
/>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
<div
|
||||||
|
v-if="currentUser"
|
||||||
|
class="menu-item dropdown-item extra-action -icon"
|
||||||
|
>
|
||||||
|
<button
|
||||||
|
class="main-button"
|
||||||
|
role="menuitem"
|
||||||
|
:tabindex="0"
|
||||||
|
@click.stop="() => { resize(); showPin = !showPin }"
|
||||||
|
>
|
||||||
|
<FAIcon
|
||||||
|
class="fa-scale-110"
|
||||||
|
fixed-width
|
||||||
|
icon="wrench"
|
||||||
|
/><span>{{ $t('nav.edit_pinned') }}</span>
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</Popover>
|
</Popover>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue