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