bunch of ui adjustments

This commit is contained in:
talksik
2021-12-23 03:48:32 -08:00
parent f6a4d94de4
commit 8f4ecb0780
10 changed files with 402 additions and 264 deletions
@@ -12,6 +12,7 @@ enum SheetView : Identifiable {
var id: Self { self }
case contacts
case inbox
case profile
}
struct InnerCircleView: View {
@@ -48,8 +49,10 @@ struct InnerCircleView: View {
switch page {
case SheetView.contacts:
FindFriendsView()
case SheetView.inbox:
InboxView()// test one for now
// case SheetView.inbox: // removing feature for now
// InboxView()
case SheetView.profile:
AddBasicInfoView()
default:
Text("asdf")
}