mirror of
https://github.com/immich-app/immich.git
synced 2025-12-23 17:25:11 +03:00
feat(web): manual face tagging and deletion (#16062)
This commit is contained in:
@@ -148,7 +148,7 @@ interface UpdateStackAssets {
|
||||
values: string[];
|
||||
}
|
||||
|
||||
export const photoViewer = writable<HTMLImageElement | null>(null);
|
||||
export const photoViewerImgElement = writable<HTMLImageElement | null>(null);
|
||||
|
||||
type PendingChange = AddAsset | UpdateAsset | DeleteAsset | TrashAssets | UpdateStackAssets;
|
||||
|
||||
|
||||
1
web/src/lib/stores/face-edit.svelte.ts
Normal file
1
web/src/lib/stores/face-edit.svelte.ts
Normal file
@@ -0,0 +1 @@
|
||||
export const isFaceEditMode = $state({ value: false });
|
||||
Reference in New Issue
Block a user