Redesign TUI and polish layout alignment#44
Merged
adrunkhuman merged 3 commits intomasterfrom Apr 11, 2026
Merged
Conversation
- Add theme.go: three-color palette (azure accent, near-black dim, mid-grey subtle)
used consistently across all views
- Top bar: competition name (bold) + right-aligned round info, separated from body
by a dim '─' rule
- Status bar: right-aligned fetch time, '·' separators, cleaner key names
- League view: dim '│' divider between panes; standings starts with subtle column
header instead of a 'Standings' title; fixture pane starts with round label
instead of 'Fixtures [focus]' title
- Match view: same divider treatment; score formatted with en-dash ('–') and
extra visual weight; HT/FT dividers use '─' box-drawing chars
- Selector popup: rounded border, accent-colored focused column header, vertical
'│' divider between season and league panes — no '[focus]' label
- Fixture cursor: accent-colored '›' marker instead of ASCII '> '
- Standings selected rows: bold instead of '> ' prefix
- Section dividers: '─' fills with subtle-styled header label (Lineups / Details)
- Update tests to match new design: en-dash in HT/FT labels, removed pipe in
when-info, ANSI-aware alignment checks, updated status-bar hint text
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
[no details]Testing
Issues