-
Notifications
You must be signed in to change notification settings - Fork 106
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
PinnedBanner is now managed by the RoomScreenViewModel #3163
Conversation
3e59ae8
to
55a7b8f
Compare
Generated by 🚫 Danger Swift against 45f3a72 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3163 +/- ##
===========================================
+ Coverage 73.84% 74.00% +0.15%
===========================================
Files 768 769 +1
Lines 60440 60611 +171
===========================================
+ Hits 44634 44854 +220
+ Misses 15806 15757 -49
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.
👌
ElementX/Sources/Screens/PinnedEventsTimelineScreen/View/PinnedEventsTimelineScreen.swift
Show resolved
Hide resolved
ElementX/Sources/Screens/RoomScreen/RoomScreenCoordinator.swift
Outdated
Show resolved
Hide resolved
d5cedc9
to
45f3a72
Compare
Quality Gate passedIssues Measures |
This refactor also includes finally some meaningful tests!
Timeline view model banner logic has been removed and inserted in the room screen view model. It also includes some other bugfixes and UX improvements on the PinnedEventsTimelineView