feat: bulk change description (#18288)

Co-authored-by: Tamas Koos <ext_tamas.koos@btrl.ro>
This commit is contained in:
koostamas
2025-05-17 12:17:00 +02:00
committed by GitHub
parent fa45a26cff
commit b63d6cdcd6
15 changed files with 122 additions and 9 deletions
@@ -11,6 +11,7 @@
import AddToAlbum from '$lib/components/photos-page/actions/add-to-album.svelte';
import ArchiveAction from '$lib/components/photos-page/actions/archive-action.svelte';
import ChangeDate from '$lib/components/photos-page/actions/change-date-action.svelte';
import ChangeDescription from '$lib/components/photos-page/actions/change-description-action.svelte';
import ChangeLocation from '$lib/components/photos-page/actions/change-location-action.svelte';
import CreateSharedLink from '$lib/components/photos-page/actions/create-shared-link.svelte';
import DeleteAssets from '$lib/components/photos-page/actions/delete-assets.svelte';
@@ -515,6 +516,7 @@
onClick={handleReassignAssets}
/>
<ChangeDate menuItem />
<ChangeDescription menuItem />
<ChangeLocation menuItem />
<ArchiveAction
menuItem