Skip to content

Commit

Permalink
Features/verified user badge (#12)
Browse files Browse the repository at this point in the history
* feat: verified user badge

* fix: style lint issue

* fix: custom styles

* feat: right panel user info badge
  • Loading branch information
ifaouibadi authored Dec 7, 2023
1 parent bad0eee commit 3511c87
Show file tree
Hide file tree
Showing 16 changed files with 3,617 additions and 126 deletions.
4 changes: 3 additions & 1 deletion components.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@
"src/components/views/spaces/SpacePanel.tsx": "src/components/views/spaces/SpacePanel.tsx",
"src/hooks/useRoomName.ts": "src/hooks/useRoomName.ts",
"src/editor/commands.tsx": "src/editor/commands.tsx",
"src/autocomplete/Autocompleter.ts": "src/autocomplete/Autocompleter.ts"
"src/autocomplete/Autocompleter.ts": "src/autocomplete/Autocompleter.ts",
"src/components/views/dialogs/InviteDialog.tsx": "src/components/views/dialogs/InviteDialog.tsx",
"src/components/views/right_panel/UserInfo.tsx": "src/components/views/right_panel/UserInfo.tsx"
}
1 change: 1 addition & 0 deletions config.sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"base_url": "https://vector.im"
}
},
"bots_backend_url": "https://http://matrix.superhero.com/wallet",
"disable_custom_urls": false,
"disable_guests": false,
"disable_login_language_selector": false,
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
"@matrix-org/olm": "3.2.15",
"@matrix-org/react-sdk-module-api": "^2.2.1",
"gfm.css": "^1.1.2",
"jotai": "^2.6.0",
"jsrsasign": "^10.5.25",
"katex": "^0.16.0",
"lodash": "^4.17.21",
Expand Down
Loading

0 comments on commit 3511c87

Please sign in to comment.