1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-23 06:49:37 +02:00
AdventureLog/backend/server/adventures
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
..
management refactor(models, views, serializers): rename LocationImage and Attachment to ContentImage and ContentAttachment, update related references 2025-07-10 12:12:03 -04:00
migrations refactor(models, views, serializers): rename LocationImage and Attachment to ContentImage and ContentAttachment, update related references 2025-07-10 12:12:03 -04:00
utils feat: enhance transportation card and modal with image handling 2025-07-14 18:57:39 -04:00
views feat: enhance transportation card and modal with image handling 2025-07-14 18:57:39 -04:00
__init__.py migration to new backend 2024-07-08 11:44:39 -04:00
admin.py refactor(models, views, serializers): rename LocationImage and Attachment to ContentImage and ContentAttachment, update related references 2025-07-10 12:12:03 -04:00
apps.py feat: Enhance Adventure and Collection Management 2025-06-12 15:54:01 -04:00
geocoding.py Rename Adventures to Locations (#696) 2025-06-25 11:49:34 -04:00
managers.py feat: Enhance collection sharing and location management features 2025-07-12 09:20:23 -04:00
middleware.py Remove debug print statements from DisableCSRFForMobileLoginSignup middleware 2025-05-12 10:42:50 -04:00
models.py refactor(models, views, serializers): rename LocationImage and Attachment to ContentImage and ContentAttachment, update related references 2025-07-10 12:12:03 -04:00
permissions.py feat: enhance transportation card and modal with image handling 2025-07-14 18:57:39 -04:00
serializers.py feat: enhance transportation card and modal with image handling 2025-07-14 18:57:39 -04:00
signals.py feat: Enhance collection sharing and location management features 2025-07-12 09:20:23 -04:00
tests.py migration to new backend 2024-07-08 11:44:39 -04:00
urls.py feat: Enhance collection sharing and location management features 2025-07-12 09:20:23 -04:00