-
Notifications
You must be signed in to change notification settings - Fork 28
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
fix: legal hold dialogs content [WPB-6469] #2775
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #2775 +/- ##
========================================
Coverage 43.43% 43.43%
========================================
Files 411 411
Lines 13863 13863
Branches 2517 2517
========================================
Hits 6021 6021
+ Misses 7135 7134 -1
- Partials 707 708 +1 see 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
APKs built during tests are available here. Scroll down to Artifacts! |
Build 3508 succeeded. The build produced the following APK's: |
APKs built during tests are available here. Scroll down to Artifacts! |
Build 3550 succeeded. The build produced the following APK's: |
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764
The PR Description
What's new in this PR?
Issues
On dialog about 1:1 conversation being under legal hold, the name of the conversation suggests that the user is under legal hold. This dialog takes the conversation name, so for 1:1 conversations it's the other member name, but if I am under legal hold then it can falsely state that "John Doe is under legal hold" when John Doe actually isn't, it's just the conversation between me and John Doe because I am under legal hold.
Solutions
Adjust the dialog to be exactly like on designs with title without the exact conversation name but more generic one.
Change the order of buttons as well to match the designs.
Attachments (Optional)
PR Post Submission Checklist for internal contributors (Optional)
PR Post Merge Checklist for internal contributors
References
feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764
.