Render Modal as real markup; drain scripts via CaptureScript (#2742)

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
This commit is contained in:
Paweł Kuna
2026-08-03 00:55:32 +02:00
committed by GitHub
co-authored by StarDev
parent 66dc336726
commit 575d68572f
200 changed files with 10670 additions and 10096 deletions
+1 -5
View File
@@ -1,9 +1,5 @@
---
// The lightbox page passes a resolved `photo` object taken from the
// horizontal-filtered list; the Eleventy reference's background/img src follows
// that same filtered order, so a direct object is the faithful mapping.
// TODO: the id-based lookup into photos.json and the `{% else %}` svg.html
// fallback branch (ui/svg.html) — both unused on the lightbox page.
// Lightbox passes a resolved `photo` object from the horizontal-filtered list.
interface Photo {
file: string
title?: string