|
1 | 1 | Submodule Loop contains modified content
|
2 | 2 | diff --git a/Loop/Loop/Views/SettingsView.swift b/Loop/Loop/Views/SettingsView.swift
|
3 |
| -index 90859273..8959a843 100644 |
| 3 | +index 90859273..187a17c1 100644 |
4 | 4 | --- a/Loop/Loop/Views/SettingsView.swift
|
5 | 5 | +++ b/Loop/Loop/Views/SettingsView.swift
|
6 |
| -@@ -28,6 +28,7 @@ public struct SettingsView: View { |
| 6 | +@@ -24,6 +24,7 @@ public struct SettingsView: View { |
| 7 | + @ObservedObject var viewModel: SettingsViewModel |
| 8 | + @ObservedObject var versionUpdateViewModel: VersionUpdateViewModel |
| 9 | + |
| 10 | ++ @State private var profilesIsPresented: Bool = false |
| 11 | + @State private var pumpChooserIsPresented: Bool = false |
7 | 12 | @State private var cgmChooserIsPresented: Bool = false
|
8 | 13 | @State private var serviceChooserIsPresented: Bool = false
|
9 |
| - @State private var therapySettingsIsPresented: Bool = false |
10 |
| -+ @State private var profilesIsPresented: Bool = false |
11 |
| - @State private var deletePumpDataAlertIsPresented = false |
12 |
| - @State private var deleteCGMDataAlertIsPresented = false |
13 |
| - |
14 | 14 | @@ -150,7 +151,11 @@ extension SettingsView {
|
15 | 15 | }
|
16 | 16 | }
|
@@ -142,7 +142,7 @@ index 6b13fc8..564ff13 100644
|
142 | 142 | B41A60AF23D1DB5B00636320 /* TableViewTitleLabel.swift in Sources */,
|
143 | 143 | diff --git a/LoopKit/LoopKitUI/ViewModels/ProfileViewModel+FileManagement.swift b/LoopKit/LoopKitUI/ViewModels/ProfileViewModel+FileManagement.swift
|
144 | 144 | new file mode 100644
|
145 |
| -index 0000000..fba4396 |
| 145 | +index 0000000..a809073 |
146 | 146 | --- /dev/null
|
147 | 147 | +++ b/LoopKit/LoopKitUI/ViewModels/ProfileViewModel+FileManagement.swift
|
148 | 148 | @@ -0,0 +1,232 @@
|
@@ -380,7 +380,7 @@ index 0000000..fba4396
|
380 | 380 | +}
|
381 | 381 | diff --git a/LoopKit/LoopKitUI/ViewModels/ProfileViewModel.swift b/LoopKit/LoopKitUI/ViewModels/ProfileViewModel.swift
|
382 | 382 | new file mode 100644
|
383 |
| -index 0000000..a0bdadb |
| 383 | +index 0000000..7799d32 |
384 | 384 | --- /dev/null
|
385 | 385 | +++ b/LoopKit/LoopKitUI/ViewModels/ProfileViewModel.swift
|
386 | 386 | @@ -0,0 +1,74 @@
|
@@ -460,7 +460,7 @@ index 0000000..a0bdadb
|
460 | 460 | +}
|
461 | 461 | diff --git a/LoopKit/LoopKitUI/Views/Settings Editors/NewProfileEditor.swift b/LoopKit/LoopKitUI/Views/Settings Editors/NewProfileEditor.swift
|
462 | 462 | new file mode 100644
|
463 |
| -index 0000000..4fcbea1 |
| 463 | +index 0000000..446910e |
464 | 464 | --- /dev/null
|
465 | 465 | +++ b/LoopKit/LoopKitUI/Views/Settings Editors/NewProfileEditor.swift
|
466 | 466 | @@ -0,0 +1,79 @@
|
@@ -545,7 +545,7 @@ index 0000000..4fcbea1
|
545 | 545 | +}
|
546 | 546 | diff --git a/LoopKit/LoopKitUI/Views/Settings Editors/ProfilePreviewView.swift b/LoopKit/LoopKitUI/Views/Settings Editors/ProfilePreviewView.swift
|
547 | 547 | new file mode 100644
|
548 |
| -index 0000000..c86eb4f |
| 548 | +index 0000000..a056915 |
549 | 549 | --- /dev/null
|
550 | 550 | +++ b/LoopKit/LoopKitUI/Views/Settings Editors/ProfilePreviewView.swift
|
551 | 551 | @@ -0,0 +1,277 @@
|
@@ -828,7 +828,7 @@ index 0000000..c86eb4f
|
828 | 828 | +}
|
829 | 829 | diff --git a/LoopKit/LoopKitUI/Views/Settings Editors/ProfileView.swift b/LoopKit/LoopKitUI/Views/Settings Editors/ProfileView.swift
|
830 | 830 | new file mode 100644
|
831 |
| -index 0000000..999bd8e |
| 831 | +index 0000000..7bc6159 |
832 | 832 | --- /dev/null
|
833 | 833 | +++ b/LoopKit/LoopKitUI/Views/Settings Editors/ProfileView.swift
|
834 | 834 | @@ -0,0 +1,115 @@
|
|
0 commit comments