]> code.citadel.org Git - citadel.git/commit
Consolidated all renderings of a user profile picture (avatar) into a single renderin...
authorArt Cancro <ajc@citadel.org>
Thu, 15 Sep 2022 22:37:50 +0000 (18:37 -0400)
committerArt Cancro <ajc@citadel.org>
Thu, 15 Sep 2022 22:37:50 +0000 (18:37 -0400)
commitb152326c91ecfd4cc5782c4df2f2527fbad2b5b5
treefda4d0928aef75c71bd9307fc8f7bdbbf9952cf0
parent6c10a091d1e9cc892275594c68634fe204b24e3f
Consolidated all renderings of a user profile picture (avatar) into a single rendering function render_userpic().  This is currently called to display the user's avatar in the banner when logged in, and in both the mail and forum views.
webcit-ng/static/index.html
webcit-ng/static/js/main.js
webcit-ng/static/js/user_profile.js
webcit-ng/static/js/view_forum.js
webcit-ng/static/js/view_mail.js