GUI: - Retire orphaned modal-new-recorder.jsx (old New Recorder dialog). Nothing triggered it; the clean inline RecorderConfigModal in screens-ingest.jsx is the single recorder editor now. Drop dead app.jsx/index.html wiring and the unused onNew prop. - Recorder card sub-line shows VC-3/DNxHD MXF OP1a 4:2:2 in growing mode instead of the misleading hevc_nvenc native native. Infra: - Remove vestigial local db service from compose (app uses external Postgres via DATABASE_URL). Drops db depends_on refs + orphan postgres_data volume. compose config validates clean. - Regenerate schema.sql from the live migrated DB (8 -> 29 tables). Old schema.sql predated 37 migrations (missing growing_codec, device_index, node_id, audio_offset_ms) so a fresh init silently rolled the UI back to XDCAM. Fresh init now matches current code. |
||
|---|---|---|
| .. | ||
| public | ||
| scripts | ||
| src/css | ||
| .dockerignore | ||
| .gitignore | ||
| Dockerfile | ||
| nginx.conf | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| tailwind.config.js | ||