+
(!open ? setUpload(undefined) : null)}
+ >
+
+
+ Submit To Frigate+
+
+ Objects in locations you want to avoid are not false positives.
+ Submitting them as false positives will confuse the model.
+
+
+
+
+ Cancel
+ onSubmitToPlus(false)}
+ >
+ This is a {upload?.label}
+
+ onSubmitToPlus(true)}
+ >
+ This is not a {upload?.label}
+
+
+
+
+
+ {events?.map((event) => {
+ return (
+
setUpload(event)}
+ >
+
+
+ );
+ })}
+
+ );
+}
diff --git a/web/src/pages/site-navigation.ts b/web/src/pages/site-navigation.ts
index e23e09a1a..2810c8371 100644
--- a/web/src/pages/site-navigation.ts
+++ b/web/src/pages/site-navigation.ts
@@ -1,3 +1,4 @@
+import Logo from "@/components/Logo";
import { FaCompactDisc, FaFlag, FaVideo } from "react-icons/fa";
import { LuConstruction } from "react-icons/lu";
@@ -20,6 +21,12 @@ export const navbarLinks = [
title: "Export",
url: "/export",
},
+ {
+ id: 5,
+ icon: Logo,
+ title: "Frigate+",
+ url: "/plus",
+ },
{
id: 4,
icon: LuConstruction,