groupin-il / groupin-frontend

0 stars 1 forks source link

Responsiveness Improvements #31

Open Avishayy opened 4 years ago

Avishayy commented 4 years ago

Currently, there's a lot of room to improve the responsiveness of the site:

Rather than showing default fields and then updating them when something happens, just make the user wait a bit, for example:

  1. Login bar should wait to see if the user is logged in already rather than showing the login button and then updating to the logged state after receiving the response
  2. Just like above for sessions, wait until we got the full response of the sessions and only then update the page (e.g. moving from my sessions to all sessions)