TUI Scores: rename favorite sections to Live / Last / Next
886fac39ceb4804196540c886779bbf34656e5ef
humdrum <me@humdrum.me> · 2026-07-08 19:51
parent 51ed50be
TUI Scores: rename favorite sections to Live / Last / Next Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 files changed
tui/dashboard.py +1 −1
@@ -454,7 +454,7 @@ t.append(f"{g.get('away', '?')} @ {g.get('home', '?')}\n")
# Favorites are grouped by status, not league. state → section header.
-_FAV_SECTIONS = (("in", "Live"), ("post", "Yesterday"), ("pre", "Later Today"))
+_FAV_SECTIONS = (("in", "Live"), ("post", "Last"), ("pre", "Next"))
def render_sports(p: dict) -> Text: