feat: UI for promoting next user to admin role (WPB-25278)#4819
feat: UI for promoting next user to admin role (WPB-25278)#4819sbakhtiarov wants to merge 1 commit into
Conversation
|
@sbakhtiarov looks like you are rolling back kalium to a previous commitish. This means that the PR's target branch (develop) is using a newer version of Kalium, and the changes in this PR will rollback Kalium to an older version.
Is this intentional? |
Codecov Report❌ Patch coverage is ❌ Your patch check has failed because the patch coverage (72.72%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## develop #4819 +/- ##
===========================================
+ Coverage 51.11% 51.14% +0.03%
===========================================
Files 610 611 +1
Lines 21091 21124 +33
Branches 3392 3397 +5
===========================================
+ Hits 10780 10804 +24
- Misses 9299 9306 +7
- Partials 1012 1014 +2
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
3e04c2b to
9770588
Compare
|
@sbakhtiarov looks like you are rolling back kalium to a previous commitish. This means that the PR's target branch (develop) is using a newer version of Kalium, and the changes in this PR will rollback Kalium to an older version.
Is this intentional? |
|
| get() = if (searchQuery.isBlank()) { | ||
| allMembers | ||
| } else { | ||
| allMembers.filter { it.name.contains(searchQuery, ignoreCase = true) } |
There was a problem hiding this comment.
should we also consider handle ?
allMembers.filter {
it.name.contains(searchQuery, true) ||
it.handle.contains(searchQuery, true)
}



https://wearezeta.atlassian.net/browse/WPB-25278
https://wearezeta.atlassian.net/browse/WPB-25278
What's new in this PR?
New dialog for leave conversation options and screen for selecting next admin user.
Screen_recording_20260513_090643.webm