Basic implementation of the UI, navigation wil be implemented in the next PR

This commit is contained in:
Mauro Romito
2025-10-29 18:59:45 +01:00
committed by Mauro
parent 943e550658
commit fdc741da2e
36 changed files with 250 additions and 135 deletions

View File

@@ -231,6 +231,7 @@ class SpaceScreenViewModelTests: XCTestCase {
spaceServiceProxy: spaceServiceProxy,
selectedSpaceRoomPublisher: .init(nil),
userSession: UserSessionMock(.init(clientProxy: clientProxy)),
appSettings: AppSettings(),
userIndicatorController: UserIndicatorControllerMock())
}
}