1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-21 13:59:36 +02:00
AdventureLog/backend/server/integrations
Sean Morley 7a61ba2d22 feat: enhance transportation card and modal with image handling
- Added CardCarousel component to TransportationCard for image display.
- Implemented privacy indicator with Eye and EyeOff icons.
- Introduced image upload functionality in TransportationModal, allowing users to upload multiple images.
- Added image management features: remove image and set primary image.
- Updated Transportation and Location types to include images as ContentImage array.
- Enhanced UI for image upload and display in modal, including selected images preview and current images management.
2025-07-14 18:57:39 -04:00
..
migrations feat: enhance Immich integration with local copy option and validation for image handling 2025-06-01 19:55:12 -04:00
__init__.py feat: add Immich integration module with API endpoints and admin interface 2024-12-31 10:38:15 -05:00
admin.py feat: add Immich integration module with API endpoints and admin interface 2024-12-31 10:38:15 -05:00
apps.py feat: add Immich integration module with API endpoints and admin interface 2024-12-31 10:38:15 -05:00
models.py feat: enhance Immich integration with local copy option and validation for image handling 2025-06-01 19:55:12 -04:00
serializers.py feat: implement Immich integration with CRUD API, add serializer, and enhance frontend components 2025-01-02 13:34:51 -05:00
tests.py feat: add Immich integration module with API endpoints and admin interface 2024-12-31 10:38:15 -05:00
urls.py feat: implement Immich integration with CRUD API, add serializer, and enhance frontend components 2025-01-02 13:34:51 -05:00
views.py feat: enhance transportation card and modal with image handling 2025-07-14 18:57:39 -04:00