diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue index b01dafa07..fc3fadf87 100644 --- a/src/components/notifications/notifications.vue +++ b/src/components/notifications/notifications.vue @@ -28,6 +28,12 @@ +

+ You don't have any notifications. Have a nice day!
+ + Notifications will appear here when actions on namespaces, lists or tasks you subscribed to happen. + +

diff --git a/src/styles/components/notifications.scss b/src/styles/components/notifications.scss index 18e7c1008..74ed38b5f 100644 --- a/src/styles/components/notifications.scss +++ b/src/styles/components/notifications.scss @@ -77,5 +77,15 @@ margin-bottom: 1rem; } } + + .nothing { + text-align: center; + padding-bottom: 1rem; + color: $grey-500; + + .explainer { + font-size: .75rem; + } + } } }