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
components/loading-overlay.tsx: A full-screen loading overlay uses pointer-events: auto (or none on the overlay but not the content behind). Users on slow connections see the overlay appear and can't even click "Cancel" or navigate away.
components/loading-overlay.tsx: A full-screen loading overlay uses
pointer-events: auto(or none on the overlay but not the content behind). Users on slow connections see the overlay appear and can't even click "Cancel" or navigate away.