Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
2 tasks
IndieCoderMM opened this issue Oct 24, 2023 · 2 comments
Open
2 tasks

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

IndieCoderMM opened this issue Oct 24, 2023 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@IndieCoderMM
Copy link
Owner

  • Create UI to display all members
  • Channel creator can remove members
@IndieCoderMM IndieCoderMM added enhancement New feature or request good first issue Good for newcomers labels Oct 24, 2023
@IndieCoderMM IndieCoderMM changed the title feat: Display channel members [⭐2xp] feat: Display channel members [⭐4xp] Oct 26, 2023
@PratyushJoshi
Copy link
Contributor

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

@IndieCoderMM
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants