osu/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
..
Audio
Beatmaps Merge pull request #17416 from peppy/skin-fuck 2022-03-25 15:36:06 +09:00
Chat
Collections/IO
Database Fix realm potentially not being refreshed in time for test asserts in BeatmapImporterTests 2022-03-24 12:59:17 +09:00
Editing
Gameplay Make "skin.ini" the default skin filename and remove redundant parameters 2022-03-23 15:05:01 +09:00
Input
Localisation
Models
Mods
NonVisual Make Textures and Samples read-only 2022-03-24 00:02:38 +09:00
Online
OnlinePlay
Resources Remove no longer necessary MaxCombo assignment in tests 2022-03-20 16:29:56 +03:00
Rulesets Fix incorrect provided ruleset in test 2022-03-15 09:21:09 +09:00
Scores/IO
ScrollAlgorithms
Skins Make providing a custom ResourceStore to LegacyBeatmapSkin optional (for tests only) 2022-03-23 14:57:42 +09:00
Testing
Utils
Visual Implement ChatTextBox for new chat design 2022-03-29 22:33:38 +01:00
ImportTest.cs
osu.Game.Tests.csproj
tests.ruleset
WaveformTestBeatmap.cs