ViewModel was changed and searchbar is working now. You can text your group and find your schedule
This commit is contained in:
@ -13,7 +13,7 @@ struct ContentView: View {
|
||||
ZStack {
|
||||
switch selectedTab {
|
||||
case .schedule:
|
||||
ScheduleView()
|
||||
MainView()
|
||||
case .tasks:
|
||||
Text("Tasks")
|
||||
case .settings:
|
||||
|
Reference in New Issue
Block a user