ViewModel was changed and searchbar is working now. You can text your group and find your schedule

This commit is contained in:
Vladimir Dubovik
2024-12-05 14:00:41 +03:00
parent ddceec8551
commit 0f8dcea0a6
9 changed files with 101 additions and 92 deletions

View File

@ -13,7 +13,7 @@ struct ContentView: View {
ZStack {
switch selectedTab {
case .schedule:
ScheduleView()
MainView()
case .tasks:
Text("Tasks")
case .settings: