Skip to content

Fix inconsistencies in gallery view displaying images and videos #927

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Aug 20, 2025

Conversation

martinmitrevski
Copy link
Contributor

🔗 Issue Links

Resolves https://linear.app/stream/issue/IOS-1043/deputy-multiple-issues-related-to-gallery-and-mediaattachments-views.

🎯 Goal

Consistent experience when opening videos and images in gallery view.

📝 Summary

Provide bullet points with the most important changes in the codebase.

🛠 Implementation

Provide a detailed description of the implementation and explain your decisions if you find them relevant.

🎨 Showcase

Add relevant screenshots and/or videos/gifs to easily see what this PR changes, if applicable.

Before After
img img

🧪 Manual Testing Notes

Explain how this change can be tested manually, if applicable.

☑️ Contributor Checklist

  • I have signed the Stream CLA (required)
  • This change should be manually QAed
  • Changelog is updated with client-facing changes
  • Changelog is updated with new localization keys
  • New code is covered by unit tests
  • Documentation has been updated in the docs-content repo

@martinmitrevski martinmitrevski requested a review from a team as a code owner August 18, 2025 14:04
@Stream-SDK-Bot
Copy link
Collaborator

Stream-SDK-Bot commented Aug 18, 2025

SDK Size

title develop branch diff status
StreamChatSwiftUI 9.22 MB 9.22 MB 0 KB 🟢

Copy link

Public Interface

- public struct MediaAttachment
+ public struct MediaAttachment: Identifiable  
+ 
+   public var id: String

Copy link

@martinmitrevski martinmitrevski enabled auto-merge (squash) August 20, 2025 15:06
@martinmitrevski martinmitrevski merged commit 8c5eda2 into develop Aug 20, 2025
11 checks passed
@martinmitrevski martinmitrevski deleted the gallery-fixes branch August 20, 2025 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants