Add space settings

Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
Ajay Bura 2022-01-29 13:48:06 +05:30
parent 9d8efce26d
commit 833edc9568
9 changed files with 271 additions and 9 deletions

View file

@ -23,6 +23,14 @@ export function selectRoom(roomId, eventId) {
});
}
export function openSpaceSettings(spaceId, tabText) {
appDispatcher.dispatch({
type: cons.actions.navigation.OPEN_SPACE_SETTINGS,
spaceId,
tabText,
});
}
export function toggleRoomSettings(tabText) {
appDispatcher.dispatch({
type: cons.actions.navigation.TOGGLE_ROOM_SETTINGS,