Files
discourse/frontend
Joffrey JAFFEUX 47160f277c DEV: Fix image-carousel test flakiness (#36994)
The previous carousel code was relying on a lot of timers to ensure
smoothness and also prevent user from queueing too many actions in a
short amount of time.

This commit does two things:
- removes most of the complexity to rely only on scroll snap
- implements optimistic/efficient update for the current index so it's
smooth and fast
2026-01-07 19:04:39 +01:00
..