Add talk thumbnail rendering for slides and download #75
+5,283
−718
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.


Note
Medium Risk
Adds new client-side SVG rendering and raster export logic (canvas + embedding external images), which may surface CORS/image-fetch issues and has some performance/memory considerations despite being UI-only.
Overview
Adds a reusable
TalkThumbnailcomponent that renders a DEVx-styled 16:9 SVG thumbnail (background + branding + optional circular speaker photo) with basic title line-wrapping.Updates
submit-talkto fetchprofile_photofromprofilesand show a live “Video thumbnail preview” using the current talk title and the user’s profile name/photo.Introduces a new
talk-thumbnail-genpage that lets users upload a photo or look one up by handle, previews the thumbnail at 1280×720, and downloads PNG/JPG by serializing the SVG with embedded images and rasterizing via canvas.Minor: adds
dev:supabasescript and reformats a slidemetadata.json.Written by Cursor Bugbot for commit 7bf53ab. This will update automatically on new commits. Configure here.