Make dialog to add existing rooms to space

Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
Ajay Bura 2022-02-20 20:17:13 +05:30
parent f8e2d27bb0
commit 318e7c7458
7 changed files with 370 additions and 44 deletions

View file

@ -38,6 +38,13 @@ export function openSpaceManage(roomId) {
});
}
export function openSpaceAddExisting(roomId) {
appDispatcher.dispatch({
type: cons.actions.navigation.OPEN_SPACE_ADDEXISTING,
roomId,
});
}
export function toggleRoomSettings(tabText) {
appDispatcher.dispatch({
type: cons.actions.navigation.TOGGLE_ROOM_SETTINGS,