Commit Graph

7 Commits

Author SHA1 Message Date
Kiyan 763912901a Refactor HTML templates for improved structure and styling
- 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.
2025-12-21 09:07:18 +02:00
Kiyan e1882e5a7f - Functioning photo update
- Functioning photo search
2025-12-19 18:53:58 +02:00
Kiyan 527f770a18 Implement Photo and Tag management features: Add controllers, services, and repositories for photo and tag handling; enhance metadata extraction; update home and photo templates for improved user experience. 2025-12-18 16:29:45 +02:00
Kiyan b587244dae Refactor home.html: Update navbar structure, enhance styling, and implement search functionality
- Working infinite scroll effect
- Removed unused CSS and JS files to streamline the template.
2025-12-16 23:02:42 +02:00
Kiyan 8320954344 Refactor photo gallery structure: remove old index.html, add new home.html and uploadPhoto.html templates, and delete unused styling.css. Introduce images.html for image components. 2025-12-14 21:03:47 +02:00
Kiyan 2093b1b82c Refactor image handling in Photo Gallery
- 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.
2025-10-04 08:19:04 +02:00
Kiyan 33c764aa89 Photo Gallery Base Setup 2025-09-27 18:42:21 +02:00