Add blur and sepia filter to disabled user profile image.
Before this change, the image was just greyed out but still fully recognizable.
Closes T15515
Differential D25322
Blur profile image when user account disabled aklapper on Jul 3 2023, 09:00. Authored by
Details
Add blur and sepia filter to disabled user profile image. Before this change, the image was just greyed out but still fully recognizable. Closes T15515
Diff Detail
Event TimelineComment Actions Thanks :) What do you think about just returning a null User description? I propose that since the User profile view already says "Disabled". Comment Actions Originally the image was just set to grayscale using CSS, but now it's also blurred. It seems nice to me, thanks. A follow-up could be, doing the same on .phui-timeline-image. But that is not possible now since the server does not expose a .phui-image-disabled there in the timeline. |