mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-02-27 18:22:41 -08:00
1.2 KiB
1.2 KiB
id, title, status, assignee, created_date, labels, dependencies, parent_task_id, priority
| id | title | status | assignee | created_date | labels | dependencies | parent_task_id | priority |
|---|---|---|---|---|---|---|---|---|
| TASK-20.4 | Implement dedicated secondary top-bar overlay window | To Do | 2026-02-12 09:43 | TASK-20 | medium |
Description
Create and integrate a dedicated secondary subtitle overlay window with independent lifecycle, z-order, bounds, and pointer policy, decoupled from primary visible/invisible overlay windows.
Acceptance Criteria
- #1 A third overlay window dedicated to secondary subtitles is created and managed alongside existing visible/invisible windows.
- #2 Secondary window visibility follows secondary mode semantics (
hidden/visible/hover) independent of primary overlay visibility. - #3 Secondary subtitle text/mode/style updates are routed directly to the secondary window renderer path.
- #4 Pointer passthrough/interaction behavior for secondary window is explicit and does not regress existing hover/selection interactions.
- #5 Window cleanup/lifecycle (create, close, restore) integrates with existing overlay runtime lifecycle.