Details
-
Type:
Feature Request
-
Status: Closed
-
Priority:
L3 - Default
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.26.0, 0.26.0-alpha2
-
Component/s: frontend
-
Labels:None
-
Epic Link:
Description
Feature description
When internet connection is lost, display a toast message and inform the user.
Solution draft
- Use the notification component from common-ui library.
- Display this message in notification component: 'Internet connection lost'
- The message should not be dismissible
- https://developer.mozilla.org/en-US/docs/Web/API/NavigatorOnLine/onLine
we can use this API - Common-ui does not support dark theme yet, so we will see light theme of notifications in dark theme for now