Implement UserSortTabControl component

This commit is contained in:
Andrei Zavatski
2020-02-24 05:47:21 +03:00
parent 66317f9fcd
commit 0cfe1ac823
4 changed files with 66 additions and 1 deletions

View File

@ -11,6 +11,8 @@ using osu.Framework.Graphics.Sprites;
using osuTK;
using osu.Framework.Input.Events;
using osu.Game.Graphics.Sprites;
using System.ComponentModel;
using Container = osu.Framework.Graphics.Containers.Container;
namespace osu.Game.Overlays.Comments
{
@ -109,6 +111,7 @@ namespace osu.Game.Overlays.Comments
public enum CommentsSortCriteria
{
[Description(@"Recent")]
New,
Old,
Top