QR code par photo : popup QR dynamique + page vue photo sur booth

- afficherQR() génère un QR vers /g/{event}/view/{photo}?p=
- Page photo-view.html : plein écran + bouton télécharger + galerie
- QR accueil reste la galerie complète, QR après capture = la photo

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-27 14:14:28 +02:00
parent 09c8ea75fa
commit 0407244554
3 changed files with 43 additions and 0 deletions

View File

@@ -627,6 +627,27 @@ html, body {
}
/* Choix exemplaires impression */
.popup-qr {
display: flex;
flex-direction: column;
align-items: center;
gap: 1rem;
margin: 1rem 0;
padding: 1.5rem;
background: rgba(255,255,255,0.05);
border-radius: 16px;
}
.qr-photo-img {
width: 200px;
height: 200px;
border-radius: 12px;
background: #fff;
}
.qr-label {
font-size: 1rem;
color: #aaa;
}
.form-impression {
display: flex;
gap: 1rem;