Commit Graph

3 Commits

Author SHA1 Message Date
paul c823345676 Rewrite profile photo crop/zoom logic
Display and crop were using inconsistent coordinate systems.
Display now uses: translate(translateX+offsetX, translateY+offsetY) scale(zoomLevel)
Crop uses: srcX = -(offsetX + translateX) / scale

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-27 15:13:49 +00:00
paul 64ab1d0412 Add attendee type management and staff codes
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-25 07:17:47 +00:00
paul dec6446d7d Initial commit: conference app with Flask
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-18 14:53:41 +00:00