User tests: Successful: Unsuccessful:
Since users might change their avatars (see: https://github.com/blog/1803-switch-your-picture-with-ease) or other data, this will add an option to "refresh" the data stored on jissues with that from GitHub.
Note that avatars might get cached from your browser, so be sure to F5 or Ctrl+R after the refresh is done
may be this button should be not on the user page, but on the profile edit page user.edit.twig? Or on both?
Agree. The "profile edit" page was the first place I looked at to implement this. But since this information is not even displayed there, and the process is somewhat "different", I placed it on the "profile view" page.
If you have some spare time it would be cool if you could implement this into the edit view?
If you have some spare time it would be cool if you could implement this into the edit view?
I will ;)
Description | <p>Since users might change their avatars (see: <a href="https://github.com/blog/1803-switch-your-picture-with-ease">https://github.com/blog/1803-switch-your-picture-with-ease</a>) or other data, this will add an option to "refresh" the data stored on jissues with that from GitHub.</p> <p>Note that avatars might get cached from you browser, so be sure to <kbd>F5</kbd> or <kbd>Ctrl</kbd>+<kbd>R</kbd> <img class="emoji" title=":wink:" alt=":wink:" src="https://github.global.ssl.fastly.net/images/icons/emoji/wink.png" height="20" width="20" align="absmiddle"></p> | ⇒ | <p>Since users might change their avatars (see: <a href="https://github.com/blog/1803-switch-your-picture-with-ease">https://github.com/blog/1803-switch-your-picture-with-ease</a>) or other data, this will add an option to "refresh" the data stored on jissues with that from GitHub.</p> <p><strong>Note</strong> that avatars might get cached from your browser, so be sure to <kbd>F5</kbd> or <kbd>Ctrl</kbd>+<kbd>R</kbd> after the refresh is done <img class="emoji" title=":wink:" alt=":wink:" src="https://github.global.ssl.fastly.net/images/icons/emoji/wink.png" height="20" width="20" align="absmiddle"></p> |
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-04-25 19:54:55 |
Ok, the button is working. But may be this button should be not on the user page, but on the profile edit page
user.edit.twig
? Or on both?