mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-11 08:27:11 +00:00
previews
This commit is contained in:
@@ -45,6 +45,8 @@ struct NewChatMenuButton: View {
|
||||
}
|
||||
}
|
||||
|
||||
//#Preview {
|
||||
// NewChatMenuButton()
|
||||
//}
|
||||
#Preview {
|
||||
NewChatMenuButton(
|
||||
newChatMenuOption: Binding.constant(nil)
|
||||
)
|
||||
}
|
||||
|
||||
@@ -853,6 +853,8 @@ func connReqSentAlert(_ type: ConnReqType) -> Alert {
|
||||
)
|
||||
}
|
||||
|
||||
//#Preview {
|
||||
// NewChatView()
|
||||
//}
|
||||
#Preview {
|
||||
NewChatView(
|
||||
selection: .invite
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user