Recently have run into some bugs with checking color equality between two hex strings (using the basic === operator). Changed this equality (or inequality) check to use tinycolor.equals() instead throughout the codebase.
Details
Details
Tested LoadingIndicator and ThreadSettings on web and ensured that they looked as expected after the change.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
web/calendar/entry.react.js | ||
---|---|---|
198 ↗ | (On Diff #13445) | This change is just a minor style fix that corrects the prior string concatenation to use ${} placeholder syntax (used throughout the codebase). |