style: apply prettier formatting to frontend
Backend CI / Lint & vulns (push) Failing after 1m59s
Backend CI / Tests (push) Successful in 2m1s
Backend CI / Race detector (push) Failing after 4m0s

This commit is contained in:
2026-06-25 13:26:26 +01:00
parent d4664c177c
commit ad0ad253ad
74 changed files with 3927 additions and 2632 deletions
@@ -11,7 +11,14 @@
outOfHours?: boolean;
}
let { selectedDate, selectedTime, endTime, duration, protection, outOfHours = false }: Props = $props();
let {
selectedDate,
selectedTime,
endTime,
duration,
protection,
outOfHours = false
}: Props = $props();
</script>
<Separator class="my-4" />
@@ -78,7 +85,8 @@
{/if}
<div
class="rounded-lg border border-emerald-200 bg-emerald-50 p-4 {protection?.showWarning ||
protection?.isBlocked || outOfHours
protection?.isBlocked ||
outOfHours
? 'mt-3'
: ''}"
>