Files
SubMiner/backlog/tasks/task-262 - Create-overlay-UI-bootstrap-input-helper.md

788 B

id, title, status, assignee, created_date, labels, dependencies
id title status assignee created_date labels dependencies
TASK-262 Create overlay UI bootstrap input helper To Do
2026-03-31 17:04
refactor
main
overlay-ui

Description

Add a coarse input-builder/helper module to reduce the large createOverlayUiRuntime(...) callsite in src/main.ts without changing runtime behavior. Do not edit src/main.ts in this task.

Acceptance Criteria

  • #1 New helper module(s) live under src/main/
  • #2 Helper accepts grouped overlay UI/domain inputs instead of giant inline literals
  • #3 Helper keeps files under 500 LOC
  • #4 Optional focused tests added if useful
  • #5 No runtime behavior changes