mirror of
https://github.com/immich-app/immich.git
synced 2025-12-22 01:11:20 +03:00
feat(web): people sidebar link (#4257)
This commit is contained in:
@@ -44,6 +44,14 @@ export interface AlbumViewSettings {
|
||||
view: string;
|
||||
}
|
||||
|
||||
export interface SidebarSettings {
|
||||
people: boolean;
|
||||
}
|
||||
|
||||
export const sidebarSettings = persisted<SidebarSettings>('sidebar-settings', {
|
||||
people: false,
|
||||
});
|
||||
|
||||
export enum AlbumViewMode {
|
||||
Cover = 'Cover',
|
||||
List = 'List',
|
||||
|
||||
Reference in New Issue
Block a user