osu/osu.Game/Online/Chat
Jai Sharma c0aaeff2b3 Update DaySeparator to use new design throughout
Moves `DaySeparator` chat component to it's own file and update it to
match new chat design. Makes use of several virtual attributes that can
be overridden to update spacing and layout in other usage contexts.

Remove redundant usage of `ChatOverlayDaySeparator`, since the new
design is now part of the base class.

Create `StandAloneDaySeparator` to use in `StandAloneChatDisplay` which
overrides attributes to match correct spacing and layout for its design.

Ensure that `DrawableChannel.CreateDaySeparator` returns type of
`DaySeparator` instead of `Drawable`.
2022-06-04 18:02:14 +01:00
..
Channel.cs Refactor message highlighting logic to rely on a Channel data bindable 2022-03-08 03:19:37 +03:00
ChannelManager.cs Remove old chat overlay components 2022-05-29 20:08:43 +01:00
ChannelType.cs Add missing "announce" channel type 2022-05-25 18:28:33 +09:00
DrawableLinkCompiler.cs Remove 'submit' sample usages 2022-06-03 22:31:35 +09:00
ErrorMessage.cs
ExternalLinkOpener.cs Split out IDialogOverlay to allow for easier testing 2022-04-18 18:36:26 +09:00
IChannelPostTarget.cs
InfoMessage.cs
LocalEchoMessage.cs
LocalMessage.cs
Message.cs Fix unconditional null in Equals implementation 2022-03-08 23:25:51 +09:00
MessageFormatter.cs Merge branch 'master' into startup-protocol-handling 2022-02-23 21:10:27 +01:00
MessageNotifier.cs Remove "V2" suffix from ChatOverlay components 2022-05-30 17:54:09 +09:00
NowPlayingCommand.cs
StandAloneChatDisplay.cs Update DaySeparator to use new design throughout 2022-06-04 18:02:14 +01:00