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
Currently, we have a loading bar that should be shown when we are communicating with the server. However, this might not be the case always (we need to check). Also, there might be other async operations that will need this. The whole thing should be probably refactored into a separate object that we can manipulate safely (right now it's in the UI singleton, which is "meh").
The text was updated successfully, but these errors were encountered:
Currently, we have a loading bar that should be shown when we are communicating with the server. However, this might not be the case always (we need to check). Also, there might be other async operations that will need this. The whole thing should be probably refactored into a separate object that we can manipulate safely (right now it's in the UI singleton, which is "meh").
The text was updated successfully, but these errors were encountered: