-
Notifications
You must be signed in to change notification settings - Fork 115
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
Refactor the JoinRoom screen to take advantage of newer APIs and support more joinRule/membership combinations (i.e. invite required, restricted, banned) #3685
Conversation
…ort more joinRule/membership combinations (i.e. invite required, restricted, banned) - expose the full RoomPreview and RoomMembershipDetails through their own proxies - implement standard mocks for all the different combinations - converge on a single room info provider - rebuild all the previews
Generated by 🚫 Danger Swift against 231adbe |
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## develop #3685 +/- ##
===========================================
+ Coverage 78.50% 78.62% +0.11%
===========================================
Files 792 792
Lines 67338 67897 +559
===========================================
+ Hits 52864 53381 +517
- Misses 14474 14516 +42
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ 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.
Love it 👏
ElementX/Sources/Screens/JoinRoomScreen/JoinRoomScreenViewModel.swift
Outdated
Show resolved
Hide resolved
ElementX/Sources/Screens/JoinRoomScreen/JoinRoomScreenViewModel.swift
Outdated
Show resolved
Hide resolved
ElementX/Sources/Screens/JoinRoomScreen/View/JoinRoomScreen.swift
Outdated
Show resolved
Hide resolved
ElementX/Sources/Screens/JoinRoomScreen/View/JoinRoomScreen.swift
Outdated
Show resolved
Hide resolved
f95dbd7
to
5aac543
Compare
Quality Gate passedIssues Measures |
Fixes #3677, fixes #3678