Mercurial > xmpp-account-manager
diff index.xhtml @ 11:aedf80eefc19
Also use a spinner on avatar get/set.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Sat, 22 Dec 2018 16:19:08 +0100 |
parents | e47b9bd55192 |
children | 8724e28ccbd7 |
line wrap: on
line diff
--- a/index.xhtml +++ b/index.xhtml @@ -58,14 +58,14 @@ </p> <h2>Avatar</h2> <p> -<img id="avatar" style="max-width:96px;max-height:96px"/> <span id="avatar-size"/><br/> +<img id="avatar" style="max-width:96px;max-height:96px"/> <span id="avatar-size"/> <img src="spinner.svg" width="24" height="24" id="avatar-spinner"/><br/> <input type="file" style="display:none" accept="image/*" id="avatar-file"/> <button id="avatar-upload">Choose a new avatar</button><br/> <button id="avatar-change" disabled="">Upload this avatar</button><br/> <label>Who can see your avatar? <select id="avatar-access"> <option value="open">Anyone (pick this if you use public groupchats)</option> <option value="presence">Only your contacts</option> -</select></label> +</select></label> <img src="spinner.svg" width="24" height="24" id="access-model-avatar-spinner" hidden=""/> </p> <h2>Contact list</h2> <table>