WebOS completion
This commit is contained in:
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"
|
||||
)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user