Add a new RoomThreadListScreen and hook it up to the RoomThreadListService

It will automatically paginate to fill the screen and update the list as updates come in.
This commit is contained in:
Stefan Ceriu
2026-03-23 17:55:50 +02:00
committed by Stefan Ceriu
parent d27b6697a9
commit ba810116a0
16 changed files with 413 additions and 8 deletions

View File

@@ -591,6 +591,10 @@ extension AccessibilityTests {
try await performAccessibilityAudit(named: "RoomSelectionScreen_Previews")
}
func testRoomThreadListScreen() async throws {
try await performAccessibilityAudit(named: "RoomThreadListScreen_Previews")
}
func testSFNumberedListView() async throws {
try await performAccessibilityAudit(named: "SFNumberedListView_Previews")
}