-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
Technical debtIssues the will help to reduce technical debtIssues the will help to reduce technical debtc: Design / UIFor issues that impact Matomo's user interface or the design overall.For issues that impact Matomo's user interface or the design overall.
Milestone
Description
Back when PHP 8.0 was introduced the comparison of strings and numbers changed slightly.
One part hit by this change is the evolution percentage display, for example visible on the Visits Overview (0% example).
Previous to the PHP change, an evolution of "0%" was intentionally hidden, but since then became visible. A neutral evolution is properly styled so it most likely was never caught as a "change" or "error".
Before | After |
---|---|
To clean up it should be decided whether the neutral evolution should be visible as of today, or should be hidden as the code once intended.
Metadata
Metadata
Assignees
Labels
Technical debtIssues the will help to reduce technical debtIssues the will help to reduce technical debtc: Design / UIFor issues that impact Matomo's user interface or the design overall.For issues that impact Matomo's user interface or the design overall.