chore: sync all remaining changes
Release Build / build-docker (push) Successful in 52s
Release Build / build-android-and-release (push) Failing after 1m1s

- Remove android build directory (moved to CI)
- Update package dependencies
- Misc server and client improvements
This commit is contained in:
2026-04-18 22:40:25 +02:00
parent 64368b1f29
commit c1651550d1
94 changed files with 361 additions and 1287 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ describe('Stats Service', () => {
expect(stats.ghosts[1].accuracy).toBe(60);
expect(stats.distribution[1]).toBe(5);
expect(stats.distribution[8]).toBeUndefined();
expect(stats.distribution[8]).toBe(2);
expect(stats.heatmap['2023-01-09']).toBe(5);
});