2
0
forked from jmug/cactoide

feat: add a filter toggle

This commit is contained in:
Levente Orban
2025-09-01 15:10:13 +02:00
parent 6020a78302
commit 7d1991eb94
5 changed files with 168 additions and 112 deletions

View File

@@ -3,7 +3,7 @@
import type { Event, RSVP } from '$lib/types';
import { goto } from '$app/navigation';
import { enhance } from '$app/forms';
import { formatTime, formatDate } from '$lib/dateFormatter';
import { formatTime, formatDate } from '$lib/dateHelpers.js';
export let data: { event: Event; rsvps: RSVP[]; userId: string };
export let form;