Skip to content
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.

Custom album covers #239

Merged
merged 13 commits into from
Jan 20, 2021
Merged

Custom album covers #239

merged 13 commits into from
Jan 20, 2021

Commits on Jan 17, 2021

  1. custom album covers

    context menu on photos allows to set/remove cover of parent allbum
    
    IMPORTANT: this is abusing album.description to store id of cover photo (needs to be changed once album table includes column for covers)
    
    IMPORTANT: something seems amiss with the gulpfile because iconic.svg does not get processed (the new icon needs to be manually added to resources/views/includes/svg.blade.php and resources/views/view.blade.php)
    
    IMPORTANT: support for 3 distinct images for albums dropped (overkill given that 2 are barely visible)
    evoludolab committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    eb46c66 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. cover of subalbums as custom cover for parent

    extend context menu for selecting the cover of a submenu as the custom cover of the parent
    evoludolab committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    4ac13ee View commit details
    Browse the repository at this point in the history
  2. better

    ildyria committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    78b80be View commit details
    Browse the repository at this point in the history
  3. forgot this part

    ildyria committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    726f4ff View commit details
    Browse the repository at this point in the history
  4. minor fix

    ildyria committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    9c1c2f9 View commit details
    Browse the repository at this point in the history
  5. remove comment

    ildyria committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    6a95232 View commit details
    Browse the repository at this point in the history
  6. fix smartAlbums

    ildyria committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    f25d81d View commit details
    Browse the repository at this point in the history
  7. minor refactoring

    ildyria committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    0ddc3e3 View commit details
    Browse the repository at this point in the history
  8. minor refactoring

    ildyria committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    d8e32d1 View commit details
    Browse the repository at this point in the history
  9. Refresh albums view as needed

    kamil4 committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    8b42606 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    920da42 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3b25d4f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1e9bd39 View commit details
    Browse the repository at this point in the history