IndieCoderMM/convoz-chat

feat: Display channel members [⭐4xp]

Opened this issue · 2 comments

  • Create UI to display all members
  • Channel creator can remove members

do you want these to be implemented in channels.tsx?

I'm thinking of displaying all members in a modal like this on Slack.

image

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 with Modal to make it open or close. (See example)

image