mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 01:15:51 +03:00
[PR #5213] feat: add screenshot gallery lightbox with mobile support #4095
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#4095
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/5213
Author: @alwaisy
Created: 1/24/2026
Status: 🔄 Open
Base:
develop← Head:feature/screenshot-gallery📝 Commits (1)
56cc903feat: add screenshot gallery lightbox with mobile support📊 Changes
4 files changed (+506 additions, -33 deletions)
View changed files
➕
docs/.vitepress/theme/components/gallery-lightbox.vue(+437 -0)➕
docs/.vitepress/theme/components/screenshot-img.vue(+30 -0)📝
docs/.vitepress/theme/index.ts(+9 -1)📝
docs/src/screenshots/index.md(+30 -32)📄 Description
Summary
Adds an interactive lightbox gallery for the screenshots page with full keyboard and touch navigation support.
Changes
docs/.vitepress/theme/components/gallery-lightbox.vuecomponent for fullscreen modaldocs/.vitepress/theme/components/screenshot-img.vuewrapper component for click handlingdocs/.vitepress/theme/index.tsto register new componentsdocs/src/screenshots/index.mdto use new componentsFeatures
Mobile Optimizations
Testing
Screenshots/GIF
Before
https://github.com/user-attachments/assets/a7adadea-9c01-4ca4-9220-edc08343f1b9
After (Desktop)
https://github.com/user-attachments/assets/f5fc08dd-1cca-4885-84d0-67965123113d
After (Mobile)
https://github.com/user-attachments/assets/30690eb1-d8be-47a8-aeda-f95496c8d094
Ready for review.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.