Add playoff round view, game numbers, goal scorer notifications, standings
- Fetch NHL standings and surface league/season game counts in the menu bar
- Prefix regular-season rows with the league-wide game number (from gameId)
- New ROUND section shows each active playoff series (matchup, series score,
next game number + time) derived from /v1/playoff-bracket; rows always open
the NHL series page so completed series remain clickable
- Goal notifications include scorer sweater, abbreviated name, and strength
(PPG/SHG/EN), resolved via /v1/gamecenter/{id}/play-by-play
- Drop the per-team filter submenu and NHLTeam enum
- Regenerate AppIcon with the full 10-size macOS set (alpha preserved) so
notifications render the app icon correctly; rename the iOS marketing PNG
to icon-ios-1024.png
- gitignore .claude/ local tooling settings
This commit is contained in:
@@ -6,6 +6,8 @@ A macOS menu bar app for NHL game situational awareness.
|
||||
|
||||
- NHL shield icon in the menu bar with game count
|
||||
- Shows games from yesterday, today, and tomorrow grouped by date (configurable)
|
||||
- Regular-season rows show league-wide game number (`#547 NYR @ WAS …`)
|
||||
- During playoffs, a ROUND section lists every active series with its series score, next game-in-series number, and upcoming tip-off time
|
||||
- Game format: `NYR @ WAS 0:2 (FINAL)` / `DAL @ TOR Today @ 7:30 PM`
|
||||
- Click a game to open NHL GameCenter; option-click for NHL Videocast
|
||||
- Goal scored notifications with scoring team logo
|
||||
|
||||
Reference in New Issue
Block a user