File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -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..7eccf2a :
55
+ Submodule LoopKit 8e58b7e..eaa182f :
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
@@ -998,7 +998,7 @@ index 0000000..6de3598
998
998
+ }
999
999
diff --git a/LoopKit/LoopKitUI/Views/Settings Editors/ProfileView.swift b/LoopKit/LoopKitUI/Views/Settings Editors/ProfileView.swift
1000
1000
new file mode 100644
1001
- index 0000000..489580d
1001
+ index 0000000..3f99636
1002
1002
--- /dev/null
1003
1003
+++ b/LoopKit/LoopKitUI/Views/Settings Editors/ProfileView.swift
1004
1004
@@ -0,0 +1,160 @@
@@ -1081,15 +1081,15 @@ index 0000000..489580d
1081
1081
+ )
1082
1082
+ .navigationBarItems(
1083
1083
+ leading: HStack {
1084
+ + Button(action: { withAnimation { isAddingNewProfile = true } }) {
1085
+ + Image(systemName: "plus")
1086
+ + }
1087
+ +
1084
1088
+ Button(action: { showInfoAlert.toggle() }) {
1085
1089
+ Image(systemName: "info.circle")
1086
1090
+ .resizable()
1087
1091
+ .frame(width: 24, height: 24)
1088
1092
+ }
1089
- +
1090
- + Button(action: { withAnimation { isAddingNewProfile = true } }) {
1091
- + Image(systemName: "plus")
1092
- + }
1093
1093
+ },
1094
1094
+ trailing: dismissButton
1095
1095
+ )
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ index 90859273..187a17c1 100644
52
52
ForEach(configurationMenuItemsForSupportPlugins) { item in
53
53
item.view
54
54
}
55
- Submodule LoopKit 9835a29..8d66ce1 :
55
+ Submodule LoopKit 9835a29..b041710 :
56
56
diff --git a/LoopKit/LoopKit.xcodeproj/project.pbxproj b/LoopKit/LoopKit.xcodeproj/project.pbxproj
57
57
index 6b13fc8..c6bcc64 100644
58
58
--- a/LoopKit/LoopKit.xcodeproj/project.pbxproj
@@ -997,7 +997,7 @@ index 0000000..abe31ad
997
997
+ }
998
998
diff --git a/LoopKit/LoopKitUI/Views/Settings Editors/ProfileView.swift b/LoopKit/LoopKitUI/Views/Settings Editors/ProfileView.swift
999
999
new file mode 100644
1000
- index 0000000..489580d
1000
+ index 0000000..5293e85
1001
1001
--- /dev/null
1002
1002
+++ b/LoopKit/LoopKitUI/Views/Settings Editors/ProfileView.swift
1003
1003
@@ -0,0 +1,160 @@
@@ -1080,15 +1080,15 @@ index 0000000..489580d
1080
1080
+ )
1081
1081
+ .navigationBarItems(
1082
1082
+ leading: HStack {
1083
+ + Button(action: { withAnimation { isAddingNewProfile = true } }) {
1084
+ + Image(systemName: "plus")
1085
+ + }
1086
+ +
1083
1087
+ Button(action: { showInfoAlert.toggle() }) {
1084
1088
+ Image(systemName: "info.circle")
1085
1089
+ .resizable()
1086
1090
+ .frame(width: 24, height: 24)
1087
1091
+ }
1088
- +
1089
- + Button(action: { withAnimation { isAddingNewProfile = true } }) {
1090
- + Image(systemName: "plus")
1091
- + }
1092
1092
+ },
1093
1093
+ trailing: dismissButton
1094
1094
+ )
You can’t perform that action at this time.
0 commit comments