dragonflight/services/web-ui
Zac Gaetano 7587c7d2f4 chore(ui+infra): retire stale recorder modal, clean VC-3 card, fix schema drift
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.
2026-06-05 17:38:25 +00:00
..
public chore(ui+infra): retire stale recorder modal, clean VC-3 card, fix schema drift 2026-06-05 17:38:25 +00:00
scripts chore: 1.2 ship-prep sweep — close 38 issues 2026-05-27 02:06:14 +00:00
src/css rebrand: Dragonflight — ember orange accent (hue 266→32) 2026-05-21 22:16:32 -04:00
.dockerignore add services/web-ui/.dockerignore 2026-04-07 21:58:21 -04:00
.gitignore web-ui: fix corrupted .gitignore from earlier patch 2026-05-21 12:31:18 -04:00
Dockerfile chore: 1.2 ship-prep sweep — close 38 issues 2026-05-27 02:06:14 +00:00
nginx.conf fix(audit): critical security hardening and ops reliability fixes 2026-06-03 10:42:57 +00:00
package-lock.json feat(ui): version badge, polling fixes, asset browser hygiene, project ctx fixes 2026-06-04 22:54:49 +00:00
package.json chore: 1.2 ship-prep sweep — close 38 issues 2026-05-27 02:06:14 +00:00
postcss.config.js web-ui: fix wave-1 build pipeline (primitives missing from bundle) 2026-05-21 16:41:55 +00:00
tailwind.config.js web-ui: fix wave-1 build pipeline (primitives missing from bundle) 2026-05-21 16:41:55 +00:00