1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 23:12:55 +08:00
osu-lazer/osu.Game/Overlays/Chat
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 Use dummy channel to show selector and remove ChannelListSelector 2022-05-15 20:24:49 +01:00
Listing Implement basic layout and behaviour of new chat overlay 2022-04-30 23:59:47 +01:00
Selection Update search textbox implementation to use BasicSearchTextBox instead 2022-05-03 06:18:42 +07:00
Tabs Update usages of Drawable.Click() 2021-08-04 17:30:33 +09:00
ChannelScrollContainer.cs Scroll chat line to channel center 2022-03-10 02:50:15 +03:00
ChatLine.cs Instantiate highlight background container on animation 2022-03-10 03:49:42 +03:00
ChatOverlayDrawableChannel.cs Adjust padding 2022-05-09 00:32:22 +01:00
ChatOverlayTopBar.cs Replace HandlePositionalInput override with simple hover effect 2022-05-05 19:13:48 +09:00
ChatTextBar.cs Update new chat overlay day separator colours and spacing 2022-05-06 23:06:18 +01:00
ChatTextBox.cs Simplify text clear and placeholder change in ChatTextBox 2022-04-02 17:14:27 +01:00
DrawableChannel.cs Change return type of CreateDaySeparator to Drawable 2022-05-07 22:23:46 +01:00
ExternalLinkDialog.cs Update font awesome usage 2019-04-02 19:55:24 +09:00