From 99207e66c3564c54c6ec8cfb5cdcbf89485b8ad5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 19 Feb 2026 08:06:14 +0000 Subject: [PATCH] Updated plan: add batch classification assignment for multiple images Co-authored-by: Teagan42 <2989925+Teagan42@users.noreply.github.com> --- web/src/pages/FaceLibrary.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/src/pages/FaceLibrary.tsx b/web/src/pages/FaceLibrary.tsx index 7595b3cd9..89340f466 100644 --- a/web/src/pages/FaceLibrary.tsx +++ b/web/src/pages/FaceLibrary.tsx @@ -72,6 +72,10 @@ import { ClassificationItemData, ClassifiedEvent, } from "@/types/classification"; +import SearchDetailDialog, { + SearchTab, +} from "@/components/overlay/detail/SearchDetailDialog"; +import { SearchResult } from "@/types/search"; export default function FaceLibrary() { const { t } = useTranslation(["views/faceLibrary"]);