Build 3 - Remove debug settings from dev
This commit is contained in:
@@ -7,8 +7,6 @@ struct AnalyticsView: View {
|
||||
NavigationView {
|
||||
ScrollView {
|
||||
LazyVStack(spacing: 20) {
|
||||
HeaderSection()
|
||||
|
||||
OverallStatsSection()
|
||||
|
||||
ProgressChartSection()
|
||||
@@ -26,22 +24,6 @@ struct AnalyticsView: View {
|
||||
}
|
||||
}
|
||||
|
||||
struct HeaderSection: View {
|
||||
var body: some View {
|
||||
HStack {
|
||||
Image("MountainsIcon")
|
||||
.resizable()
|
||||
.frame(width: 32, height: 32)
|
||||
|
||||
Text("Analytics")
|
||||
.font(.title)
|
||||
.fontWeight(.bold)
|
||||
|
||||
Spacer()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
struct OverallStatsSection: View {
|
||||
@EnvironmentObject var dataManager: ClimbingDataManager
|
||||
|
||||
|
||||
Reference in New Issue
Block a user