osu/osu.Game/Overlays/BeatmapSet
Salman Ahmed be2d616e34 Fix localisation use cases not falling back to `default(LocalisableString)`
Previously such use cases have been returning `null` values just fine since `GetLocalisableString` was returning `LocalisableFormattableString`, and these null values were wrapped in `LocalisableString`s implicitly, therefore not requiring an explicit fallback string and `null` doesn't break anything.
2022-04-28 11:21:00 +03:00
..
Buttons Split out `INotificationOverlay` to allow for easier testing 2022-04-18 20:14:01 +09:00
Scores Fix localisation use cases not falling back to `default(LocalisableString)` 2022-04-28 11:21:00 +03:00
AuthorInfo.cs
BasicStats.cs
BeatmapAvailability.cs Use existing web localisation for most hardcoded strings 2022-04-20 16:31:11 -07:00
BeatmapPicker.cs Fix current selection not being correctly maintained when `BeatmapPicker` updates its display 2022-02-22 17:17:08 +09:00
BeatmapRulesetSelector.cs
BeatmapRulesetTabItem.cs
BeatmapSetHeader.cs
BeatmapSetHeaderContent.cs
BeatmapSetLayoutSection.cs
Details.cs
ExplicitContentBeatmapPill.cs Remove all references to static `OverlayColourProvider`s 2022-02-20 21:09:08 +01:00
FeaturedArtistBeatmapPill.cs Remove all references to static `OverlayColourProvider`s 2022-02-20 21:09:08 +01:00
Info.cs
LeaderboardModSelector.cs
LeaderboardScopeSelector.cs
MetadataSection.cs
MetadataType.cs
SuccessRate.cs Display pass/play count in success rate percentage tooltip 2022-04-02 18:08:57 +03:00