Implement chart subsections

This commit is contained in:
Andrei Zavatski
2020-11-14 18:48:47 +03:00
parent c2a7f2f356
commit af174aa653
5 changed files with 94 additions and 1 deletions

View File

@ -18,8 +18,10 @@ namespace osu.Game.Overlays.Profile.Sections
{
Children = new Drawable[]
{
new PlayHistorySubsection(User),
new PaginatedMostPlayedBeatmapContainer(User),
new PaginatedScoreContainer(ScoreType.Recent, User, "Recent Plays (24h)", CounterVisibilityState.VisibleWhenZero),
new ReplaysSubsection(User)
};
}
}