- Updated home.html with enhanced meta tags, improved navbar structure, and refined carousel and photo grid layout.
- Simplified CSS by linking external stylesheets and removing inline styles.
- Enhanced accessibility features, including aria-labels and improved button functionalities.
- Updated photo.html to include better metadata handling, improved form structure, and enhanced accessibility.
- Refined uploadPhoto.html with a clearer upload process, added progress handling, and improved user feedback.
- Update Java version in pom.xml from 21 to 17.
- Modify PageController to retrieve image file names instead of HTML.
- Implement getImageFileNames method in PhotoService and ImageHtmlBuilder.
- Update index.html to display images using Thymeleaf with new data structure.