fix(timesheet): try to make comment notification more apparent. Again.

This commit is contained in:
Nic D 2026-01-22 12:23:06 -05:00
parent b8ce517a02
commit 13ed243d6e

View File

@ -277,7 +277,7 @@
v-if="!ui_store.is_mobile_mode"
push
dense
:color="shift.is_approved ? 'white' : (shift.comment ? 'info' : (holiday ? 'purple-5' : 'accent'))"
:color="shift.is_approved ? 'white' : (shift.comment ? 'accent' : (holiday ? 'purple-5' : 'blue-grey-5'))"
:icon="shift.comment ? 'chat' : 'chat_bubble_outline'"
:text-color="shift.is_approved ? (holiday ? 'purple-5' : 'accent') : 'white'"
class="col"
@ -287,8 +287,9 @@
v-if="shift.comment"
floating
rounded
color="negative"
/>
color="info"
class="text-blue-9 text-weight-bolder"
>!!</q-badge>
<q-popup-edit
v-model="shift.comment"