1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-26 23:57:19 +08:00

3 Commits

Author SHA1 Message Date
Jai Sharma
06c32aa136 Remove changes to InspectCode.sh 2022-03-29 22:50:24 +01:00
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
smoogipoo
a4c4867d6a Add scripts for running inspections locally 2021-06-15 22:40:31 +09:00