refactor: share modals (#18183)

This commit is contained in:
Daniel Dietzler 2025-05-09 18:59:29 +02:00 committed by GitHub
parent 47b1938f17
commit 6a69dafd31
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 375 additions and 379 deletions

View file

@ -367,8 +367,6 @@ export enum SettingInputFieldType {
}
export const AlbumPageViewMode = {
LINK_SHARING: 'link-sharing',
SELECT_USERS: 'select-users',
SELECT_THUMBNAIL: 'select-thumbnail',
SELECT_ASSETS: 'select-assets',
VIEW_USERS: 'view-users',
@ -377,8 +375,6 @@ export const AlbumPageViewMode = {
};
export type AlbumPageViewMode =
| typeof AlbumPageViewMode.LINK_SHARING
| typeof AlbumPageViewMode.SELECT_USERS
| typeof AlbumPageViewMode.SELECT_THUMBNAIL
| typeof AlbumPageViewMode.SELECT_ASSETS
| typeof AlbumPageViewMode.VIEW_USERS