Replace confirm and prompt with custom dialogs (#500)
authorAjay Bura <32841439+ajbura@users.noreply.github.com>
Mon, 25 Apr 2022 14:51:21 +0000 (20:21 +0530)
committerGitHub <noreply@github.com>
Mon, 25 Apr 2022 14:51:21 +0000 (20:21 +0530)
commitd760be58c3b64629e6fc6483dc6c5a2b343ab55b
tree1ddab563e8e92ff98e86e6fe4de4f728ca0c9506
parent3da9b706329806cee114383760c5e6a9d1473f45
Replace confirm and prompt with custom dialogs (#500)
14 files changed:
src/app/molecules/confirm-dialog/ConfirmDialog.jsx [new file with mode: 0644]
src/app/molecules/confirm-dialog/ConfirmDialog.scss [new file with mode: 0644]
src/app/molecules/message/Message.jsx
src/app/molecules/room-encryption/RoomEncryption.jsx
src/app/molecules/room-options/RoomOptions.jsx
src/app/molecules/room-profile/RoomProfile.jsx
src/app/molecules/space-options/SpaceOptions.jsx
src/app/organisms/profile-editor/ProfileEditor.jsx
src/app/organisms/profile-viewer/ProfileViewer.jsx
src/app/organisms/room/RoomSettings.jsx
src/app/organisms/settings/DeviceManage.jsx
src/app/organisms/settings/DeviceManage.scss
src/app/organisms/settings/Settings.jsx
src/app/organisms/space-settings/SpaceSettings.jsx