-
Notifications
You must be signed in to change notification settings - Fork 114
Fix E2E Tests on v5 #1107
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
base: v5
Are you sure you want to change the base?
Fix E2E Tests on v5 #1107
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Generated by 🚫 Danger |
bcacd34 to
f296d6c
Compare
Co-authored-by: Stream Bot <[email protected]>
Public Interface+ public enum SendMessageButtonState
+
+ case regular(Bool)
+ case audio
+ case slowMode(Int)
public final class ComposerInputTrailingViewOptions: @unchecked Sendable
- public let sendButtonEnabled: Bool
+ public let sendMessageButtonState: SendMessageButtonState
- public init(text: Binding<String>,recordingState: Binding<RecordingState>,sendButtonEnabled: Bool,startRecording: @escaping () -> Void,stopRecording: @escaping () -> Void,sendMessage: @escaping () -> Void)
+ public init(text: Binding<String>,recordingState: Binding<RecordingState>,sendMessageButtonState: SendMessageButtonState,startRecording: @escaping () -> Void,stopRecording: @escaping () -> Void,sendMessage: @escaping () -> Void) |
SDK Size
|
StreamChatSwiftUI XCSize
Show 284 more objects
|
|


🔗 Issue Links
N/A
🎯 Goal
Fix E2E Tests on v5