Fix commands (#791)
authorAjay Bura <32841439+ajbura@users.noreply.github.com>
Sat, 3 Sep 2022 16:16:40 +0000 (21:46 +0530)
committerGitHub <noreply@github.com>
Sat, 3 Sep 2022 16:16:40 +0000 (21:46 +0530)
commitac155bbf4cac3324b29d66311289bbb06c0a1534
tree3c2ddc63a41267512b4f93079e88eac8cf804629
parent0f6f65045dd31a5df2031a9ad5bd20e1801f1030
Fix commands (#791)

* Fix commands and added more

* Add /me & /shrug commands

* Add help command

* Fix cmd descriptions

* Add reason in command
src/app/organisms/profile-viewer/ProfileViewer.jsx
src/app/organisms/room/RoomViewCmdBar.jsx
src/app/organisms/room/RoomViewInput.jsx
src/app/organisms/room/commands.jsx [new file with mode: 0644]
src/app/organisms/room/commands.scss [new file with mode: 0644]
src/client/action/room.js
src/client/state/RoomList.js
src/client/state/RoomsInput.js