From e39304da90ddaa44844df2cd5be99b112f6a9185 Mon Sep 17 00:00:00 2001 From: Smittix Date: Thu, 8 Jan 2026 13:26:47 +0000 Subject: [PATCH] Add aircraft image panel to ADS-B tab - Add new panel to display aircraft photos when selected - Fetch photos from planespotters API via /adsb/aircraft-photo endpoint - Cache photos to avoid repeated API calls - Show loading, no photo, and placeholder states appropriately - Reduced map panel to span 2 to accommodate new image panel Co-Authored-By: Claude Opus 4.5 --- templates/index.html | 122 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 121 insertions(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 47b2475..269d5e2 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1360,7 +1360,7 @@