|
|
@ -266,9 +266,9 @@ npm run build-electron-{windows, darwin, linux}</pre> |
|
|
|
<button ng-if="debugMode" ng-click="countWatchers()">Count<br />Watchers</button> |
|
|
|
<button ng-if="debugMode" ng-click="countWatchers()">Count<br />Watchers</button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<div class="title" title="{{activeBuffer().rtitle}}"> |
|
|
|
<div class="title" ng-click="showModal('topicModal')"> |
|
|
|
<span class="desktop" ng-repeat="part in activeBuffer().title" ng-class="::part.classes" ng-bind-html="::(part.text | linky:'_blank':{rel:'noopener noreferrer'} | DOMfilter:'irclinky')"></span> |
|
|
|
<span class="desktop" ng-repeat="part in activeBuffer().title" ng-class="::part.classes" ng-bind-html="::(part.text | linky:'_blank':{rel:'noopener noreferrer'} | DOMfilter:'irclinky')"></span> |
|
|
|
<span class="mobile" ng-click="showModal('topicModal')" ng-class="{'active': activeBuffer().active, 'channel': activeBuffer().type === 'channel', 'channel_hash': activeBuffer().prefix === '#', 'channel_plus': activeBuffer().prefix === '+', 'channel_ampersand': activeBuffer().prefix === '&'}">{{ activeBuffer().trimmedName || activeBuffer().fullName }}</span> |
|
|
|
<span class="mobile" ng-class="{'active': activeBuffer().active, 'channel': activeBuffer().type === 'channel', 'channel_hash': activeBuffer().prefix === '#', 'channel_plus': activeBuffer().prefix === '+', 'channel_ampersand': activeBuffer().prefix === '&'}">{{ activeBuffer().trimmedName || activeBuffer().fullName }}</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<div class="actions pull-right vertical-line-left"> |
|
|
|
<div class="actions pull-right vertical-line-left"> |
|
|
@ -531,7 +531,7 @@ npm run build-electron-{windows, darwin, linux}</pre> |
|
|
|
<div class="modal-content"> |
|
|
|
<div class="modal-content"> |
|
|
|
<div class="modal-header"> |
|
|
|
<div class="modal-header"> |
|
|
|
<button type="button" class="close" ng-click="closeModal($event)" aria-hidden="true">×</button> |
|
|
|
<button type="button" class="close" ng-click="closeModal($event)" aria-hidden="true">×</button> |
|
|
|
<h4 class="modal-title">Channel topic</h4> |
|
|
|
<h4 class="modal-title">Channel topic {{ activeBuffer().shortName || activeBuffer().fullName }}</h4> |
|
|
|
<p ng-repeat="part in activeBuffer().title" ng-class="::part.classes" ng-bind-html="::(part.text | linky:'_blank':{rel:'noopener noreferrer'} | DOMfilter:'irclinky')"></p> |
|
|
|
<p ng-repeat="part in activeBuffer().title" ng-class="::part.classes" ng-bind-html="::(part.text | linky:'_blank':{rel:'noopener noreferrer'} | DOMfilter:'irclinky')"></p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="modal-footer"> |
|
|
|
<div class="modal-footer"> |
|
|
|