Display extended statistics on card hover

This commit is contained in:
Bartłomiej Dach
2021-10-17 21:05:26 +02:00
parent c0b5b0e909
commit 1f405a7e71
4 changed files with 60 additions and 0 deletions

View File

@ -36,6 +36,16 @@ namespace osu.Game.Tests.Visual.Beatmaps
withStatistics.FavouriteCount = 284_239;
withStatistics.PlayCount = 999_001;
withStatistics.Ranked = DateTimeOffset.Now.AddDays(-45);
withStatistics.HypeStatus = new BeatmapSetHypeStatus
{
Current = 34,
Required = 5
};
withStatistics.NominationStatus = new BeatmapSetNominationStatus
{
Current = 1,
Required = 2
};
var undownloadable = getUndownloadableBeatmapSet();
undownloadable.LastUpdated = DateTimeOffset.Now.AddYears(-1);