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
The "attempting to reconnect" modal is extremely annoying on mobile where you get disconnected all the time. You can't even scroll to see parts of the page while waiting for it to reconnect. I suggest replacing with:
(1) non-modal fully transparent overlay that prevents interacting with the page. The overlay should be the full height of the page so they can scroll.
(2) add a floating hourglass badge in the upper left corner.
(3) using cursor: wait so that there is a visual indication (this won't be visible on mobile but the badge will be).
The "attempting to reconnect" modal is extremely annoying on mobile where you get disconnected all the time. You can't even scroll to see parts of the page while waiting for it to reconnect. I suggest replacing with:
(1) non-modal fully transparent overlay that prevents interacting with the page. The overlay should be the full height of the page so they can scroll.
(2) add a floating hourglass badge in the upper left corner.
(3) using
cursor: wait
so that there is a visual indication (this won't be visible on mobile but the badge will be).Here's the badge:
The text was updated successfully, but these errors were encountered: