1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-07 22:27:25 +08:00
osu-lazer/osu.Game.Tests/Visual
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
..
Audio Fix AudioFilter test not stopping track on forced exit 2021-10-14 12:55:02 +09:00
Background Fix user dim test scene accumulating no fail instances in SelectedMods 2022-05-05 22:16:56 +02:00
Beatmaps Add FeaturedInSpotlight property to API beatmapsets 2022-05-14 19:46:13 +03:00
Collections Update indentation to be clearer 2022-05-04 13:43:59 +08:00
Colours Add visual test scene 2021-08-03 15:02:18 +03:00
Components Rewrite PreviewTrackManager to avoid constructing TrackBass locally 2021-11-09 17:38:12 +09:00
Editing Fix test button references 2022-06-02 17:29:45 +09:00
Gameplay Fix remaining cases of incorrect GameplayState construction in tests 2022-05-28 15:23:29 +02:00
Menus Add unread count to INotificationOverlay and fix toolbar button DI logic 2022-04-19 11:16:45 +09:00
Mods Add testing for auto-restart behaviour 2021-08-15 15:04:14 +02:00
Multiplayer Fix unexpected assertion failure 2022-05-27 20:59:00 +09:00
Navigation Remove "V2" suffix from ChatOverlay components 2022-05-30 17:54:09 +09:00
Online Update DaySeparator to use new design throughout 2022-06-04 18:02:14 +01:00
Playlists Ensure some results have been loaded in playlist results screen tests 2022-05-30 19:29:16 +09:00
Ranking Fix unobserved exceptions due to unimplemented beatmap converter 2022-05-28 14:10:57 +02:00
Settings Refactor warning to notice in method names and usages 2022-06-01 16:51:58 +09:00
SongSelect Fix test failure due to async-loading of content 2022-05-20 19:08:41 +03:00
UserInterface Use more proper button subtypes in tests 2022-05-25 23:06:12 +02:00
TestMultiplayerComponents.cs Update screen transition events to use new event args 2022-04-22 00:52:44 +09:00
TestSceneOsuScreenStack.cs Move MusicController adjustment set to inside OsuScreen itself (and result nullable) 2021-09-16 16:08:09 +09:00