add array field item template and fix ffmpeg section

This commit is contained in:
Josh Hawkins
2026-02-27 09:37:57 -06:00
parent 8c65cbce22
commit 40b59c5d0c
9 changed files with 225 additions and 37 deletions
+1 -1
View File
@@ -325,7 +325,7 @@ const CameraConfigContent = memo(function CameraConfigContent({
return (
<div className="flex flex-1 gap-6 overflow-hidden">
{/* Section Navigation */}
<nav className="w-48 shrink-0">
<nav className="w-64 shrink-0">
<ul className="space-y-1">
{sections.map((section) => {
const isOverridden = overriddenSections.includes(section.key);