stable

Clone or download

Read-only

Glossify avatar management in user preferences

Part of story #10173: Have multiple dashboards - User preferences "looks like" user dashboard (jumbo avatar, @login, …). Only margins and position of element have been modified. - There is an explicit button "Change avatar" so that the user better knows that they can change it without having to hover the avatar. - The avatar is now changed via a modal instead of going to a nearly blank page. - User has a live preview of the choosen picture. - User can now revert its avatar to the default one. Change-Id: I9a856d376ee80decf8c55b364a27174fdc72f4af

Modified Files

Name
M site-content/en_US/account/account.tab +7 −2 Go to diff View file
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +4 −5 Go to diff View file
M site-content/fr_FR/account/account.tab +7 −2 Go to diff View file
M site-content/tuleap-core.pot +1 −2 Go to diff View file
M src/common/user/PreferencesPresenter.class.php +24 −0 Go to diff View file
A src/templates/user/change-avatar-modal.mustache +47 −0 Go to diff View file
M src/templates/user/info.mustache +29 −9 Go to diff View file
M src/www/account/change_avatar.php +23 −22 Go to diff View file
M src/www/scripts/tuleap/account-maintenance.js +83 −1 Go to diff View file
M src/www/themes/FlamingParrot/css/utils/_avatar.scss +2 −0 Go to diff View file
M src/www/themes/common/css/utils/_account-maintenance.scss +62 −16 Go to diff View file