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

Voice channel component #6

Open
hugoponthieu opened this issue May 12, 2024 · 0 comments
Open

Voice channel component #6

hugoponthieu opened this issue May 12, 2024 · 0 comments

Comments

@hugoponthieu
Copy link
Member

hugoponthieu commented May 12, 2024

This component show a clickable row that display the name of a voice channel. At the end of the a setting icon is clickable to access settings of this channel.

final_result_cropped

It need to take these props:

interface DisplayChannelProps {
  channel: ChannelEntity
  onJoinChannel: (channel: ChannelEntity) => void
  onDeleteChannel: (id: string) => void
}

Example

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant