From 921b7cbc8de42a08f27d22bffb83d4db4f3ac82f Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 28 Oct 2024 17:50:08 -0500 Subject: [PATCH] feat(web): add job action to search page result (#13784) --- .../search/[[photos=photos]]/[[assetId=id]]/+page.svelte | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/src/routes/(user)/search/[[photos=photos]]/[[assetId=id]]/+page.svelte b/web/src/routes/(user)/search/[[photos=photos]]/[[assetId=id]]/+page.svelte index eb0c493204..4605a2207e 100644 --- a/web/src/routes/(user)/search/[[photos=photos]]/[[assetId=id]]/+page.svelte +++ b/web/src/routes/(user)/search/[[photos=photos]]/[[assetId=id]]/+page.svelte @@ -41,6 +41,7 @@ import { isAlbumsRoute, isPeopleRoute } from '$lib/utils/navigation'; import { t } from 'svelte-i18n'; import { afterUpdate, tick } from 'svelte'; + import AssetJobActions from '$lib/components/photos-page/actions/asset-job-actions.svelte'; const MAX_ASSET_COUNT = 5000; let { isViewing: showAssetViewer } = assetViewingStore; @@ -246,6 +247,8 @@ +
+