mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
[WEB] Select album thumbnail (#383)
* Added context menu for album opionts * choose asset for album thumbnail * Refactor UpdateAlbumDto to accept albumThumbnailAssetId * implemented changing album cover on web * Fixed api change on mobile app
This commit is contained in:
parent
6dbca8d478
commit
ef4136d327
14 changed files with 172 additions and 43 deletions
|
|
@ -170,7 +170,7 @@
|
|||
|
||||
<section
|
||||
transition:fly={{ y: 500, duration: 100, easing: quintOut }}
|
||||
class="absolute top-0 left-0 w-full h-full bg-immich-bg z-[9999]"
|
||||
class="absolute top-0 left-0 w-full h-full py-[160px] bg-immich-bg z-[9999]"
|
||||
>
|
||||
<AlbumAppBar on:close-button-click={() => dispatch('go-back')}>
|
||||
<svelte:fragment slot="leading">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue