Commit Graph

127 Commits

Author SHA1 Message Date
e42609f092 Merge pull request #8038 from thewildtree/adjust-rankings-overlay
Adjust rankings overlay elements to better match osu-web
2021-07-07 20:24:11 +09:00
e1c646b9b2 Remove redundant arguments 2021-07-05 23:52:39 +08:00
d119d9a0db Merge branch 'master' into adjust-rankings-overlay 2021-07-05 11:59:26 +09:00
54982dcdd7 Refactor LoadingLayer to avoid applying effects to external drawables
In theory this seemed like a good idea (and an optimisation in some
cases, due to lower fill rate), but in practice this leads to weird edge
cases.

This aims to do away with the operations on external drawables by
applying a dim to the area behind the `LoadingLayer` when required.
I went over each usage and ensured they look as good or better than
previously.

The specific bad usage here was the restoration of the colour on dispose
(if the `LoadingLayer` was disposed in a still-visible state).

I'm aware that the `BeatmapListingOverlay` will now dim completely during
load. I think this is fine for the time being.
2021-01-05 17:31:45 +09:00
b4b9c71f00 Make all toolbar tooltips lowercase 2020-09-06 10:13:06 -07:00
dbf44fbaf2 Update names and icons to match new designs 2020-09-03 16:34:58 +09:00
dceae21bbf Centralise fetching of overlay component titles and textures 2020-09-03 16:34:58 +09:00
0a71194ea6 Fix SpotlightSelector is a VisibilityContainer without a reason 2020-07-21 22:46:08 +03:00
0043bd74ba Rework SpotlightSelector header layout 2020-07-15 08:27:46 +03:00
3d9e174ae8 Make sort changes affect request result 2020-07-14 18:09:09 +03:00
c2c80d2a98 Refactor SpotlightSelector layout 2020-07-14 17:34:01 +03:00
6eec2f9429 Implement RankingsSortTabControl component 2020-07-13 01:22:05 +03:00
ed9663985b Rename panels 2020-04-21 20:55:33 +09:00
9b9b710ded Move and rename remaining direct classes 2020-04-21 16:41:07 +09:00
a5781d7fc5 Replace ScreenTitle with OverlayTitle and update titles to match new design 2020-03-24 22:08:20 +01:00
db55b98ed3 Move grade column spacing logic to UserBasedTable 2020-03-15 22:03:54 +01:00
f1e54d2745 Apply suggestions 2020-03-15 18:32:12 +01:00
280a009784 Fix header colours being flipped 2020-03-15 18:31:44 +01:00
1c69e4eb5b Update SpotlightSelector design 2020-03-15 18:26:33 +01:00
df328dd981 Revert margin changes 2020-03-05 23:17:36 +01:00
56f76580fd Use Y-axis autosizing in SpotlightsDropdownHeader 2020-03-04 18:22:56 +01:00
06642dc7ff Improve HeaderText highlight and spacing logic 2020-03-04 18:20:55 +01:00
276a90fb84 Use public property instead of ctor parameter 2020-03-04 18:19:28 +01:00
e09fbcb05f Only add link if the country name isn't null 2020-03-04 17:47:48 +01:00
520bbcf2e4 Use correct x-axis margins 2020-02-29 15:19:36 +01:00
0760ccf024 Adjust CountryFilter spacing to match web 2020-02-29 15:14:25 +01:00
6d09f1eea4 Hook up SpotlightsDropdownHeader 2020-02-28 13:18:40 +01:00
92da7132cd Fix code quality issues 2020-02-27 23:51:21 +01:00
b65f5031a2 Adjust spacing in SpotlightSelector 2020-02-27 23:51:21 +01:00
1d6746102f Adjust user links 2020-02-27 23:51:21 +01:00
9e4a6a9cf3 Add spacing between RankingsTable rows to match osu-web 2020-02-27 23:51:21 +01:00
f03ada65dd Adjust grade columns spacing 2020-02-27 23:51:21 +01:00
82cbd35e30 Make CountryName use LinkFlowContainer for consistency 2020-02-27 23:51:21 +01:00
62e676feb5 Restyle SpotlightsDropdown to match osu-web 2020-02-27 23:51:21 +01:00
d6b6edce02 Merge branch 'master' into centralise-loading-animations 2020-02-21 19:48:50 +09:00
556131cd5f Merge branch 'master' into ingame-rankings 2020-02-21 18:51:54 +09:00
623b78d675 Combine all loading animation implementations 2020-02-21 15:32:46 +09:00
7b0c3281c2 Make country names clickable 2020-02-19 16:49:39 +03:00
5d813bf421 Merge remote-tracking branch 'refs/remotes/ppy/master' into ingame-rankings 2020-02-19 16:23:18 +03:00
e9003346d4 Add missing blank line 2020-02-18 21:28:38 +03:00
5347119a85 Various RankingsOverlay fixes 2020-02-18 21:26:25 +03:00
9e816e3479 Merge branch 'master' into italic-rankings-stuff 2020-02-18 16:05:18 +09:00
c78534d14e Fix possible error in SpotlightsLayout 2020-02-17 10:07:32 +03:00
f64eabc38b Make countries name non-italic 2020-02-14 20:49:37 +03:00
c68c347503 Remove unwanted property interpolation 2020-02-14 00:40:52 +03:00
ab84f4085a Fix possible error on SpotlightsLayout disposal 2020-02-13 23:20:45 +03:00
791bf6bc01 Make username text italic 2020-02-13 19:03:07 +03:00
e67e4f708e Adjust country name design 2020-02-13 19:01:26 +03:00
11c59a141f Add background to rankings header 2020-02-13 14:12:10 +03:00
0b6558dc40 Add SpotlightsLayout to RankingsOverlay 2020-02-11 02:35:23 +03:00