refactor: admin booking modals with shared formatting and auto-select

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-05-29 16:07:26 +01:00
co-authored by Sisyphus
parent 0b3d26914b
commit 96ab71a579
4 changed files with 116 additions and 65 deletions
@@ -720,7 +720,7 @@
sessions, etc.)
</p>
<div class="space-y-3">
{#each selectedServices as service}
{#each selectedServices as service (service.id)}
<!-- Safety check to ensure override exists -->
{#if serviceOverrides[service.id]}
<div class="rounded-lg border bg-white p-4">