Compare commits

..

No commits in common. "777b01bb050356e67ecd7a2fbd0afa6bea3d87f8" and "12f6092a5bce34666375d98a43674fa6f5b456fd" have entirely different histories.

2 changed files with 3 additions and 8 deletions

View File

@ -52,7 +52,7 @@ self.addEventListener("notificationclick", (event) => {
"X-CSRF-TOKEN": 1,
},
body: JSON.stringify({ ids: [event.notification.data.id] }),
}), // eslint-disable-line comma-dangle
})
);
}
break;

View File

@ -57,7 +57,6 @@ import { Trans, useTranslation } from "react-i18next";
import {
LuFolderCheck,
LuImagePlus,
LuPencil,
LuRefreshCw,
LuScanFace,
LuTrash2,
@ -580,9 +579,7 @@ function LibrarySelector({
e.stopPropagation();
setRenameFace(face);
}}
>
<LuPencil className="size-4 text-primary" />
</Button>
></Button>
</TooltipTrigger>
<TooltipPortal>
<TooltipContent>{t("button.renameFace")}</TooltipContent>
@ -598,9 +595,7 @@ function LibrarySelector({
e.stopPropagation();
setConfirmDelete(face);
}}
>
<LuTrash2 className="size-4 text-destructive" />
</Button>
></Button>
</TooltipTrigger>
<TooltipPortal>
<TooltipContent>{t("button.deleteFace")}</TooltipContent>