Tidy up the naming of spaces a bit more. (#4955)

* Rename SpaceListScreen to SpacesScreen

To avoid confusion with the SpaceRoomListProxy.

* Rename SpaceExplorerFlowCoordinator to SpacesTabFlowCoordinator and ChatsFlowCoordinator to ChatsTabFlowCoordinator.
This commit is contained in:
Doug
2026-01-14 13:45:25 +00:00
committed by GitHub
parent 9b03ceb7c6
commit ce53a7a5c2
30 changed files with 221 additions and 223 deletions

View File

@@ -639,10 +639,6 @@ extension AccessibilityTests {
try await performAccessibilityAudit(named: "SpaceHeaderView_Previews")
}
func testSpaceListScreen() async throws {
try await performAccessibilityAudit(named: "SpaceListScreen_Previews")
}
func testSpaceRoomCell() async throws {
try await performAccessibilityAudit(named: "SpaceRoomCell_Previews")
}
@@ -659,6 +655,10 @@ extension AccessibilityTests {
try await performAccessibilityAudit(named: "SpacesAnnouncementSheetView_Previews")
}
func testSpacesScreen() async throws {
try await performAccessibilityAudit(named: "SpacesScreen_Previews")
}
func testSplashScreen() async throws {
try await performAccessibilityAudit(named: "SplashScreen_Previews")
}