WIP(teams): fixes from demo session

This commit is contained in:
SabreCat
2022-02-11 16:09:55 -06:00
parent 9eebcf9b16
commit 54088f5374
3 changed files with 29 additions and 21 deletions

View File

@@ -56,7 +56,10 @@
>
<div
class="task-control daily-todo-control"
:class="controlClass.inner"
:class="[
{ 'task-not-scoreable': showTaskLockIcon },
controlClass.inner,
]"
tabindex="0"
@click="score(showCheckIcon ? 'down' : 'up' )"
@keypress.enter="score(showCheckIcon ? 'down' : 'up' )"
@@ -127,7 +130,6 @@
</span>
</div>
<div
v-if="isUser"
class="dropdown-item"
tabindex="0"
@click="moveToTop"
@@ -142,7 +144,6 @@
</span>
</div>
<div
v-if="isUser"
class="dropdown-item"
tabindex="0"
@click="moveToBottom"