Add notification and unread count to topbar
Conflicts: css/glowingbear.css
This commit is contained in:
parent
8049ed382d
commit
5643df2292
3 changed files with 10 additions and 0 deletions
|
@ -220,6 +220,9 @@ $ openssl req -nodes -newkey rsa:4096 -keyout relay.pem -x509 -days 365 -out rel
|
|||
<a href="#" ng-click="toggleSidebar()">
|
||||
<img alt="brand" src="assets/img/favicon.png" title="Connected to {{ settings.host }}:{{ settings.port}}">
|
||||
</a>
|
||||
<span class="badge" ng-show="unread > 0">{{unread}}</span>
|
||||
<span class="badge danger" ng-show="notifications > 0">{{notifications}}</span>
|
||||
|
||||
<button ng-if="debugMode" ng-click="countWatchers()">Count<br />Watchers</button>
|
||||
</div>
|
||||
<div class="title" title="{{activeBuffer().rtitle}}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue