diff --git a/apps/ui/src/App.tsx b/apps/ui/src/App.tsx index 39218530..b07a3e31 100644 --- a/apps/ui/src/App.tsx +++ b/apps/ui/src/App.tsx @@ -5,6 +5,7 @@ import { AudioWaveform, Play, X } from 'lucide-react'; import { AnalysisStatusPanel } from './components/AnalysisStatusPanel'; import { DiagnosticLog } from './components/DiagnosticLog'; import { FileUpload } from './components/FileUpload'; +import { InputSettingsForm } from './components/InputSettingsForm'; import { WaveformPlayer } from './components/WaveformPlayer'; import { Button, DeviceRack } from './components/ui'; // Audit Finding #5: IdleValuePropPanel now occupies the Signal Monitor area @@ -1164,131 +1165,21 @@ export default function App() { isDemoLoading={isDemoLoading} selectedFile={audioFile} /> -
-
-
-

ANALYSIS MODE

- {/* Audit revised #4: helper paragraphs in the - Input Source panel were all-caps mono walls. - Switched to sans-serif sentence case (eyebrow - above stays mono-uppercase for label scan). */} -

- Full keeps every measurement. Standard is faster and skips advanced detail. -

-
- -
-
- - {mt3ConfigEnabled && ( - - )} - +