mirror of
https://github.com/immich-app/immich.git
synced 2026-05-22 15:42:32 -04:00
feat: add preview button when selecting images (#27305)
* Add preview button when selecting images * Fix test helper * prettier * styling --------- Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
This commit is contained in:
@@ -376,6 +376,7 @@
|
||||
void navigateToAsset(asset);
|
||||
}}
|
||||
onSelect={() => handleSelectAssets(currentAsset)}
|
||||
onPreview={assetInteraction.selectionActive ? () => void navigateToAsset(asset) : undefined}
|
||||
onMouseEvent={() => assetMouseEventHandler(currentAsset)}
|
||||
{showArchiveIcon}
|
||||
asset={currentAsset}
|
||||
|
||||
Reference in New Issue
Block a user