feat: Display channel members [⭐4xp]
Opened this issue · 2 comments
IndieCoderMM commented
- Create UI to display all members
- Channel creator can remove members
PratyushJoshi commented
do you want these to be implemented in channels.tsx?
IndieCoderMM commented
I'm thinking of displaying all members in a modal like this on Slack.
When a user clicks on the View Members
button, a modal should appear. Here's one potential approach:
- Create a new component that takes
Channel
as props and displays all members - Inside
/features/Chat/Navbar.tsx
, integrate this component withModal
to make it open or close. (See example)