Fixed compilation errors in queueview.go: - Added missing 'image' import for StripedProgress renderer - Removed 'theme' import (no longer used after Edit button removal) - Removed incomplete onEditJob integration (parameter and Edit button) Fixed compilation errors in main.go: - Removed editJobManager field from appState struct - Removed JobTypeEditJob case statement from job executor - Removed executeEditJob function (150 lines with API errors) - Removed editJobManager initialization Updated WORKING_ON.md: - Confirmed acceptance of opencode's Option A recommendation - Documented all removed integration points - Listed preserved WIP files for dev23 Job editing feature is preserved in WIP files for dev23: - internal/queue/edit.go (not committed, ready for dev23) - internal/ui/command_editor.go (not committed, ready for dev23) - internal/queue/execute_edit_job.go.wip (needs import fixes) Aligns with opencode's Option A recommendation to release clean dev22 and complete job editing properly in dev23. |
||
|---|---|---|
| .. | ||
| app | ||
| benchmark | ||
| convert | ||
| enhancement | ||
| interlace | ||
| logging | ||
| metadata | ||
| modules | ||
| player | ||
| queue | ||
| sysinfo | ||
| thumbnail | ||
| ui | ||
| utils | ||