Implement Profile Viewer (#130)
authorGero Gerke <hello@gerogerke.de>
Mon, 18 Oct 2021 15:25:52 +0000 (17:25 +0200)
committerGitHub <noreply@github.com>
Mon, 18 Oct 2021 15:25:52 +0000 (20:55 +0530)
commitfa10a67811bc2d1487ea33b9d9fc0499f360721a
tree5fab61bbb7798355460770e1a6edd184a563bce6
parent8d95fd0ca0da892db9d37cdfa9bf70f4dfa06b76
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