1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 06:52:56 +08:00
osu-lazer/osu.Game/Overlays/Chat/ChannelList
Jai Sharma ae5b6c3e10 Use dummy channel to show selector and remove ChannelListSelector
Add dummy channel `DummySelectorChannel` which should be set as the
current channel in the channel manager when the selector in the chat
overlay should be shown.

Refactors the `ChannelListItem` to not show mention pill and close
button when the channel is the dummy selector channel.

Ensure that the `ChannelList` selects the dummy channel on clicking the
selector item.

Removes `ChannelListSelector` as it is no longer needed.

Removes the `setCurrent` parameter from `ChannelManager.JoinChannel`
method as it is no longer needed.
2022-05-15 20:24:49 +01:00
..
ChannelList.cs Use dummy channel to show selector and remove ChannelListSelector 2022-05-15 20:24:49 +01:00
ChannelListItem.cs Use dummy channel to show selector and remove ChannelListSelector 2022-05-15 20:24:49 +01:00
ChannelListItemCloseButton.cs Fix close button animation not being applied correct on mouse down due to conflicting scales 2022-03-21 14:41:57 +09:00
ChannelListItemMentionPill.cs Add animation when mention pill appears (or a new message arrives) 2022-03-21 14:31:51 +09:00