Skip to content

Make AddUsersView public for being able to duplicate ChatChannelInfoView #906

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 4 commits into from
Aug 6, 2025

Conversation

laevandus
Copy link
Contributor

🔗 Issue Links

Related https://linear.app/stream/issue/IOS-1028

🎯 Goal

Follow-up to making ChatChannelInfoView subviews public where I forgot to include AddUsersView (PR:892)

📝 Summary

🛠 Implementation

🎨 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

@laevandus laevandus requested a review from a team as a code owner August 4, 2025 13:17
@laevandus laevandus force-pushed the fix/channel-info-view-subviews-2 branch from cbbbb37 to c4551d5 Compare August 4, 2025 13:18
@laevandus laevandus enabled auto-merge (squash) August 4, 2025 13:27
Copy link

github-actions bot commented Aug 4, 2025

Public Interface

+ public struct AddUsersView: View  
+ 
+   public var body: some View
+   
+ 
+   public init(factory: Factory = DefaultViewFactory.shared,loadedUserIds: [String],onUserTap: @escaping (ChatUser) -> Void)



@Stream-SDK-Bot
Copy link
Collaborator

Stream-SDK-Bot commented Aug 4, 2025

SDK Size

title develop branch diff status
StreamChatSwiftUI 9.22 MB 9.22 MB +1 KB 🟢

@testableapple testableapple disabled auto-merge August 6, 2025 10:56
@testableapple testableapple merged commit 5aaffb7 into develop Aug 6, 2025
5 of 6 checks passed
@testableapple testableapple deleted the fix/channel-info-view-subviews-2 branch August 6, 2025 10:57
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.

5 participants