mirror of
https://github.com/nesquena/hermes-webui.git
synced 2026-05-28 12:40:26 +00:00
ecf7ca7c60
When multiple images appear in the same message, clicking any image now opens a lightbox with prev/next navigation buttons (‹ / ›) and keyboard support (← / →). An image counter (e.g. '3 / 5') is shown at the bottom of the overlay. - _openImgLightbox now receives the clicked <img> element to find sibling images within the same message container - New _openImgLightboxWithNav, _navigateLightbox, _updateLightboxCounter - CSS: .img-lightbox-nav (prev/next buttons), .img-lightbox-counter - Close button (×), Escape key, and click-outside-to-close preserved