- Photos: guests and hosts can download all event photos as a ZIP; HEIC/HEIF uploads are now accepted, with a WebP thumbnail generated for gallery display while the original file is preserved for download; uploader name now always shows as a caption - Hosts can send a thank-you note (email/SMS) to guests who RSVP'd yes - Guests can add the event to Google Calendar or download an .ics file, and see a live countdown to the event - Hosts can override a theme's primary/accent colors per event - New textures for a few themes' card backgrounds
4 lines
210 B
SQL
4 lines
210 B
SQL
-- AlterTable: nullable WebP thumbnail for photo formats browsers can't
|
|
-- render inline (HEIC/HEIF) - see Photo.thumbnailFilename in schema.prisma.
|
|
ALTER TABLE "Photo" ADD COLUMN "thumbnailFilename" TEXT;
|