You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2026-05-21 21:48:14 +02:00
c6ecfb679a
* Added shared album * Added list tile * Show info of shared album owner
11 lines
195 B
TypeScript
11 lines
195 B
TypeScript
export enum AdminSideBarSelection {
|
|
USER_MANAGEMENT = 'User management'
|
|
}
|
|
|
|
export enum AppSideBarSelection {
|
|
PHOTOS = 'Photos',
|
|
EXPLORE = 'Explore',
|
|
ALBUMS = 'Albums',
|
|
SHARING = 'Sharing'
|
|
}
|