Mega push vol 7 mvp lesgoooo
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user