mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-21 12:36:42 +03:00
Compare commits
No commits in common. "777b01bb050356e67ecd7a2fbd0afa6bea3d87f8" and "12f6092a5bce34666375d98a43674fa6f5b456fd" have entirely different histories.
777b01bb05
...
12f6092a5b
@ -52,7 +52,7 @@ self.addEventListener("notificationclick", (event) => {
|
|||||||
"X-CSRF-TOKEN": 1,
|
"X-CSRF-TOKEN": 1,
|
||||||
},
|
},
|
||||||
body: JSON.stringify({ ids: [event.notification.data.id] }),
|
body: JSON.stringify({ ids: [event.notification.data.id] }),
|
||||||
}), // eslint-disable-line comma-dangle
|
})
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|||||||
@ -57,7 +57,6 @@ import { Trans, useTranslation } from "react-i18next";
|
|||||||
import {
|
import {
|
||||||
LuFolderCheck,
|
LuFolderCheck,
|
||||||
LuImagePlus,
|
LuImagePlus,
|
||||||
LuPencil,
|
|
||||||
LuRefreshCw,
|
LuRefreshCw,
|
||||||
LuScanFace,
|
LuScanFace,
|
||||||
LuTrash2,
|
LuTrash2,
|
||||||
@ -580,9 +579,7 @@ function LibrarySelector({
|
|||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
setRenameFace(face);
|
setRenameFace(face);
|
||||||
}}
|
}}
|
||||||
>
|
></Button>
|
||||||
<LuPencil className="size-4 text-primary" />
|
|
||||||
</Button>
|
|
||||||
</TooltipTrigger>
|
</TooltipTrigger>
|
||||||
<TooltipPortal>
|
<TooltipPortal>
|
||||||
<TooltipContent>{t("button.renameFace")}</TooltipContent>
|
<TooltipContent>{t("button.renameFace")}</TooltipContent>
|
||||||
@ -598,9 +595,7 @@ function LibrarySelector({
|
|||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
setConfirmDelete(face);
|
setConfirmDelete(face);
|
||||||
}}
|
}}
|
||||||
>
|
></Button>
|
||||||
<LuTrash2 className="size-4 text-destructive" />
|
|
||||||
</Button>
|
|
||||||
</TooltipTrigger>
|
</TooltipTrigger>
|
||||||
<TooltipPortal>
|
<TooltipPortal>
|
||||||
<TooltipContent>{t("button.deleteFace")}</TooltipContent>
|
<TooltipContent>{t("button.deleteFace")}</TooltipContent>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user