IndieCoderMM / convoz-chat

📢A user-friendly chat app for building online communities. Built with React, Redux and Firebase
https://convoz-chat.onrender.com/
MIT License
1 stars 5 forks source link

feat: Display channel members [⭐4xp] #12

Open IndieCoderMM opened 1 year ago

IndieCoderMM commented 1 year ago
PratyushJoshi commented 1 year ago

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

IndieCoderMM commented 1 year ago

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:

image