element-call-Github/test
Robin 42c8677be1 Fix jumpy speaker tiles in spotlight mode
reorderTiles was programmed to only place a tile in the speaker section if that tile's previous position was off-screen. But for speakers that started off-screen, this would cause them to oscillate in and out of the speaker section on each render, because the speaker section is, of course, on-screen. The solution I've gone with here is to avoid referencing the previous position, and instead go by the computed natural ordering, which ought to be more stable.
2023-11-20 01:02:08 -05:00
..
__snapshots__ Implement the new invite modal designs 2023-09-27 17:45:18 -04:00
home Format code 2023-10-11 10:42:04 -04:00
mocks Fix imports 2023-09-27 19:06:10 -04:00
otel Format code 2023-10-11 10:42:04 -04:00
room Format code 2023-10-11 10:42:04 -04:00
video-grid Fix jumpy speaker tiles in spotlight mode 2023-11-20 01:02:08 -05:00
environment.ts Work around jsdom not providing TextEncoder 2023-09-01 13:23:24 -04:00
initializer-test.ts Format code 2023-10-11 10:42:04 -04:00
Toast-test.tsx Format code 2023-10-11 10:42:04 -04:00
UrlParams-test.ts Format code 2023-10-11 10:42:04 -04:00
utils.ts Implement the new invite modal designs 2023-09-27 17:45:18 -04:00