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

Fix: TypeScript and Lint Errors in Recording indicator, Talking indicator, and Layout types (and additional lint rules). #18661

Conversation

Scroody
Copy link
Collaborator

@Scroody Scroody commented Aug 29, 2023

What does this PR do?

This pull request addresses TypeScript (TS) and lint errors that were identified in the Recording indicator, Talking indicator, and Layout types. The changes made in this PR enhance the code quality, improve stability, and promote adherence to coding standards. Aditionally improves lint rule setting to make work and maintence on the code easier and more organized.

@Scroody Scroody requested a review from Tainan404 August 29, 2023 14:02

if (isBreakoutLoading) return null;
if (isBreakoutError) return (<div>error: {JSON.stringify(talkingIndicatorError)}</div>);
if (talkingIndicatorError || isBreakoutError) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do you accepts talkingIndicatorError here, but not reders or log it?

Copy link
Member

@Tainan404 Tainan404 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested and it's working well

@github-actions
Copy link

github-actions bot commented Sep 5, 2023

Automated tests Summary

🚨 Test workflow has failed


Click here to check the action test reports

@github-actions
Copy link

github-actions bot commented Sep 6, 2023

This pull request has conflicts ☹
Please resolve those so we can review the pull request.
Thanks.

@sonarcloud
Copy link

sonarcloud bot commented Sep 6, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 2 Code Smells

No Coverage information No Coverage information
1.5% 1.5% Duplication

@ramonlsouza ramonlsouza merged commit 75dd624 into bigbluebutton:develop Sep 6, 2023
17 of 21 checks passed
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

Successfully merging this pull request may close these issues.

None yet

3 participants