mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
feat(web): add button to archive and unarchive in detail viewer (#2296)
This commit is contained in:
4
web/src/lib/stores/archived-asset.store.ts
Normal file
4
web/src/lib/stores/archived-asset.store.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { AssetResponseDto } from '@api';
|
||||
import { writable } from 'svelte/store';
|
||||
|
||||
export const archivedAsset = writable<AssetResponseDto[]>([]);
|
||||
Reference in New Issue
Block a user