refactor(tui): decompose god files into single-concern modules #53
Reference in New Issue
Block a user
Delete Branch "refactor/tui-god-files"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
What moved where
update.goview_dashboard.goview_detail.goformat.gosparkline.godata.goNo behavioral changes — strict move-and-extract refactor. All existing tests pass.
Test plan
go build ./...— cleango vet ./internal/tui/— cleango test ./...— all pass (17 new TUI tests + all existing)