Skip to main content
ArcBlock Community

Delayed Response When Spamming Light/Dark Mode Toggle in Arc Sphere

Marlong
Support
arcspherecant-reproux

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

Shuang Liu12 months ago(edited)

The issue was not reproduced on iOS. Adding throttling here can help prevent excessive clicks.

Marlong12 months ago

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.

XianLing12 months ago

Throttling will be added in the new version.

Reply