Closed stayradiated closed 11 years ago
I have split up the Setting model into Setting + User.
User configurable settings that will be kept in sync with the server go into Setting.
User information, such as the uid and token, and are kept local, go into User.
Now I just have to clear up how the offline mode works.
Auth screen now hides if the user is 'authenticated' or 'offline'.
Currently the auth screen (login form) is displayed on startup every time, even if the user has logged in or opted to use Nitro without an account.
We should be check the Setting model and see if the user has used the app before and skip the auth screen.