Render the live location timeline item (#5209)

* created the data for the timeline item

# Conflicts:
#	ElementX/Sources/Other/Logging/Tracing.swift
#	ElementX/Sources/Services/Authentication/AuthenticationService.swift
#	ElementX/Sources/Services/Authentication/LinkNewDeviceService.swift

* Implemented the LLS timeline item

* updated preview tests

* pr and design suggestions

* previewscrollview is debug only
This commit is contained in:
Mauro
2026-03-24 10:34:00 +01:00
committed by GitHub
parent 055b6524a0
commit 8934f68f7b
51 changed files with 799 additions and 93 deletions

View File

@@ -291,6 +291,10 @@ extension AccessibilityTests {
try await performAccessibilityAudit(named: "LinkNewDeviceScreen_Previews")
}
func testLiveLocationRoomTimelineView() async throws {
try await performAccessibilityAudit(named: "LiveLocationRoomTimelineView_Previews")
}
func testLoadableImage() async throws {
try await performAccessibilityAudit(named: "LoadableImage_Previews")
}