fix: widen speed gaps — Slow 1.0x, Med 2.0x, Fast 3.5x (was 1.5/1.75/2.0)
All checks were successful
Security Checks / dependency-audit (push) Successful in 13s
Security Checks / secret-scanning (push) Successful in 4s
Security Checks / dockerfile-lint (push) Successful in 4s

This commit is contained in:
Yusuf Suleman
2026-04-04 10:31:55 -05:00
parent 01c63d69d0
commit c74f36a94d

View File

@@ -38,9 +38,9 @@ struct MainTabView: View {
} }
private let speedLevels: [(String, String, Double)] = [ private let speedLevels: [(String, String, Double)] = [
("Slow", "hare", 1.5), ("Slow", "hare", 1.0),
("Med", "figure.walk", 1.75), ("Med", "figure.walk", 2.0),
("Fast", "bolt.fill", 2.0), ("Fast", "bolt.fill", 3.5),
] ]
// Dynamic icon + label for the search-role tab // Dynamic icon + label for the search-role tab