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
When loading the members page, all the User components load asynchronously, which causes the page to flash as they load. We should prevent this flash by prefetching the User profiles, and showing a loading spinner when that happens.
Check out view_proposal.ts to see the technique we use to block loading that page until all authors/commenters' profiles are loaded.
This will be important later on as we expand this page to include more profile data, b/c the flashing will be much more annoying when it's full cards flashing
The text was updated successfully, but these errors were encountered:
When loading the members page, all the User components load asynchronously, which causes the page to flash as they load. We should prevent this flash by prefetching the User profiles, and showing a loading spinner when that happens.
Check out view_proposal.ts to see the technique we use to block loading that page until all authors/commenters' profiles are loaded.
This will be important later on as we expand this page to include more profile data, b/c the flashing will be much more annoying when it's full cards flashing
The text was updated successfully, but these errors were encountered: