Skip to content

Commit 99a4e8b

Browse files
committed
New wording and bigger text in preview
1 parent 988a854 commit 99a4e8b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

2002/dev_2002.patch

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ index 0b4cb551..9d97f342 100644
5252
ForEach(pluginMenuItems.filter {$0.section == .configuration}) { item in
5353
item.view
5454
}
55-
Submodule LoopKit 8e58b7e..91a0054:
55+
Submodule LoopKit 8e58b7e..b7ccd0a:
5656
diff --git a/LoopKit/LoopKit.xcodeproj/project.pbxproj b/LoopKit/LoopKit.xcodeproj/project.pbxproj
5757
index bfdc9db..7dded80 100644
5858
--- a/LoopKit/LoopKit.xcodeproj/project.pbxproj
@@ -666,7 +666,7 @@ index 0000000..446910e
666666
+}
667667
diff --git a/LoopKit/LoopKitUI/Views/Settings Editors/ProfilePreviewView.swift b/LoopKit/LoopKitUI/Views/Settings Editors/ProfilePreviewView.swift
668668
new file mode 100644
669-
index 0000000..1192e88
669+
index 0000000..6de3598
670670
--- /dev/null
671671
+++ b/LoopKit/LoopKitUI/Views/Settings Editors/ProfilePreviewView.swift
672672
@@ -0,0 +1,326 @@
@@ -709,12 +709,12 @@ index 0000000..1192e88
709709
+ ZStack {
710710
+ ScrollView {
711711
+ 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)
715715
+ .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)
718718
+
719719
+ profileCardStack
720720
+

0 commit comments

Comments
 (0)