osu/osu.Game.Tests/Visual/Online
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
..
TestSceneAccountCreationOverlay.cs
TestSceneBeatmapAvailability.cs Fix clear identifier typos 2021-12-27 20:26:28 -08:00
TestSceneBeatmapDownloadButton.cs Fix potential test failure on slow realm callback in TestSceneBeatmapDownloadButton 2022-03-09 01:11:46 +09:00
TestSceneBeatmapListingOverlay.cs Flip viaConfig conditional branch 2022-04-02 19:28:33 +03:00
TestSceneBeatmapRulesetSelector.cs
TestSceneBeatmapSetOverlay.cs
TestSceneBeatmapSetOverlayDetails.cs
TestSceneBeatmapSetOverlaySuccessRate.cs Add random pass/play count data in test scene 2022-04-02 18:08:23 +03:00
TestSceneBundledBeatmapDownloader.cs Add tutorial download support and improve the visuals "slightly" 2022-04-28 19:01:21 +09:00
TestSceneChangelogOverlay.cs
TestSceneChangelogSupporterPromo.cs
TestSceneChannelList.cs Mark selected channel null in test when selector is activated 2022-04-21 13:44:14 +09:00
TestSceneChannelListing.cs Remove NewChat namespace 2022-03-09 18:13:56 +00:00
TestSceneChannelTabControl.cs
TestSceneChatLineTruncation.cs
TestSceneChatLink.cs Update further tests to cache using IDialogOverlay 2022-04-18 21:04:22 +03:00
TestSceneChatOverlay.cs Add quick test coverage 2022-04-08 19:21:37 +03:00
TestSceneChatOverlayV2.cs Implement basic layout and behaviour of new chat overlay 2022-04-30 23:59:47 +01:00
TestSceneChatTextBox.cs Use nameof() in test to reference event names 2022-04-03 14:27:37 +02:00
TestSceneCommentsContainer.cs
TestSceneCommentsHeader.cs
TestSceneCurrentlyPlayingDisplay.cs Prefix all test send methods in TestSpectatorClient with Send 2022-02-24 02:23:48 +09:00
TestSceneDashboardOverlay.cs
TestSceneDrawableComment.cs
TestSceneExternalLinkButton.cs
TestSceneFavouriteButton.cs
TestSceneFriendDisplay.cs
TestSceneFullscreenOverlay.cs
TestSceneGraph.cs
TestSceneHistoricalSection.cs
TestSceneHomeNewsPanel.cs
TestSceneKudosuHistory.cs Fix most open compound words in identifiers being closed 2021-12-27 20:26:28 -08:00
TestSceneLeaderboardModSelector.cs
TestSceneLeaderboardScopeSelector.cs
TestSceneMessageNotifier.cs Split out INotificationOverlay to allow for easier testing 2022-04-18 20:14:01 +09:00
TestSceneNewsCard.cs
TestSceneNewsHeader.cs
TestSceneNewsOverlay.cs
TestSceneNewsSidebar.cs Add test coverage for news sidebar showing wrong headers 2022-01-19 23:12:35 +01:00
TestSceneNowPlayingCommand.cs
TestSceneOfflineCommentsContainer.cs
TestSceneOnlineBeatmapListingOverlay.cs
TestSceneOnlineViewContainer.cs
TestScenePlayHistorySubsection.cs Fix most open compound words in identifiers being closed 2021-12-27 20:26:28 -08:00
TestSceneProfileRulesetSelector.cs
TestSceneRankGraph.cs
TestSceneRankingsCountryFilter.cs
TestSceneRankingsHeader.cs
TestSceneRankingsOverlay.cs
TestSceneRankingsSpotlightSelector.cs
TestSceneRankingsTables.cs Decouple rankings table test from online API 2022-01-09 14:42:19 +01:00
TestSceneScoreboardTime.cs Add basic test scene for scoreboard time 2022-01-07 19:18:16 +01:00
TestSceneScoresContainer.cs Fix test step not being until when it needs to be 2022-01-17 19:45:32 +09:00
TestSceneShowMoreButton.cs
TestSceneSpotlightsLayout.cs
TestSceneStandAloneChatDisplay.cs Add too many messages to better test long scrolls 2022-03-10 04:01:07 +03:00
TestSceneTotalCommentsCounter.cs
TestSceneUserHistoryGraph.cs
TestSceneUserPanel.cs Remove names from user dictionary 2022-01-13 12:40:19 +09:00
TestSceneUserProfileHeader.cs Add test for ranked/unranked user display 2021-12-19 13:40:22 +01:00
TestSceneUserProfileOverlay.cs Add test for ranked/unranked user display 2021-12-19 13:40:22 +01:00
TestSceneUserProfilePreviousUsernames.cs
TestSceneUserProfileRecentSection.cs
TestSceneUserProfileScores.cs Rename APIScoreInfo to APIScore 2021-12-10 16:11:49 +09:00
TestSceneUserRanks.cs
TestSceneUserRequest.cs
TestSceneVotePill.cs
TestSceneWikiHeader.cs
TestSceneWikiMainPage.cs
TestSceneWikiMarkdownContainer.cs
TestSceneWikiOverlay.cs
TestSceneWikiSidebar.cs