mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 14:12:54 +08:00
a3477c3841
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. |
||
---|---|---|
.. | ||
Audio | ||
Background | ||
Beatmaps | ||
Collections | ||
Colours | ||
Components | ||
Editing | ||
Gameplay | ||
Menus | ||
Mods | ||
Multiplayer | ||
Navigation | ||
Online | ||
Playlists | ||
Ranking | ||
Settings | ||
SongSelect | ||
UserInterface | ||
TestMultiplayerComponents.cs | ||
TestSceneOsuScreenStack.cs |