summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-07-26 12:13:26 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-07-26 12:15:09 +0200
commit09b3a322a8870c34d6a0a6bd8cc4f11856383991 (patch)
treec95ac2255bbf07cb4deb0349b8f4dc756359ca20 /templates
parentbb4c7114e18ebf73a5e0fb2ea03864d637ebf55f (diff)
Changed the error indicator on the avatar in case of failure
Signed-off-by: John Molakvoæ (skjnldsv) skjnldsv@protonmail.com
Diffstat (limited to 'templates')
-rw-r--r--templates/avatar.html1
-rw-r--r--templates/contactDetails.html2
2 files changed, 2 insertions, 1 deletions
diff --git a/templates/avatar.html b/templates/avatar.html
index 61dad7b6..5f7b1493 100644
--- a/templates/avatar.html
+++ b/templates/avatar.html
@@ -1,3 +1,4 @@
+<div ng-if="ctrl.contact.failedProps.indexOf('photo') !== -1" class="icon-error" uib-tooltip="{{ ctrl.t.errorMessage }}"></div>
<img ng-show="contact.photo()!==undefined" class="contactdetails__logo avatar" id="contact-avatar" data-ng-src="{{contact.photo()}}" ng-click="ctrl.openPhoto()" />
<div class="avatar-options">
<input type="file" id="avatar-upload" class="hidden"/>
diff --git a/templates/contactDetails.html b/templates/contactDetails.html
index fc1af96e..f942d54e 100644
--- a/templates/contactDetails.html
+++ b/templates/contactDetails.html
@@ -8,7 +8,7 @@
</div>
<div ng-if="ctrl.contact!==undefined">
<header class="contactdetails__header" ng-style="{'background-color': (ctrl.contact.uid() | contactColor)}">
- <avatar data="ctrl.contact" ng-class="{'avatar--missing': ctrl.contact.photo()===undefined, 'failed': ctrl.contact.failedProps.indexOf('photo') !== -1}"></avatar>
+ <avatar data="ctrl.contact" ng-class="{'avatar--missing': ctrl.contact.photo()===undefined}"></avatar>
<div id="details-contact-infos">
<h2>
<input type="text" id="details-fullName" class="contactdetails__name" placeholder="{{ctrl.t.placeholderName}}" autocomplete="off" autocorrect="off" spellcheck="false"