add NavigationManager for programatic navigation from the root
This commit is contained in:
@@ -7,10 +7,9 @@
|
||||
|
||||
import SwiftUI
|
||||
|
||||
// TODO: We need color pairs (one for light mode one for dark)
|
||||
struct WorkoutIconSelector: View {
|
||||
|
||||
@State var workout: Workout
|
||||
|
||||
@State private var searchText: String = ""
|
||||
var filteredIcons: [String] {
|
||||
if searchText.isEmpty {
|
||||
|
||||
Reference in New Issue
Block a user