Skip to content

Voice channel component #6

@hugoponthieu

Description

@hugoponthieu

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions