Updated Dashboard and clarified default states.

This commit is contained in:
Pen Anderson 2026-03-04 20:52:12 -06:00
parent 260e017f79
commit e7b25ea0c6
5 changed files with 172 additions and 35 deletions

View file

@ -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 }}