-
Notifications
You must be signed in to change notification settings - Fork 229
Render blocked user data (behind a disabled feature flag) #2930
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
📱 Scan the QR code below to install the build (arm64 only) for this PR. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #2930 +/- ##
===========================================
+ Coverage 75.15% 75.16% +0.01%
===========================================
Files 1549 1549
Lines 36958 36974 +16
Branches 7178 7175 -3
===========================================
+ Hits 27774 27792 +18
- Misses 5429 5430 +1
+ Partials 3755 3752 -3 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should be alright as long as we don't modify the design for this screen in the future.
changelog.d/1.misc
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1.misc
? Should we use 2930.misc
instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oups, good catch 21802be
|
Type of change
Content
When feature flag
ShowBlockedUsersDetails
is enabled, the application will render display name and avatar of blocked users. This can be useful for professional environment. Disabled by default on EXA.Motivation and context
Customer request.
Screenshots / GIFs
See recorded ones.
Tests
Tested devices
Checklist