summaryrefslogtreecommitdiff
path: root/nba/tui/widgets.py
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-05-04 17:03:40 -0500
committerChristian Cleberg <[email protected]>2026-05-04 17:03:40 -0500
commit14d8039e4a6ae27c1a7441a375b87617fd5aea4d (patch)
tree8584d9cb3231a92472601d145da24db337dfce49 /nba/tui/widgets.py
parent4d40494f3e9aade0f5302678e4df67a7613c157b (diff)
downloadnba-scores-14d8039e4a6ae27c1a7441a375b87617fd5aea4d.tar.gz
nba-scores-14d8039e4a6ae27c1a7441a375b87617fd5aea4d.tar.bz2
nba-scores-14d8039e4a6ae27c1a7441a375b87617fd5aea4d.zip
feat: add Bracket tab for playoffs
Diffstat (limited to 'nba/tui/widgets.py')
-rw-r--r--nba/tui/widgets.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/nba/tui/widgets.py b/nba/tui/widgets.py
index f5e8c1d..1f14ae8 100644
--- a/nba/tui/widgets.py
+++ b/nba/tui/widgets.py
@@ -41,7 +41,8 @@ class CountdownBar(Static):
else:
self.update(
f"Next refresh in {value}s | "
- "\\[1-9] Box Score | \\[</>] Leaders Cat | \\[r] Refresh | \\[q] Quit"
+ "\\[1-9] Box Score | \\[k] Bracket | "
+ "\\[</>] Leaders Cat | \\[r] Refresh | \\[q] Quit"
)
def reset(self, interval: int) -> None: