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
Older browsers are definitely not supported in the client. Browser versions should be checked on app load and a warning displayed to users running an outdated browser.
The text was updated successfully, but these errors were encountered:
Browser check occurs once on app load.
If a browser is not supported a warning message is shown.
If it is not well tested and info message is shown.
Of note: two handy module have been incorporated into the solution:
- angular-growl-v2: a notification system we can reuse for other things
- localStorageService: a thing wrapper around the localStorage API.
Older browsers are definitely not supported in the client. Browser versions should be checked on app load and a warning displayed to users running an outdated browser.
The text was updated successfully, but these errors were encountered: