Update our development assets. (#3783)

* Replace downloaded test assets with original content.

* Replace AI generated assets with original content.

* Update preview tests snapshots

* Update UI test snapshots.

---------

Co-authored-by: Stefan Ceriu <stefan.ceriu@gmail.com>
This commit is contained in:
Doug 2025-02-11 11:53:35 +00:00 committed by GitHub
parent 567c52d562
commit 8ee1427809
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
236 changed files with 490 additions and 490 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
DevelopmentAssets/Media/preview_image.jpg (Stored with Git LFS)

Binary file not shown.

BIN
DevelopmentAssets/Media/preview_video.jpg (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

BIN
DevelopmentAssets/Media/test_audio.mp3 (Stored with Git LFS)

Binary file not shown.

BIN
DevelopmentAssets/Media/test_pdf.pdf (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

View File

@ -85,8 +85,8 @@ struct VideoRoomTimelineView_Previews: PreviewProvider, TestablePreview {
// Blurhash item? // Blurhash item?
VideoRoomTimelineView(timelineItem: makeTimelineItem(caption: "This is a great image 😎")) VideoRoomTimelineView(timelineItem: makeTimelineItem(caption: "This is a great video 😎"))
VideoRoomTimelineView(timelineItem: makeTimelineItem(caption: "This is a great image with a really long multiline caption", VideoRoomTimelineView(timelineItem: makeTimelineItem(caption: "This is a great video with a really long multiline caption",
isEdited: true)) isEdited: true))
} }
} }

Some files were not shown because too many files have changed in this diff Show More