Implement Profile Viewer (#130)
authorGero Gerke <hello@gerogerke.de>
Mon, 18 Oct 2021 15:25:52 +0000 (17:25 +0200)
committerKrishan <33421343+kfiven@users.noreply.github.com>
Mon, 25 Oct 2021 12:29:57 +0000 (17:59 +0530)
commit825db633a053d4cbfbf2cb078fb06cdcd6cb870f
tree5fab61bbb7798355460770e1a6edd184a563bce6
parent4dfe40333eabd2c670ed4f49f41244f6746030f3
Implement Profile Viewer (#130)

* Implement Profile Viewer

Fixes #111

* Make user avatar in chat clickable

* design progress

* Refactored code

* progress

* Updated chip comp

Signed-off-by: Ajay Bura <ajbura@gmail.com>
* Refactored ProfileViewer comp

Signed-off-by: Ajay Bura <ajbura@gmail.com>
* Added msg functionality in ProfileViewer

Signed-off-by: Ajay Bura <ajbura@gmail.com>
* Added Ignore functionality in ProfileViewer

Signed-off-by: Ajay Bura <ajbura@gmail.com>
* Fixed Ignore btn bug

Signed-off-by: Ajay Bura <ajbura@gmail.com>
* Refectored ProfileViewer comp

Signed-off-by: Ajay Bura <ajbura@gmail.com>
Co-authored-by: Ajay Bura <ajbura@gmail.com>
17 files changed:
.gitignore
public/res/ic/outlined/shield-empty.svg [new file with mode: 0644]
src/app/atoms/avatar/Avatar.scss
src/app/atoms/chip/Chip.jsx
src/app/atoms/chip/Chip.scss
src/app/molecules/message/Message.scss
src/app/molecules/room-intro/RoomIntro.jsx
src/app/organisms/profile-viewer/ProfileViewer.jsx [new file with mode: 0644]
src/app/organisms/profile-viewer/ProfileViewer.scss [new file with mode: 0644]
src/app/organisms/pw/Dialogs.jsx
src/app/organisms/read-receipts/ReadReceipts.jsx
src/app/organisms/room/PeopleDrawer.jsx
src/app/organisms/room/RoomViewContent.jsx
src/client/action/navigation.js
src/client/state/cons.js
src/client/state/navigation.js
src/util/matrixUtil.js