feat: update launch configurations and add outside click handling for date input component

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Marco 2026-04-22 23:58:55 +02:00
commit c0180aab13
7 changed files with 193 additions and 14 deletions

View file

@ -197,6 +197,8 @@ else
{
selectedDate = value.Value;
statusMessage = null;
selectedDay = await WorkDayService.GetAsync(selectedDate);
RecomputePreview();
}
}