creating another footer to handle convos

This commit is contained in:
talksik
2021-12-30 04:28:25 -08:00
parent 59ded595e6
commit 5e60dd6005
4 changed files with 111 additions and 14 deletions
@@ -86,19 +86,11 @@ struct InnerCircleView: View {
}
.padding()
} else {
VStack(alignment: .leading) {
// convos
// ConvosView()
// .environmentObject(self.convoViewModel)
// .padding(.top, 50)
// inner circle grid
CircleGridView(selectedFriendIndex: self.$selectedFriendIndex)
.environmentObject(self.innerCircleVM)
.environmentObject(self.convoViewModel)
Spacer()
}
// inner circle grid
CircleGridView(selectedFriendIndex: self.$selectedFriendIndex)
.environmentObject(self.innerCircleVM)
.environmentObject(self.convoViewModel)
}
// header