-
Notifications
You must be signed in to change notification settings - Fork 114
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
Knock Requests List Screen #3533
Conversation
…into mauroromito/knock_requests_list_screen # Conflicts: # ElementX.xcodeproj/project.pbxproj
so that the buttons that do not have permissions won't show
Generated by 🚫 Danger Swift against 6b00b9b |
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## develop #3533 +/- ##
===========================================
- Coverage 78.73% 78.71% -0.03%
===========================================
Files 751 757 +6
Lines 63227 63486 +259
===========================================
+ Hits 49784 49971 +187
- Misses 13443 13515 +72
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…into mauroromito/knock_requests_list_screen
…into mauroromito/knock_requests_list_screen
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.
Nice! 🙌
ElementX/Sources/Screens/KnockRequestsListScreen/KnockRequestsListScreenViewModel.swift
Outdated
Show resolved
Hide resolved
ElementX/Sources/Screens/KnockRequestsListScreen/View/KnockRequestCell.swift
Show resolved
Hide resolved
ElementX/Sources/Screens/KnockRequestsListScreen/View/KnockRequestCell.swift
Outdated
Show resolved
Hide resolved
ElementX/Sources/Screens/KnockRequestsListScreen/View/KnockRequestCell.swift
Outdated
Show resolved
Hide resolved
PreviewTests/Sources/__Snapshots__/PreviewTests/test_knockRequestCell-iPad-en-GB.No-Ban.png
Outdated
Show resolved
Hide resolved
ElementX/Sources/Screens/KnockRequestsListScreen/View/KnockRequestsListScreen.swift
Outdated
Show resolved
Hide resolved
ElementX/Sources/Screens/KnockRequestsListScreen/View/KnockRequestCell.swift
Show resolved
Hide resolved
…into mauroromito/knock_requests_list_screen
Quality Gate passedIssues Measures |
Thi adds the UI for the knock requests list screen and some other small improvements, to the existing UI, however this is jsut UI work, the business logic is not ready yet.