Skip to content

Commit

Permalink
Serhii 10 22 (#67)
Browse files Browse the repository at this point in the history
* fix:10.21

* chroe:lint

* fix:clean_up_apis

* add:page_index
  • Loading branch information
Serhii Ofii authored Oct 23, 2024
1 parent 8435b33 commit a5b10d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/src/components/collection/View.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,9 @@ const CollectionView: React.FC<CollectionViewProps> = ({ collection }) => {
onClick={handlePhotoClick}
/>
</div>
<span className="fixed left-1/2 transform -translate-x-1/2 top-20 bg-gray-12/90 px-3 py-1 rounded-3xl">
page: {currentImageIndex + 1}/{translatedImages.length}
</span>
<div className="fixed bottom-0 left-0 w-full px-4 py-1 text-center bg-gray-1/30 backdrop-blur-lg">
<Container>
<div className="rounded-md bg-gray-12 p-2">
Expand Down

0 comments on commit a5b10d0

Please sign in to comment.