|
|
|
@ -83,6 +83,16 @@
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div class="im_history_col_wrap" ng-controller="AppImHistoryController"> |
|
|
|
|
|
|
|
|
|
<div ng-show="state.notSelected" ng-switch="isEmpty.contacts && isEmpty.dialogs"> |
|
|
|
|
<div ng-switch-when="true" class="im_history_no_dialogs_wrap"> |
|
|
|
|
<h3 class="im_dialogs_empty_header" my-i18n="im_get_started"></h3> |
|
|
|
|
<p class="im_dialogs_empty_lead" my-i18n="im_welcome_text"></p> |
|
|
|
|
<button type="button" class="btn btn-primary btn-sm" ng-click="openSettings()" my-i18n="im_open_settings"></button> |
|
|
|
|
</div> |
|
|
|
|
<div ng-switch-default class="im_history_not_selected" my-vertical-position="0.35" padding="true" my-i18n="im_select_a_chat"></div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div ng-show="!state.notSelected && !state.loaded" class="im_history_not_selected" my-vertical-position="0.35" padding="true"> |
|
|
|
|
<my-i18n msgid="im_loading_history"></my-i18n><span my-loading-dots></span> |
|
|
|
|
</div> |
|
|
|
|