dlsc-software-consulting-gmbh / GemsFX

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

Improvements and Fixes for Notification Component #167

Closed leewyatt closed 2 weeks ago

leewyatt commented 2 weeks ago
  1. When a Group contains only one notification and the content of this notification is not empty, an arrow icon should be displayed to facilitate users in clicking to view the content.
  2. Refactor layout request to prevent NullPointerException. Enhance the showContentProperty() listener to use Optional for safe layout request handling. This prevents NullPointerExceptions that occur if the parent is null, which can happen when notifications are expanded by default before their parent container is initialized.
  3. Adjust the position of Actions to the bottom of the notification view.
sonarcloud[bot] commented 2 weeks ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud