osu/osu.Game.Tests
Jai Sharma 39c30516d0 Implement ChannelControlItem for new chat design
Adds new component `ChannelControlItem` and it's child components to be
used as the clickable control in the new chat sidebar for joined
channels.

Has public properties `HasUnread` and `MentionCount` to control the
display of the channel having unread messages or mentions of the user.

Channel select/join requests are exposed via `OnRequestSelect` and
`OnRequestLeave` events respectively which should be handled by a parent
component.

Requires a cached `Bindable<Channel>` instance to be managed by a parent
component.

Requires a cached `OveralayColourScheme` instance to be provided by a
parent component.
2022-03-14 18:55:27 +00:00
..
Audio
Beatmaps Revert local registrations in test scenes 2022-02-18 16:52:34 +09:00
Chat Add a centralised constant for the osu URL schema protocol 2022-02-18 15:57:37 +09:00
Collections/IO
Database Add extension method to detect and isolate realm collection-level changes 2022-03-08 14:50:47 +09:00
Editing Revert local registrations in test scenes 2022-02-18 16:52:34 +09:00
Gameplay Add failing test case 2022-03-02 20:32:41 +03:00
Input
Localisation
Models
Mods
NonVisual Rename "client" fields in tests to specify whether spectator or multiplayer 2022-02-16 09:52:18 +09:00
Online Fix intermittent failures on TestBeatmapDownloadingFlow due to slow realm refresh 2022-03-10 20:33:14 +09:00
OnlinePlay Remove beatmap bindable from PlaylistItem 2022-02-15 23:50:08 +09:00
Resources Add a test EF database 2022-02-15 16:56:00 +09:00
Rulesets Fix 'auto-property never assigned to' inspections 2022-03-08 21:41:10 +01:00
Scores/IO
ScrollAlgorithms
Skins
Testing
Utils Add tests showing expected behaviour of naming helper 2022-02-17 00:28:13 +01:00
Visual Implement ChannelControlItem for new chat design 2022-03-14 18:55:27 +00:00
ImportTest.cs
osu.Game.Tests.csproj Update dependencies 2022-03-09 19:09:51 +09:00
tests.ruleset
WaveformTestBeatmap.cs