Skip to content

Commit

Permalink
Adding description for separate contact cards
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebash authored Feb 9, 2025
1 parent 4f38507 commit 57c175a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions LoopFollow/Contact/Settings/ContactSettingsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ struct ContactSettingsView: View {

if viewModel.contactEnabled {
Section(header: Text("Additional Information")) {
Text("To see your trend or delta, include one in the original '\(viewModel.contactName)' contact, or create separate contacts ending in '- Trend' and '- Delta' for up to three contacts on your watch face.")
.font(.footnote)
.foregroundColor(.secondary)
.padding(.vertical, 4)

Text("Show Trend")
.font(.subheadline)
Picker("Show Trend", selection: $viewModel.contactTrend) {
Expand Down

0 comments on commit 57c175a

Please sign in to comment.