Andrei Prigorshnev
f2d0832618
FIX: profile page is not loading ( #19351 )
...
When looking as an anonymous user at a profile page of another user (who has user status with an ending date) the profile page wasn't loading.
Reported in https://meta.discourse.org/t/profile-page-not-loading/247928 .
2022-12-07 16:09:50 +04:00
Bianca Nenciu
7d7551adfc
DEV: Remove user options from current user serializer ( #19089 )
...
User options were serialized at the root level of CurrentUserSerializer,
but UserSerializer has a user_option field. This inconsistency caused
issues in the past because user_option fields had to be duplicated on
the frontend.
2022-12-05 18:25:30 +02:00
Andrei Prigorshnev
9f5ba2db90
DEV: Make it possible to hide tooltip on the user status ( #17808 )
...
Sometimes status appears on popovers, and we may not want to show a tooltip in that case. But by default, tooltip is enabled.
2022-08-05 16:53:28 +04:00
Andrei Prigorshnev
2cb97d8de4
FEATURE: show user status on the user profile page ( #17712 )
2022-07-28 21:12:48 +04:00