feat: Implement firmware versioning for custom builds by generating available versions, adding version selection to profiles, and integrating it into the custom build workflow.

This commit is contained in:
Ben Allfree
2025-11-22 17:07:56 -08:00
parent 9943a32bf0
commit a95c5625ec
10 changed files with 314 additions and 8 deletions
+1
View File
@@ -1,4 +1,5 @@
import { useMutation } from "convex/react";
import * as React from "react";
import { useForm } from "react-hook-form";
import { Button } from "@/components/ui/button";
import { Checkbox } from "@/components/ui/checkbox";