mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 12:42:56 +08:00
Reference design: https://www.figma.com/file/f8b2dHp9LJCMOqYP4mdrPZ/Client%2FChat?node-id=1%3A297 Adds new component `ChatTextBox`. Exposes `BindableBool` `ShowSearch` to change text input behaviour between normal and search behaviour. Adds new component `ChatTextBar`. Exposes `BindableBool` `ShowSearch` which toggles between showing current chat channel or search icon. Additionally binds to child `ChatTextBox` components. Requires a cached `Bindable<Channel>` instance to be managed by a parent component. |
||
---|---|---|
.. | ||
ChannelList | ||
Listing | ||
Selection | ||
Tabs | ||
ChannelScrollContainer.cs | ||
ChatLine.cs | ||
ChatTextBar.cs | ||
ChatTextBox.cs | ||
DrawableChannel.cs | ||
ExternalLinkDialog.cs |