* Fix plus dialog

* Remove activity indicator on review item download button

* fix explore view
This commit is contained in:
Josh Hawkins
2024-11-12 06:37:25 -06:00
committed by GitHub
parent 9c20cd5f7b
commit ed9c67804a
8 changed files with 44 additions and 185 deletions

View File

@@ -228,12 +228,17 @@ function ExploreThumbnailImage({
onSelectSearch(event, 0, "object lifecycle");
};
const handleShowSnapshot = () => {
onSelectSearch(event, 0, "snapshot");
};
return (
<SearchResultActions
searchResult={event}
findSimilar={handleFindSimilar}
refreshResults={mutate}
showObjectLifecycle={handleShowObjectLifecycle}
showSnapshot={handleShowSnapshot}
isContextMenu={true}
>
<div className="relative size-full">