From c66eac3f485992bd2d618d52eafdc522bf051f16 Mon Sep 17 00:00:00 2001 From: Brent Petit Date: Sat, 16 Nov 2024 09:55:03 -0600 Subject: [PATCH 1/4] Allow view to manage sizing to prevent selected node view from getting pushed off bottom of screen --- Meshtastic/Views/Nodes/TraceRouteLog.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Meshtastic/Views/Nodes/TraceRouteLog.swift b/Meshtastic/Views/Nodes/TraceRouteLog.swift index e6e72841..f1095ad5 100644 --- a/Meshtastic/Views/Nodes/TraceRouteLog.swift +++ b/Meshtastic/Views/Nodes/TraceRouteLog.swift @@ -72,7 +72,6 @@ struct TraceRouteLog: View { } .listStyle(.plain) } - .frame(minHeight: CGFloat((node.traceRoutes?.count ?? 0) * 40), maxHeight: 250) Divider() ScrollView { if selectedRoute != nil { From 4b9b701b108f9c05936d6d43b8c74481f09e6a2e Mon Sep 17 00:00:00 2001 From: Brent Petit Date: Sat, 16 Nov 2024 13:46:22 -0600 Subject: [PATCH 2/4] Add shorter distance options to distance filtering --- Meshtastic/Enums/AppSettingsEnums.swift | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Meshtastic/Enums/AppSettingsEnums.swift b/Meshtastic/Enums/AppSettingsEnums.swift index 690fe399..b12a10a6 100644 --- a/Meshtastic/Enums/AppSettingsEnums.swift +++ b/Meshtastic/Enums/AppSettingsEnums.swift @@ -51,6 +51,10 @@ enum MeshMapTypes: Int, CaseIterable, Identifiable { } enum MeshMapDistances: Double, CaseIterable, Identifiable { + case twoMiles = 3218.69 + case fiveMiles = 8046.72 + case tenMiles = 16093.4 + case twentyFiveMiles = 40233.6 case fiftyMiles = 80467.2 case oneHundredMiles = 160934 case twoHundredMiles = 321869 From 579e5be7670613346899fa465d516e6795703156 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Sat, 23 Nov 2024 22:15:24 -0800 Subject: [PATCH 3/4] Update stale.yml --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 3521f916..a567b9e1 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -18,5 +18,5 @@ jobs: - name: Stale PR+Issues uses: actions/stale@v9.0.0 with: - exempt-issue-labels: help wanted + exempt-issue-labels: 'has sponsor,needs sponsor,help wanted,backlog' exempt-pr-labels: From 385d6ca942929ed09bad9a4802e1e1e29cc0a59f Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Sat, 23 Nov 2024 22:16:37 -0800 Subject: [PATCH 4/4] Update stale.yml --- .github/workflows/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index a567b9e1..94744d0c 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -18,5 +18,5 @@ jobs: - name: Stale PR+Issues uses: actions/stale@v9.0.0 with: - exempt-issue-labels: 'has sponsor,needs sponsor,help wanted,backlog' - exempt-pr-labels: + exempt-issue-labels: 'has sponsor,needs sponsor,help wanted,backlog,security issue' + exempt-pr-labels: 'has sponsor,needs sponsor,help wanted,backlog,security issue'