diff --git a/src/app/components/DevicesPage.tsx b/src/app/components/DevicesPage.tsx index e21509c..1a8527a 100644 --- a/src/app/components/DevicesPage.tsx +++ b/src/app/components/DevicesPage.tsx @@ -288,10 +288,31 @@ export default function DevicesPage({ config, setConfig, openDeviceId, onClearOp */}
- updateSetting(['cassette', 'url'], e.target.value)} className="w-full px-3 py-2 border border-neutral-300 rounded-lg" /> +
+ updateSetting(['cassette', 'url'], e.target.value)} + className="flex-1 px-3 py-2 border border-neutral-300 rounded-lg" + /> + +
+ {showCassetteUrlBrowser && ( + updateSetting(['cassette', 'url'], p)} + onClose={() => setShowCassetteUrlBrowser(false)} + /> + )} + {/* ── Hardware ── */}

User Port