Skip to content

Commit e81ea0b

Browse files
committed
Fixed git rebase disaster
1 parent 5eba292 commit e81ea0b

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

InfiniLink/View Components/Sheets/ArbitraryNotificationView.swift

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -45,28 +45,18 @@ struct ArbitraryNotificationSheet: View {
4545
Divider()
4646
.padding(.horizontal)
4747
HStack {
48-
<<<<<<< HEAD
4948
Text("\(NSLocalizedString("title", comment: "")): ")
5049
.padding(.leading)
51-
=======
5250
Text("Title: ")
5351
.padding(.horizontal)
54-
<<<<<<< HEAD
55-
>>>>>>> d1c98d0 (Removed some superfluous padding and labels from the step adjustment sheet for better usability on small screens)
56-
=======
5752
Text("\(NSLocalizedString("title", comment: "")): ")
5853
.padding(.leading)
59-
>>>>>>> d738921 (resolving git issue)
6054
TextField("", text: $notificationTitle)
6155
}
6256
Divider()
6357
.padding(.horizontal)
6458
TextEditor(text: $notificationBody)
6559
.padding(.horizontal)
66-
<<<<<<< HEAD
67-
<<<<<<< HEAD
68-
=======
69-
>>>>>>> d738921 (resolving git issue)
7060
Button(action: {
7161
UIApplication.shared.sendAction(#selector(UIResponder.resignFirstResponder), to: nil, from: nil, for: nil)
7262
if !notificationBody.isEmpty || !notificationTitle.isEmpty {
@@ -85,11 +75,6 @@ struct ArbitraryNotificationSheet: View {
8575
.padding(.horizontal, 20)
8676
.padding(.bottom)
8777
}
88-
<<<<<<< HEAD
89-
=======
90-
>>>>>>> 7869ee0 (Removed large button from send notification sheet and replaced it with a simple "send" button at the top that matches the "close" button. This should help people with smaller screens and/or accessibility tweaks)
91-
=======
92-
>>>>>>> d738921 (resolving git issue)
9378
}
9479
}
9580
}

0 commit comments

Comments
 (0)