Mega push vol 7 mvp lesgoooo

This commit is contained in:
AlacrisDevs
2026-02-07 21:47:47 +02:00
parent dcee479839
commit d22847f555
75 changed files with 7685 additions and 892 deletions

View File

@@ -33,6 +33,7 @@
const supabase = getContext<SupabaseClient<Database>>("supabase");
const log = createLogger("page.calendar");
// svelte-ignore state_referenced_locally
let events = $state(data.events);
$effect(() => {
events = data.events;
@@ -735,6 +736,7 @@
: ''}"
style="background-color: {color}"
onclick={() => (eventColor = color)}
aria-label="Color {color}"
></button>
{/each}
</div>