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/1592/slider not initialized correctly #1897

Merged
merged 13 commits into from
May 28, 2021

Conversation

Christian-Eberhard
Copy link
Contributor

@Christian-Eberhard Christian-Eberhard commented Mar 25, 2021

{Adding forced rerender to properly set slider}

closes: #1592

Description

  • Fixes initialisation of slider by rerendering it after the page is loaded

@Christian-Eberhard Christian-Eberhard added bug Only issues that describe bugs. javascript Pull requests that update Javascript code. Usually created by Dependabot. UX / UI Everything related to design and user experience labels Mar 25, 2021
@sonarcloud
Copy link

sonarcloud bot commented Mar 26, 2021

[CodeCharta Analysis] Kudos, SonarCloud Quality Gate passed!

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

No Coverage information No Coverage information
No Duplication information No Duplication information

Copy link
Member

@RomanenkoVladimir RomanenkoVladimir left a comment

Choose a reason for hiding this comment

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

LGTM in general, I have a few small nits:

  • The tests seems to be incorrect, you should take another look at the mocking library.
  • It seems you forgot to run prettier :)
  • Please update the CHANGELOG.md file with your changes/bug fixes
  • And for the PR text please change Issue: yourIssueNumber to closes: yourIssueNumber so it will automatically close the PR on merging the branch :)

@sonarcloud
Copy link

sonarcloud bot commented May 28, 2021

[CodeCharta Analysis] Kudos, SonarCloud Quality Gate passed!

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

No Coverage information No Coverage information
No Duplication information No Duplication information

@sonarcloud
Copy link

sonarcloud bot commented May 28, 2021

[CodeCharta Visualization] Kudos, SonarCloud Quality Gate passed!

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

50.0% 50.0% Coverage
0.0% 0.0% Duplication

@RomanenkoVladimir RomanenkoVladimir merged commit ead6103 into main May 28, 2021
@RomanenkoVladimir RomanenkoVladimir deleted the fix/1592/Slider-not-initialized-correctly branch May 28, 2021 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Only issues that describe bugs. javascript Pull requests that update Javascript code. Usually created by Dependabot. UX / UI Everything related to design and user experience
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Slider not initialized correctly
2 participants