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

Ui component user in voice channel #5

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

Ui component user in voice channel #5

hugoponthieu opened this issue May 12, 2024 · 0 comments

Comments

@hugoponthieu
Copy link
Member

Implement a displayable component for user connected in a voice channel.
In this issue you will just need to implement the ui component that will look like that:

final_result_cropped

Don't implement the 3 icons on the row but let a placeholder to make it appear easily later.

This row will take as props:

interface ConnectedUserRowProps {
	name: string
	profilePicture: string
}
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