-
Notifications
You must be signed in to change notification settings - Fork 3
Description
This issue addresses the need to enhance user interaction on the Album page by making pictures clickable for expansion and ensuring that the return button functions correctly to take users back to the previous page.
Interactive Enhancements:
Clickable Pictures for Picture Expansion:
Currently, the pictures on the Album page are static and hard to see. We propose implementing a feature that allows users to click on a picture to view it in an expanded format. This will provide a more engaging way for users to interact with the images.
Return Button Functionality:
The return button's functionality needs to be adjusted. When users click the return button, they should be redirected back to the previous page they were on, not the home page, enhancing navigation and user experience.
Tasks:
- Implement the click-to-expand feature for album pictures, allowing users to view images in an enlarged format.
- Modify the return button's code to ensure it redirects users back to the previous page.