diff options
| author | lambadalambda <gitgud@rogerbraun.net> | 2017-03-07 11:27:46 -0500 |
|---|---|---|
| committer | lambadalambda <gitgud@rogerbraun.net> | 2017-03-07 11:27:46 -0500 |
| commit | 3a62ad3c4c6939d03ba3d941d4e6a24e816a2787 (patch) | |
| tree | 52f48451456dbfb2059bf2eeae1fc3f578dd57d9 /src/components/notifications/notifications.vue | |
| parent | 1057227be38fc6af0e7f128f30ff2b991a60c34f (diff) | |
| parent | 58fdf9e70d56e23fe6c6cd73e31532ebde4caac1 (diff) | |
Merge branch 'feature/more-visible-notifications' into 'develop'
Notifications inside a red circle and the red line more visible
See merge request !46
Diffstat (limited to 'src/components/notifications/notifications.vue')
| -rw-r--r-- | src/components/notifications/notifications.vue | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue index e0dcb12d..91f6cfdc 100644 --- a/src/components/notifications/notifications.vue +++ b/src/components/notifications/notifications.vue @@ -2,7 +2,8 @@ <div class="notifications"> <div class="panel panel-default base00-background"> <div class="panel-heading base01-background base04"> - Notifications ({{unseenCount}}) + <span class="unseen-count" v-if="unseenCount">{{unseenCount}}</span> + Notifications <button @click.prevent="markAsSeen" class="base06 base02-background read-button">Read!</button> </div> <div class="panel-body"> |
