1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-24 01:47:19 +08:00
osu-lazer/osu.Game.Tests
Jai Sharma a3477c3841 Implement ChannelListing for new chat design
Adds components `ChannelListing` and `ChannelListing` item with visual
test. Essentially a more simplified version of the existing
`ChannelSelectionOverlay` component.

Correctly implements `IFilterable` behaviour to filter child channel
items. Channel joined state is based on the underlying `Joined` bindable
of the `Channel` class.

Channel join/leave events are exposed via `OnRequestJoin` and
`OnRequestLeave` events which should be handled by parent component.

Requires a cached `OverlayColourScheme` instance to be provided by the
parent overlay component when added.
2022-03-08 22:30:58 +00:00
..
2022-03-02 20:32:41 +03:00
2021-12-03 18:49:49 +09:00
2021-11-24 15:03:34 +09:00
2021-12-27 20:26:28 -08:00
2022-02-15 16:56:00 +09:00