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

@@ -1179,6 +1179,14 @@ extension PreviewTests {
}
}
@Test
func roomThreadListScreen() async throws {
AppSettings.resetAllSettings() // Ensure this test's previews start with fresh settings.
for (index, preview) in RoomThreadListScreen_Previews._allPreviews.enumerated() {
try await assertSnapshots(matching: preview, step: index)
}
}
@Test
func sFNumberedListView() async throws {
AppSettings.resetAllSettings() // Ensure this test's previews start with fresh settings.