mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-10 17:17:42 +03:00
Updated plan: add batch classification assignment for multiple images
Co-authored-by: Teagan42 <2989925+Teagan42@users.noreply.github.com>
This commit is contained in:
parent
da6abdaa1d
commit
99207e66c3
@ -72,6 +72,10 @@ import {
|
|||||||
ClassificationItemData,
|
ClassificationItemData,
|
||||||
ClassifiedEvent,
|
ClassifiedEvent,
|
||||||
} from "@/types/classification";
|
} from "@/types/classification";
|
||||||
|
import SearchDetailDialog, {
|
||||||
|
SearchTab,
|
||||||
|
} from "@/components/overlay/detail/SearchDetailDialog";
|
||||||
|
import { SearchResult } from "@/types/search";
|
||||||
|
|
||||||
export default function FaceLibrary() {
|
export default function FaceLibrary() {
|
||||||
const { t } = useTranslation(["views/faceLibrary"]);
|
const { t } = useTranslation(["views/faceLibrary"]);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user