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
- Branch
- master
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
web/calendar/entry.react.js | ||
---|---|---|
198 | This change is just a minor style fix that corrects the prior string concatenation to use ${} placeholder syntax (used throughout the codebase). |