Files
SubMiner/backlog/tasks/task-3 - move-invisible-subtitles.md
2026-02-17 22:54:09 -08:00

1.0 KiB

id, title, status, assignee, created_date, updated_date, labels, dependencies, ordinal
id title status assignee created_date updated_date labels dependencies ordinal
TASK-3 move invisible subtitles Done
codex
2026-02-11 03:34 2026-02-11 04:28
1000

Description

Add keybinding that will toggle edit mode on the invisible subtitles allowing for fine-grained control over positioning. use arrow keys and vim hjkl for motion and enter/ctrl+s to save and esc to cancel

Implementation Notes

  • Implemented invisible subtitle position edit mode toggle with movement/save/cancel controls.
  • Added persistence for invisible subtitle offsets (invisibleOffsetXPx, invisibleOffsetYPx) alongside existing yPercent subtitle position state.
  • Updated edit mode visuals to highlight invisible subtitle text using the same styling as debug visualization.
  • Removed the edit-mode dashed bounding box.
  • Updated top HUD instruction text to reference arrow keys only (while keeping hjkl movement support).