From 41d74ea818d9195344b455a0be9c7ca3487425d0 Mon Sep 17 00:00:00 2001 From: Serhii Date: Wed, 23 Oct 2024 05:24:44 +0300 Subject: [PATCH] add:page_index --- frontend/src/components/collection/View.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/components/collection/View.tsx b/frontend/src/components/collection/View.tsx index ff647fd..b60df97 100644 --- a/frontend/src/components/collection/View.tsx +++ b/frontend/src/components/collection/View.tsx @@ -190,6 +190,9 @@ const CollectionView: React.FC = ({ collection }) => { onClick={handlePhotoClick} /> + + page: {currentImageIndex + 1}/{translatedImages.length} +