1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-05 14:22:55 +08:00
osu-lazer/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 Rename User to APIUser and move to correct namespace 2021-11-04 18:21:31 +09:00
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 Cache and consume IRulesetStore where feasible 2021-12-03 18:16:01 +09:00
TestSceneBeatmapSetOverlay.cs Cache and consume IRulesetStore where feasible 2021-12-03 18:16:01 +09:00
TestSceneBeatmapSetOverlayDetails.cs Rename BeatmapSetOnlineStatus to BeatmapOnlineStatus 2021-11-24 18:42:49 +09:00
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 wait for content to load in test 2021-08-11 12:11:39 +07:00
TestSceneChangelogSupporterPromo.cs add changelog supporter promo test scene 2021-08-10 12:00:26 +07:00
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 Rename User to APIUser and move to correct namespace 2021-11-04 18:21:31 +09:00
TestSceneChatLineTruncation.cs Rename User to APIUser and move to correct namespace 2021-11-04 18:21:31 +09:00
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 Fix english in test steps 2021-08-24 14:39:03 +09:00
TestSceneCommentsHeader.cs Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
TestSceneCurrentlyPlayingDisplay.cs Prefix all test send methods in TestSpectatorClient with Send 2022-02-24 02:23:48 +09:00
TestSceneDashboardOverlay.cs Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
TestSceneDrawableComment.cs fix pinned drawable comment test 2021-08-14 00:17:45 +07:00
TestSceneExternalLinkButton.cs Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
TestSceneFavouriteButton.cs Update all beatmap overlay views to use APIBeatmap/APIBeatmapSet 2021-10-29 18:50:55 +09:00
TestSceneFriendDisplay.cs Rename User to APIUser and move to correct namespace 2021-11-04 18:21:31 +09:00
TestSceneFullscreenOverlay.cs Avoid assigning null to a non-nullable property 2021-02-09 18:56:27 +09:00
TestSceneGraph.cs Rename test cases to test scenes inline with the framework change 2019-05-14 22:37:25 +03:00
TestSceneHistoricalSection.cs Rename User to APIUser and move to correct namespace 2021-11-04 18:21:31 +09:00
TestSceneHomeNewsPanel.cs Naming adjustments 2020-08-12 11:24:26 +03:00
TestSceneKudosuHistory.cs Fix most open compound words in identifiers being closed 2021-12-27 20:26:28 -08:00
TestSceneLeaderboardModSelector.cs Update all beatmap overlay views to use APIBeatmap/APIBeatmapSet 2021-10-29 18:50:55 +09:00
TestSceneLeaderboardScopeSelector.cs Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
TestSceneMessageNotifier.cs Split out INotificationOverlay to allow for easier testing 2022-04-18 20:14:01 +09:00
TestSceneNewsCard.cs Make news cards clickable 2020-07-16 15:18:01 +03:00
TestSceneNewsHeader.cs Fix news/wiki tests checking against incorrect constant string 2021-07-20 03:29:32 +03:00
TestSceneNewsOverlay.cs Update usages of Drawable.Click() 2021-08-04 17:30:33 +09:00
TestSceneNewsSidebar.cs Add test coverage for news sidebar showing wrong headers 2022-01-19 23:12:35 +01:00
TestSceneNowPlayingCommand.cs Update mock RulesetInfo usage to set OnlineID instead of ID 2021-11-24 15:50:26 +09:00
TestSceneOfflineCommentsContainer.cs Rename User to APIUser and move to correct namespace 2021-11-04 18:21:31 +09:00
TestSceneOnlineBeatmapListingOverlay.cs Move online beatmap listing overlay to separate test scene 2021-01-26 00:03:20 +03:00
TestSceneOnlineViewContainer.cs Remove IOnlineComponent and change existing components to use bindable flow 2020-10-22 14:19:12 +09:00
TestScenePlayHistorySubsection.cs Fix most open compound words in identifiers being closed 2021-12-27 20:26:28 -08:00
TestSceneProfileRulesetSelector.cs Rename User to APIUser and move to correct namespace 2021-11-04 18:21:31 +09:00
TestSceneRankGraph.cs Split out a couple more nested classes 2021-11-05 13:40:44 +09:00
TestSceneRankingsCountryFilter.cs Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
TestSceneRankingsHeader.cs Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
TestSceneRankingsOverlay.cs Add more complete test coverage of decoupling 2021-08-23 21:08:59 +03:00
TestSceneRankingsSpotlightSelector.cs Fix SpotlightSelector is a VisibilityContainer without a reason 2020-07-21 22:46:08 +03:00
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 Update usages of Drawable.Click() 2021-08-04 17:30:33 +09:00
TestSceneSpotlightsLayout.cs Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
TestSceneStandAloneChatDisplay.cs Add too many messages to better test long scrolls 2022-03-10 04:01:07 +03:00
TestSceneTotalCommentsCounter.cs Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
TestSceneUserHistoryGraph.cs Rename User to APIUser and move to correct namespace 2021-11-04 18:21:31 +09:00
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 Rename User to APIUser and move to correct namespace 2021-11-04 18:21:31 +09:00
TestSceneUserProfileRecentSection.cs Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
TestSceneUserProfileScores.cs Rename APIScoreInfo to APIScore 2021-12-10 16:11:49 +09:00
TestSceneUserRanks.cs Rename User to APIUser and move to correct namespace 2021-11-04 18:21:31 +09:00
TestSceneUserRequest.cs Rename User to APIUser and move to correct namespace 2021-11-04 18:21:31 +09:00
TestSceneVotePill.cs Update usages of Drawable.Click() 2021-08-04 17:30:33 +09:00
TestSceneWikiHeader.cs Apply batch fixing of built-in types using var 2021-10-27 13:04:41 +09:00
TestSceneWikiMainPage.cs revert back main page test 2021-05-27 16:24:05 +07:00
TestSceneWikiMarkdownContainer.cs add test to check sprite image width 2021-06-29 10:14:51 +07:00
TestSceneWikiOverlay.cs change test scene response 2021-06-04 09:36:21 +07:00
TestSceneWikiSidebar.cs Apply batch fixing of built-in types using var 2021-10-27 13:04:41 +09:00