mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-27 15:17:38 +00:00
Update main navigation to use new ServerListView
- Replace EnhancedConnectionView with clean ServerListView - Maintain same navigation logic and connection validation - Leverage improved MVVM architecture for better state management
This commit is contained in:
parent
c311b81efb
commit
aee8898075
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ struct ContentView: View {
|
||||||
} else if connectionManager.isConnected, connectionManager.serverConfig != nil {
|
} else if connectionManager.isConnected, connectionManager.serverConfig != nil {
|
||||||
SessionListView()
|
SessionListView()
|
||||||
} else {
|
} else {
|
||||||
EnhancedConnectionView()
|
ServerListView()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.animation(.default, value: connectionManager.isConnected)
|
.animation(.default, value: connectionManager.isConnected)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue