Add UI to edit and display event notices
Add a warning like display of event notices to the event card and the event slot card and indicate in the timesheet that an event has a notice. Also includes the input controls needed to edit the notice.
This commit is contained in:
parent
adeef4f629
commit
5898a46a1b
5 changed files with 70 additions and 2 deletions
|
@ -105,6 +105,7 @@
|
|||
:class='{"event": cell.slot, "crew": cell.event?.crew }'
|
||||
:title="cell.event?.name"
|
||||
>
|
||||
{{ cell.event?.notice ? "⚠️" : undefined }}
|
||||
{{ cell.event?.name }}
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue