FilterCriteria
Localise multiplayer countdown buttons
Use beatmap cache to populate beatmap information in tournament client
Update login overlay appearance to match new designs
Fix `OpenUserProfile` links having multiple argument types
FillFlowContainer
LoginPanel
LoginOverlay
Fix tournament chat potentially crashing due to null current match
GetResultSafely()
permitNulls
Early-returning from ctors feels pretty bad. Also saves on some nested accesses.
#nullable disable
LadderInfo
This reverts commit 0dced46100.
0dced46100
Only require exit confirmation when there are background operations
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
Adjust `GameplaySampleTriggerSource` to only switch samples when close enough to the next hit object
Apply required nullability changes in line with framework update
Apply NRT to all files where it can be easily applied