Fix chat not always scrolling to the bottom
Fix loader animation tests failing occasionally
Fix song progress not displaying correctly Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
Fix PlayerSettingsOverlay being shown by default
Fix download tracking components getting stuck on import failures
Expose Current bindable in LabelledComponents
Fix game-wide performance drop when triangles intro is used
Fix beatmap carousel sorting instability
Replace manually-implemented CriteriaComparer with a call to Comparer<T>.Create() to decrease verbosity.
Adds a `LabelledDrawable` class for usages where bindables are not present.
Properties are left intact for compatibility reasons.