You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thoughts on programmatically toggling off live poll if a user checks a checkbox or clicks on an action button? Maybe even if search bar is dirty?
In trying to weigh possible frustrations from unexpected things happening, I'd say live poll that disrupts a user in the middle of trying to perform some action is probably a bit more annoying than not having the dashboard live update automatically.
Implementation idea: add a listener on all form input changes, and use that to toggle off polling.
The text was updated successfully, but these errors were encountered:
Described by @reczy in #582 (comment)
Implementation idea: add a listener on all form input changes, and use that to toggle off polling.
The text was updated successfully, but these errors were encountered: