fix: wrap edit-mode WaypointForm content in VStack; add tools deep-link to README

Agent-Logs-Url: https://github.com/meshtastic/Meshtastic-Apple/sessions/70909d6e-9ed8-4fb2-9666-f1457ed203be

Co-authored-by: garthvh <1795163+garthvh@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-04-16 05:50:03 +00:00 committed by GitHub
parent 3c4027cf2d
commit fca7f78cb5
2 changed files with 4 additions and 0 deletions

View file

@ -38,6 +38,7 @@ struct WaypointForm: View {
var body: some View {
Group {
if editMode {
VStack {
Text((waypoint.id > 0) ? "Editing Waypoint" : "Create Waypoint")
.font(.largeTitle)
Divider()
@ -280,6 +281,7 @@ struct WaypointForm: View {
.padding(.bottom)
}
}
} // VStack
} else {
VStack {
HStack {

View file

@ -116,6 +116,8 @@ Each settings item has an associated deep link. No parameters are supported for
| `meshtastic:///settings/telemetry` | Telemetry |
| **TAK** | |
| `meshtastic:///settings/tak` | TAK Config |
| **Tools** | |
| `meshtastic:///settings/tools` | Tools |
| **Logging** | |
| `meshtastic:///settings/debugLogs` | Debug Logs |
| **Developers** | |