WebOS completion
This commit is contained in:
11
iOS/velocity-edge-phone/Features/EdgeAlertsView.swift
Normal file
11
iOS/velocity-edge-phone/Features/EdgeAlertsView.swift
Normal file
@@ -0,0 +1,11 @@
|
||||
import SwiftUI
|
||||
|
||||
struct EdgeAlertsView: View {
|
||||
var body: some View {
|
||||
EdgeScaffold(
|
||||
title: "Alerts",
|
||||
subtitle: "Unread lead responses, callback urgency, and showroom event nudges for field operators.",
|
||||
actionLabel: "Respond to unread whale-lead thread"
|
||||
)
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
import SwiftUI
|
||||
|
||||
struct EdgeCommunicationsView: View {
|
||||
var body: some View {
|
||||
EdgeScaffold(
|
||||
title: "Communications",
|
||||
subtitle: "Calls, WhatsApp touchpoints, and imported operator activity in one surface.",
|
||||
actionLabel: "Log a manual communication note"
|
||||
)
|
||||
}
|
||||
}
|
||||
11
iOS/velocity-edge-phone/Features/EdgeLeadSummaryView.swift
Normal file
11
iOS/velocity-edge-phone/Features/EdgeLeadSummaryView.swift
Normal file
@@ -0,0 +1,11 @@
|
||||
import SwiftUI
|
||||
|
||||
struct EdgeLeadSummaryView: View {
|
||||
var body: some View {
|
||||
EdgeScaffold(
|
||||
title: "Lead Summary",
|
||||
subtitle: "Compact account memory, qualification signals, and next-best action.",
|
||||
actionLabel: "Review Mohammed Al-Rashid context"
|
||||
)
|
||||
}
|
||||
}
|
||||
11
iOS/velocity-edge-phone/Features/EdgeNotesView.swift
Normal file
11
iOS/velocity-edge-phone/Features/EdgeNotesView.swift
Normal file
@@ -0,0 +1,11 @@
|
||||
import SwiftUI
|
||||
|
||||
struct EdgeNotesView: View {
|
||||
var body: some View {
|
||||
EdgeScaffold(
|
||||
title: "Notes",
|
||||
subtitle: "Quick capture for memory facts, objections, and promised follow-ups.",
|
||||
actionLabel: "Save a note with memory extraction hints"
|
||||
)
|
||||
}
|
||||
}
|
||||
11
iOS/velocity-edge-phone/Features/EdgeSettingsView.swift
Normal file
11
iOS/velocity-edge-phone/Features/EdgeSettingsView.swift
Normal file
@@ -0,0 +1,11 @@
|
||||
import SwiftUI
|
||||
|
||||
struct EdgeSettingsView: View {
|
||||
var body: some View {
|
||||
EdgeScaffold(
|
||||
title: "Settings",
|
||||
subtitle: "Install registration, operator identity, and backend connection state.",
|
||||
actionLabel: "Verify surface heartbeat and app version"
|
||||
)
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
import SwiftUI
|
||||
|
||||
struct EdgeTranscriptionsView: View {
|
||||
var body: some View {
|
||||
EdgeScaffold(
|
||||
title: "Transcriptions",
|
||||
subtitle: "Imported voice artifacts and transcript summaries for field follow-up.",
|
||||
actionLabel: "Review pending recording import"
|
||||
)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user