You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Dark-mode logo selection. Notification crest and league logos now follow
the active GNOME color scheme: the dark logo variant is used under prefer-dark and the default (light) variant otherwise, falling back to
the default whenever a competition ships no dark variant. Cache keys are
scoped by theme so switching appearance resolves the matching variant on
the next notification.
Changed
Crest and league logos are now fetched at 150 × 150 px through the ESPN
combiner endpoint instead of the 500 × 500 originals, cutting the
download and on-disk cache size by ~91 %. At 150 px the image still
covers 3× HiDPI; the rewrite is isolated to lib/crest-cache.js and
only touches a.espncdn.com/i/… URLs — any other URL passes through
unchanged. No user-facing changes.