good spot with footer stuff
This commit is contained in:
@@ -53,7 +53,6 @@ struct InnerCircleView: View {
|
||||
.font(.caption)
|
||||
.foregroundColor(NirvanaColor.teal)
|
||||
.multilineTextAlignment(.center)
|
||||
|
||||
}
|
||||
.padding()
|
||||
} // add friend: stale state
|
||||
@@ -90,7 +89,6 @@ struct InnerCircleView: View {
|
||||
CircleGridView(selectedFriendIndex: self.$selectedFriendIndex)
|
||||
.environmentObject(self.innerCircleVM)
|
||||
.environmentObject(self.convoViewModel)
|
||||
|
||||
}
|
||||
|
||||
// header
|
||||
@@ -104,6 +102,9 @@ struct InnerCircleView: View {
|
||||
.environmentObject(self.innerCircleVM)
|
||||
.environmentObject(self.convoViewModel)
|
||||
|
||||
ConvoFooterView()
|
||||
.environmentObject(self.convoViewModel)
|
||||
|
||||
// helper for new users
|
||||
// TODO: make it back to 1 instead of 10...testing
|
||||
if self.authSessionStore.friendsArr.count == 1 && self.selectedFriendIndex == nil { // don't show if bottom metadata showing
|
||||
|
||||
Reference in New Issue
Block a user