-
Notifications
You must be signed in to change notification settings - Fork 120
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
Public Search View #2585
Public Search View #2585
Conversation
Generated by 🚫 Danger Swift against 40b58ff |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #2585 +/- ##
===========================================
- Coverage 75.87% 75.87% -0.01%
===========================================
Files 545 552 +7
Lines 37686 37904 +218
Branches 17077 17078 +1
===========================================
+ Hits 28594 28758 +164
- Misses 9092 9146 +54
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
PreviewTests/__Snapshots__/PreviewTests/test_roomDirectorySearchScreenScreen-iPad-pseudo.1.png
Outdated
Show resolved
Hide resolved
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.
LGTM! Just a few minor comments :)
ElementX/Sources/FlowCoordinators/UserSessionFlowCoordinatorStateMachine.swift
Outdated
Show resolved
Hide resolved
ElementX/Sources/Screens/RoomDirectorySearchScreen/RoomDirectorySearchScreenCoordinator.swift
Outdated
Show resolved
Hide resolved
ElementX/Sources/Screens/RoomDirectorySearchScreen/RoomDirectorySearchScreenModels.swift
Outdated
Show resolved
Hide resolved
ElementX/Sources/Screens/RoomDirectorySearchScreen/RoomDirectorySearchScreenModels.swift
Outdated
Show resolved
Hide resolved
ElementX/Sources/Screens/RoomDirectorySearchScreen/View/RoomDirectoryCell.swift
Outdated
Show resolved
Hide resolved
ElementX/Sources/Screens/RoomDirectorySearchScreen/View/RoomDirectorySearchScreen.swift
Show resolved
Hide resolved
ElementX/Sources/Screens/RoomDirectorySearchScreen/View/RoomDirectoryCell.swift
Outdated
Show resolved
Hide resolved
ElementX/Sources/Screens/RoomDirectorySearchScreen/View/RoomDirectoryCell.swift
Outdated
Show resolved
Hide resolved
ElementX/Sources/Services/RoomDirectorySearch/RoomDirectorySearchProxyProtocol.swift
Outdated
Show resolved
Hide resolved
search view generated screens navigation implemented started to create the cells fetching implemented but the views are not appearing, not sure why yet fix invisible cells next step is to make the send a new request for each search change and implement the pagination through scrolling size
f8cccf2
to
9df4029
Compare
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
|
Part 1 of the task:
#2518
Next part is implementing pagination.
The PR also bumps the SDK and the RTE version