Delayed Response When Spamming Light/Dark Mode Toggle in Arc Sphere
When repeatedly clicking the Google Light/Dark Mode toggle quickly, Arc Sphere fails to process the input in real-time. Instead, it accumulates the actions and applies them with a delay, leading to inconsistent UI behavior and confusion. This indicates a lack of input debouncing or state management for the toggle, causing performance and usability issues.
3 replies
The issue was not reproduced on iOS. Adding throttling here can help prevent excessive clicks.
Got it, thanks! On my side the delay is still noticeable when toggling quickly. Throttling/debounce sounds like a good solution to keep it smooth across devices.
Throttling will be added in the new version.