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
It was noticed that network latency can create various issues across CK Board, for instance, by allowing users to repeatedly press a button until the expected effect occurs
Details
We began by addressing this issue for the Add Post button whereby repeatedly pressing that button can end up generating many posts (#511). We implemented a means of disabling the button after it is clicked once, then closing the modal after 5 seconds and producing a snackbar error message. We can apply this standard across other contexts, most importantly any settings modal.
NOTE: Latency/network issues can be tested using Custom network profiles or turned offline from your browser Network tab
Tasks
Add disable-spinner-error pattern to Update Configuration button in Board configuration modal (from canvas and project dashboard views) with error message: "Unable to update board configurations. Please refresh and try again!
Add disable-spinner-error pattern to Update Configuration button in Project Configuration modal (from canvas and project dashboard views) with error message: "Unable to update board configurations. Please refresh and try again!
Add disable-spinner-error pattern to Add Tag button in the Add Post modal with error message "Unable to add tag. Please refresh and try again!"
Add disable-spinner-error pattern to Add Tag button in the view post modal with error message "Unable to add tag. Please refresh and try again!"
Add disable-spinner-error pattern to Update button in the edit post modal with error message "Unable to update post. Please refresh and try again!"
The text was updated successfully, but these errors were encountered:
Description
It was noticed that network latency can create various issues across CK Board, for instance, by allowing users to repeatedly press a button until the expected effect occurs
Details
We began by addressing this issue for the Add Post button whereby repeatedly pressing that button can end up generating many posts (#511). We implemented a means of disabling the button after it is clicked once, then closing the modal after 5 seconds and producing a snackbar error message. We can apply this standard across other contexts, most importantly any settings modal.
NOTE: Latency/network issues can be tested using Custom network profiles or turned offline from your browser Network tab
Tasks
Add disable-spinner-error pattern to Update Configuration button in Project Configuration modal (from canvas and project dashboard views) with error message: "Unable to update board configurations. Please refresh and try again!
Add disable-spinner-error pattern to Add Tag button in the Add Post modal with error message "Unable to add tag. Please refresh and try again!"
Add disable-spinner-error pattern to Add Tag button in the view post modal with error message "Unable to add tag. Please refresh and try again!"
Add disable-spinner-error pattern to Update button in the edit post modal with error message "Unable to update post. Please refresh and try again!"
The text was updated successfully, but these errors were encountered: