a1f56c7395
- Synchornize unread counter with the server - Fix unread marker on no attached clients - Increase unread counter for server messages
8 lines
346 B
Smarty
8 lines
346 B
Smarty
{{#each channels}}
|
|
<div data-id="{{id}}" data-target="#chan-{{id}}" data-title="{{name}}" class="chan {{type}}">
|
|
<span class="badge{{#if highlight}} highlight{{/if}}">{{#if unread}}{{roundBadgeNumber unread}}{{/if}}</span>
|
|
<button class="close" aria-label="Close"></button>
|
|
<span class="name" title="{{name}}">{{name}}</span>
|
|
</div>
|
|
{{/each}}
|