Merge pull request #4399 from element-hq/feat/add-timeline-prefetching-mechanism

Add timeline item prefetching
This commit is contained in:
ganfra 2025-03-20 11:11:57 +01:00 committed by GitHub
commit 811ba95ffc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 133 additions and 7 deletions

View file

@ -97,6 +97,11 @@ object TestTags {
*/
val floatingActionButton = TestTag("floating-action-button")
/**
* Timeline.
*/
val timeline = TestTag("timeline")
/**
* Timeline item.
*/