Updated Dashboard and clarified default states.
This commit is contained in:
parent
260e017f79
commit
e7b25ea0c6
5 changed files with 172 additions and 35 deletions
|
|
@ -315,8 +315,8 @@
|
|||
|
||||
{#if ($allShifts ?? []).length === 0 && !showAdd}
|
||||
<div class="empty">
|
||||
<strong>No shifts yet</strong>
|
||||
<p>Add shifts to schedule your volunteers.</p>
|
||||
<strong>No shifts scheduled yet</strong>
|
||||
<p>Create departments first, then add shifts here. Volunteers can self-select shifts via the kiosk.</p>
|
||||
</div>
|
||||
{:else}
|
||||
{#each board as { dept, days }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue