mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
feat(web): add ctrl+a / ctrl+d shortcuts to select / deselect all assets (#8105)
* feat(web): use ctrl+a / ctrl+d to select / deselect all assets * fix(web): use shortcutList for ctrl+a / ctrl+d * fix(web): remove useless get() * feat(web): asset interaction store can now select many assets at once
This commit is contained in:
parent
b588a87d4a
commit
4de0b2f44e
6 changed files with 66 additions and 35 deletions
|
|
@ -519,4 +519,4 @@ export class AssetStore {
|
|||
}
|
||||
}
|
||||
|
||||
export const isSelectAllCancelled = writable(false);
|
||||
export const isSelectingAllAssets = writable(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue