@@ -52,7 +52,7 @@ index 0b4cb551..9d97f342 100644
52
52
ForEach(pluginMenuItems.filter {$0.section == .configuration}) { item in
53
53
item.view
54
54
}
55
- Submodule LoopKit 8e58b7e..91a0054 :
55
+ Submodule LoopKit 8e58b7e..b7ccd0a :
56
56
diff --git a/LoopKit/LoopKit.xcodeproj/project.pbxproj b/LoopKit/LoopKit.xcodeproj/project.pbxproj
57
57
index bfdc9db..7dded80 100644
58
58
--- a/LoopKit/LoopKit.xcodeproj/project.pbxproj
@@ -666,7 +666,7 @@ index 0000000..446910e
666
666
+ }
667
667
diff --git a/LoopKit/LoopKitUI/Views/Settings Editors/ProfilePreviewView.swift b/LoopKit/LoopKitUI/Views/Settings Editors/ProfilePreviewView.swift
668
668
new file mode 100644
669
- index 0000000..1192e88
669
+ index 0000000..6de3598
670
670
--- /dev/null
671
671
+++ b/LoopKit/LoopKitUI/Views/Settings Editors/ProfilePreviewView.swift
672
672
@@ -0,0 +1,326 @@
@@ -709,12 +709,12 @@ index 0000000..1192e88
709
709
+ ZStack {
710
710
+ ScrollView {
711
711
+ VStack(alignment: .leading) {
712
- + Text("Review this profile before choosing to Load or Return to profile screen .")
713
- + .font(.subheadline )
714
- + .foregroundColor(.secondary )
712
+ + Text("Before proceeding, review the profile details below. Scroll to find options to Load, Rename, or Delete .")
713
+ + .font(.body )
714
+ + .foregroundColor(.primary )
715
715
+ .padding([.leading, .trailing])
716
- + .fixedSize(horizontal: false, vertical: true) // this allows the text to wrap
717
- + .textCase(nil) // keeps the original text casing
716
+ + .fixedSize(horizontal: false, vertical: true)
717
+ + .textCase(nil)
718
718
+
719
719
+ profileCardStack
720
720
+
0 commit comments