feat: "add to album" shortcut and generic menu option shortcuts (#15056)

* Add shortcut prop to MenuOption

* Add "add to album" shortcut in photo grid
This commit is contained in:
David Koňařík
2025-01-07 17:29:22 +01:00
committed by GitHub
parent c148a28a82
commit fa0b352bd0
3 changed files with 45 additions and 2 deletions
@@ -47,6 +47,7 @@
onClick={() => (showAlbumPicker = true)}
text={shared ? $t('add_to_shared_album') : $t('add_to_album')}
icon={shared ? mdiShareVariantOutline : mdiImageAlbum}
shortcut={{ key: 'l', shift: shared }}
/>
{#if showAlbumPicker}