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"
|
||||
)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user