mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
refactor: share modals (#18183)
This commit is contained in:
parent
47b1938f17
commit
6a69dafd31
10 changed files with 375 additions and 379 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue