-
Notifications
You must be signed in to change notification settings - Fork 10
merge develop -> main #14
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
base: main
Are you sure you want to change the base?
Conversation
Update Bottom Bar and Control Buttons Based on Sphinx Mac Design
Bottom bar redesign
feat: Custom Layout
Refactored Custom Layout
Added participants List
| if (!room) { | ||
| return; | ||
| } | ||
| console.log('ROOM!!!'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can probably delete this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is there any reason to delete this, I think its useful if anyone is trying to setup livekit from this repo
| {' '} | ||
| {children}{' '} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the linter may have auto added some of these, not sure if they're needed?
| {' '} | |
| {children}{' '} | |
| {children} |
updated depenencies and tsconfig to fix docker build
Added Recording function to the control bar
feat: Added Chat and fixed focus layout
Fixed ProfileImage and ParticipantCount
Fixed Styles for bottom bar
Still need to review code changes to this and test manually