update admin email configuration to support multiple addresses and update documentation

This commit is contained in:
maxDorninger
2025-06-01 19:30:56 +02:00
parent e22c16dc28
commit 31874aeb31
12 changed files with 62 additions and 28 deletions

View File

@@ -124,6 +124,7 @@
<Table.Cell>
{request.authorized_by?.email ?? 'N/A'}
</Table.Cell>
<!-- TODO: ADD DIALOGUE TO MODIFY REQUEST -->
<Table.Cell class="flex flex-col items-center gap-1">
{#if user().is_superuser}
<Button

View File

@@ -9,7 +9,6 @@
let requests: SeasonRequest[] = $state(page.data.requestsData);
</script>
<!-- TODO: ADD DIALOGUE TO MODIFY REQUEST -->
<header class="flex h-16 shrink-0 items-center gap-2">
<div class="flex items-center gap-2 px-4">
<Sidebar.Trigger class="-ml-1"/>