Space panel overflow journeys & rough edge warnings #5227

- space menu additions according to new requirements
This commit is contained in:
Gil Eluard
2021-12-10 18:01:56 +01:00
parent 5b16c541fa
commit 2c7f8709fd
13 changed files with 91 additions and 4 deletions
@@ -342,6 +342,12 @@ extension SideMenuCoordinator: SpaceMenuPresenterDelegate {
self.showExploreRooms(spaceId: spaceId, session: session)
case .exploreMembers:
self.showMembers(spaceId: spaceId, session: session)
case .addRoom:
AppDelegate.theDelegate().showAlert(withTitle: VectorL10n.spacesAddRoom, message: VectorL10n.spacesComingSoonDetail)
case .addSpace:
AppDelegate.theDelegate().showAlert(withTitle: VectorL10n.spacesAddSpace, message: VectorL10n.spacesComingSoonDetail)
case .settings:
AppDelegate.theDelegate().showAlert(withTitle: VectorL10n.sideMenuActionSettings, message: VectorL10n.spacesComingSoonDetail)
}
}
}