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

Header changes #177

Merged
merged 20 commits into from
Apr 28, 2024
Merged

Header changes #177

merged 20 commits into from
Apr 28, 2024

Conversation

Veneiro
Copy link
Contributor

@Veneiro Veneiro commented Apr 20, 2024

Now the Language Selector and Volume Slider is integrated in the Header and removed from the options page.
Please check it and if you find any error or bug tell it to me, you have a bit of a preview in #143 that is the issue for this change

Veneiro added 2 commits April 20, 2024 12:18
- now the language selector is on the header
- now the volume slider is on the header
- Now language selector has an animation for opening and closing
- Now language selector will be closed when you click in any other part of the app even if you didn't explicitly close it or choose a different language
- Now the volume slider floaating window have a new animation for appearing or dissapearing
@Veneiro Veneiro self-assigned this Apr 20, 2024
Veneiro added 2 commits April 20, 2024 15:31
- Dark mode is now supported for the new elements on the header
Copy link

@codescene-delta-analysis codescene-delta-analysis bot left a comment

Choose a reason for hiding this comment

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

Code Health Quality Gates: OK

  • Improving Code Health: 1 findings(s) ✅

View detailed results in CodeScene

Comment on lines -100 to -108
{user && (
<Link to="settings" className="nav-link">
<div className="nav-link-icon">
<SettingsIcon />
</div>
{t("settings.title")}
</Link>
)}

Choose a reason for hiding this comment

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

✅ Getting better: Complex Method
Nav decreases in cyclomatic complexity from 15 to 14, threshold = 9

Copy link

@codescene-delta-analysis codescene-delta-analysis bot left a comment

Choose a reason for hiding this comment

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

Code Health Quality Gates: OK

  • Improving Code Health: 1 findings(s) ✅

View detailed results in CodeScene

- Test for language selector now working
Copy link

@codescene-delta-analysis codescene-delta-analysis bot left a comment

Choose a reason for hiding this comment

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

Code Health Quality Gates: OK

  • Improving Code Health: 1 findings(s) ✅

View detailed results in CodeScene

Copy link

@codescene-delta-analysis codescene-delta-analysis bot left a comment

Choose a reason for hiding this comment

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

Code Health Quality Gates: OK

  • Improving Code Health: 1 findings(s) ✅

View detailed results in CodeScene

Copy link

@codescene-delta-analysis codescene-delta-analysis bot left a comment

Choose a reason for hiding this comment

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

Code Health Quality Gates: OK

  • Improving Code Health: 1 findings(s) ✅

View detailed results in CodeScene

Copy link

@codescene-delta-analysis codescene-delta-analysis bot left a comment

Choose a reason for hiding this comment

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

Code Health Quality Gates: OK

  • Improving Code Health: 1 findings(s) ✅

View detailed results in CodeScene

Copy link

@codescene-delta-analysis codescene-delta-analysis bot left a comment

Choose a reason for hiding this comment

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

Code Health Quality Gates: OK

  • Improving Code Health: 1 findings(s) ✅

View detailed results in CodeScene

Copy link

@codescene-delta-analysis codescene-delta-analysis bot left a comment

Choose a reason for hiding this comment

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

Code Health Quality Gates: OK

  • Improving Code Health: 1 findings(s) ✅

View detailed results in CodeScene

Copy link

@codescene-delta-analysis codescene-delta-analysis bot left a comment

Choose a reason for hiding this comment

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

Code Health Quality Gates: OK

  • Improving Code Health: 1 findings(s) ✅
  • Affected Hotspots: 1 files(s) 🔥

View detailed results in CodeScene

Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
45.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud

Copy link
Contributor

@didierrc didierrc left a comment

Choose a reason for hiding this comment

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

Everything seems ok although some coverage is lacking but overall, good job.

@didierrc didierrc merged commit 3b65ce1 into master Apr 28, 2024
3 of 4 checks passed
@didierrc didierrc deleted the header-changes branch April 28, 2024 17:16
@didierrc didierrc mentioned this pull request Apr 30, 2024
@Veneiro Veneiro mentioned this pull request May 1, 2024
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.

Move the option to change language and volume slider to the header Fix Volume Selector on WebApp
2 participants