1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 16:03:01 +08:00
osu-lazer/osu.Game/Overlays/Chat
Jai Sharma de393f735f Implement basic layout and behaviour of new chat overlay
Provides initial implementation of new chat overlay in component
`ChatOverlayV2`. Contains only the basic functionality required for
a functioning chat overlay according to the new design with the intent
of added the rest of the functionality in subsequent PRs.

Backports existing tests for the current chat overlay except for ones
testing keyboard shortcuts (since they haven't been added) and tab
closing behaviour (since no tabs).
2022-04-30 23:59:47 +01:00
..
ChannelList Implement basic layout and behaviour of new chat overlay 2022-04-30 23:59:47 +01:00
Listing Implement basic layout and behaviour of new chat overlay 2022-04-30 23:59:47 +01:00
Selection Remove unnecessary backing field 2021-02-25 14:08:01 +09: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
ChatOverlayTopBar.cs Implement basic layout and behaviour of new chat overlay 2022-04-30 23:59:47 +01:00
ChatTextBar.cs Rewrite logic slightly to better convey meaning of textbox clear 2022-04-03 14:26:08 +02:00
ChatTextBox.cs Simplify text clear and placeholder change in ChatTextBox 2022-04-02 17:14:27 +01:00
DrawableChannel.cs Fix potential crash when highlighting chat messages 2022-03-16 18:38:06 +09:00
ExternalLinkDialog.cs Update font awesome usage 2019-04-02 19:55:24 +09:00