1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-25 03:47:18 +08:00
osu-lazer/osu.Game.Tests
Jai Sharma f049d7cb67 Implement ChatTextBox for new chat design
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.
2022-03-29 22:33:38 +01: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-03-09 19:09:51 +09:00