feat(meetings): start or schedule a meeting screen destination and layout [WPB-25046]#4922
Open
saleniuk wants to merge 10 commits into
Open
feat(meetings): start or schedule a meeting screen destination and layout [WPB-25046]#4922saleniuk wants to merge 10 commits into
saleniuk wants to merge 10 commits into
Conversation
…dule-a-meeting-destination # Conflicts: # app/src/main/kotlin/com/wire/android/ui/home/meetings/MeetingsScreen.kt
…dule-a-meeting-destination
This reverts commit 975303c.
…dule-a-meeting-destination
Codecov Report❌ Patch coverage is ❌ Your patch check has failed because the patch coverage (0.00%) 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 #4922 +/- ##
===========================================
- Coverage 49.61% 49.57% -0.05%
===========================================
Files 644 646 +2
Lines 22562 22581 +19
Branches 3443 3443
===========================================
Hits 11195 11195
- Misses 10327 10346 +19
Partials 1040 1040
Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
|
MohamadJaara
approved these changes
Jun 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



https://wearezeta.atlassian.net/browse/WPB-25046
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764The PR Description
What's new in this PR?
New screen for creating meeting, both scheduled and meet now.
This PR contains a navigation graph for new meetings flow, new destination and base layout. For now, the base layout contains only the title input, more will be implemented in the following PRs.
Also, added default content description for bottom sheet drag handle.
Testing
How to Test
Open dev build > Meetings > New > choose "Meet now" or "Schedule".
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.