wire-ios icon indicating copy to clipboard operation
wire-ios copied to clipboard

feat: small video preview - WPB-16313

Open OlivellaO opened this issue 2 weeks ago • 1 comments

TaskWPB-16313 [iOS] Small video previews in a conversation message

Issue

What was done in this PR:

  • Adding new View for small Video preview files.
  • Update WireCellsAttachmentsPreviewItemView to use the new small video preview.

Testing

On a group with File collaboration enabled, share multiple files on a chat being at least one video in it. Shared video file will show on the conversation using the new small video preview. Captura de pantalla 2025-11-11 a las 9 58 55

UI test can't be done, no way of mocking AsyncImage.


Checklist

  • [x] Title contains a reference JIRA issue number like [WPB-XXX].
  • [x] Description is filled and free of optional paragraphs.
  • [ ] Adds/updates automated tests.

UI accessibility checklist

If your PR includes UI changes, please utilize this checklist:

  • [ ] Make sure you use the API for UI elements that support large fonts.
  • [ ] All colors are taken from WireDesign.ColorTheme or constructed using WireDesign.BaseColorPalette.
  • [ ] New UI elements have Accessibility strings for VoiceOver.

OlivellaO avatar Nov 11 '25 13:11 OlivellaO