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
fix(client): restore negative score display when offset is null
Show score points (including red dots for negative scores) even when
offset data is missing, matching original JavaScript behavior.
Previously the TypeScript rewrite filtered out all entries with null
offset, removing score data that should still be displayed.
Reported-by: Anssi Johansson <https://miuku.net>
0 commit comments