Open
Description
Implement Photo Sets (Albums) with the exact same features in the legacy Anahita:
- multiple file uploader with the ability to select or create an album
- ability to reorder images within an album
- ability to add or remove photos to an album using drag and drop
- album viewer with slideshow
- Add comments, like, and other media actions to the album
For a refresher, look into the following files in Anahita:
- https://github.com/anahitasocial/anahita/blob/master/packages/Photos/src/components/com_photos/controllers/set.php
- https://github.com/anahitasocial/anahita/blob/master/packages/Photos/src/components/com_photos/domains/entities/set.php
- https://github.com/anahitasocial/anahita/tree/4.5.2/packages/Photos/src/components/com_photos/views/sets/html
- https://github.com/anahitasocial/anahita/tree/4.5.2/packages/Photos/src/components/com_photos/views/set/html