dlsc-software-consulting-gmbh / GemsFX

A collection of JavaFX controls and utilities.
Apache License 2.0
436 stars 51 forks source link

Refactor BeforeAfterView to remove test code and implement orientation as a styleable attribute. #157

Closed leewyatt closed 1 month ago

leewyatt commented 1 month ago

The BeforeAfterView component currently contains some code that was only intended for testing purposes and should be removed to clean up the codebase. Additionally, the existing Orientation property can be replaced with a styleable attribute to enhance flexibility and integration with CSS. - #156

sonarcloud[bot] commented 1 month ago

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)
B Reliability Rating on New Code (required ≥ A)
C Maintainability Rating on New Code (required ≥ A)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint