diff --git a/.gitea/workflows/mirror-to-github.yml b/.gitea/workflows/mirror-to-github.yml index fdfe664..86f1928 100644 --- a/.gitea/workflows/mirror-to-github.yml +++ b/.gitea/workflows/mirror-to-github.yml @@ -55,6 +55,9 @@ jobs: git rm -r --cached CLAUDE.md || true git rm -r --cached PRODUCTION_DEPLOYMENT_GUIDE.md || true git rm -r --cached logs/ || true + git rm -r --cached frontend/.claudedocs/ || true + git rm -r --cached test-maintenance.sh || true + git rm -r --cached storage/ || true # Commit the changes diff --git a/frontend/src/components/gallery/PhotoLightbox.tsx b/frontend/src/components/gallery/PhotoLightbox.tsx index 928d274..997da32 100644 --- a/frontend/src/components/gallery/PhotoLightbox.tsx +++ b/frontend/src/components/gallery/PhotoLightbox.tsx @@ -162,7 +162,7 @@ export const PhotoLightbox: React.FC = ({ {/* Close button */} {/* Bottom toolbar */} -
+

{currentIndex + 1} / {photos.length}

-

{currentPhoto.filename}

@@ -231,7 +230,7 @@ export const PhotoLightbox: React.FC = ({ {/* Image container */}
= ({
{/* Touch/swipe indicators for mobile */} -
+
Swipe to navigate