Show rename info alert

This commit is contained in:
Alfonso Grillo
2022-10-26 16:41:43 +02:00
parent 7560a5a978
commit 9f7fc2965c
5 changed files with 18 additions and 5 deletions
@@ -52,6 +52,8 @@ struct UserSessionNameBindings {
var sessionName: String
/// The currently displayed alert's info value otherwise `nil`.
var alertInfo: AlertInfo<Int>?
/// Specifies if the informational bottom sheet is onscreen or not
var showBottomSheet: Bool = false
}
enum UserSessionNameViewAction {
@@ -59,6 +61,4 @@ enum UserSessionNameViewAction {
case done
/// The user tapped the cancel button.
case cancel
/// The user tapped the Learn More link.
case learnMore
}