Commit Graph

93 Commits

Author SHA1 Message Date
d1976b194d Check local availability before disabling buttons 2020-05-09 10:42:56 +03:00
0e2ccac33b Add spaces to comments 2020-05-04 18:36:24 -07:00
9b9b710ded Move and rename remaining direct classes 2020-04-21 16:41:07 +09:00
142cddfb10 Rename CurrentBeatmap to SelectedBeatmap 2020-04-13 15:13:35 +09:00
3efb4aba25 Use BindTarget 2020-04-12 19:48:15 +02:00
3b9e0fa67d Use readonly IBindable 2020-04-12 19:42:28 +03:00
ecd25e567d Present selected difficulty 2020-04-12 16:00:05 +03:00
92f6f0207c Rename LoadingAnimation to LoadingSpinner 2020-02-21 15:33:31 +09:00
4d180a685a Adjust font sizes and spacing in BeatmapSetOverlay 2020-02-16 21:43:33 +01:00
e072042d4e Match osu-web font size 2020-02-10 21:11:49 +01:00
35d5237ddd Adjust font sizes 2020-02-10 20:40:39 +01:00
7395f01919 Use osu-web font sizes 2020-02-07 20:28:02 +01:00
76037e4ffd Recolour ranked status pill 2020-02-05 16:31:14 +01:00
c1b8445b00 Add spacing to match osu-web
Note: due to osu-web using flex to even out the spacing and me not being able to implement the same behaviour here, I added a static margin to separate the title from the diffname above. This looks better than the previous state in most cases, the only scenario where this differs somehow visibly from web is on mapsets with large numbers of difficulties.
2020-02-04 21:53:23 +01:00
268bb73ac6 Adjust header padding 2020-02-04 20:14:50 +01:00
2cc1255035 Adjust online status pill font and padding 2020-02-04 20:09:52 +01:00
d0eb4e4471 Add necessary variable 2020-02-04 20:08:54 +01:00
5b881568db Adjust header gradient colours 2020-02-04 19:15:02 +01:00
5eb1619e24 Adjust title / artist font weight 2020-02-04 18:02:49 +01:00
fa453bc3e1 Refactor beatmap header 2020-02-03 14:35:07 +03:00
032c2c2afe Refactor BeatmapRulesetSelector 2020-02-03 14:16:26 +03:00
ce19b2ed36 Avoid using CreateChildDependencies with a *child* bindable
Don't do this.
2019-10-31 17:16:26 +09:00
7d5f5d2fd9 Add ruleset selector to the beatmap overlay header 2019-10-04 17:55:33 +03:00
075ca3d8ea CI fix 2019-07-22 14:47:35 +03:00
3e95cb9145 Use bindable and disable button 2019-07-22 14:35:18 +03:00
de8ac9a428 Simple implementation 2019-07-21 21:41:07 +03:00
23acddcb56 Rename download buttons to avoid ambiguity 2019-07-03 12:02:35 +09:00
3294464bc6 Fix typo in variable 2019-06-27 12:47:05 +09:00
32c3bee71b Avoid public exposure 2019-06-27 12:11:04 +09:00
cc9a7839c9 Fix layout regression 2019-06-27 12:04:01 +09:00
375a6f406d Merge remote-tracking branch 'upstream/master' into not-available-to-download 2019-06-27 11:44:41 +09:00
322d92d3e0 Rename class to BeatmapAvailability 2019-06-27 11:40:22 +09:00
9ada4d68b1 Make fields protected and expose them in tests 2019-06-26 22:42:34 +03:00
f3a84de7b5 Merge remote-tracking branch 'upstream/master' into generic-download-tracking-composite 2019-06-26 18:17:53 +05:30
eaf6f6891d Rename to DownloadButtonsContainer 2019-06-26 05:22:08 +03:00
f4e765cf99 Merge branch 'master' into not-available-to-download 2019-06-26 05:13:58 +03:00
ba2f22be47 Improve loading state of BeatmapSet header 2019-06-25 14:47:29 +09:00
a1c58b164c Merge branch 'master' into not-available-to-download 2019-06-21 14:16:31 +03:00
7482ecb8e7 Fix beatmap set cover goes out of its container (#5073)
Fix beatmap set cover goes out of its container
2019-06-20 11:21:22 +09:00
ee2268caba Enable masking for the beatmap set cover 2019-06-19 21:20:00 +03:00
3e285e5dde Separate beatmap info container from details (avoid overlapping) 2019-06-19 17:47:47 +03:00
15229f3a23 Make header expandable 2019-06-19 17:45:39 +03:00
3876442143 More simplifies + fix test 2019-06-19 03:37:08 +03:00
155f7c7e03 Use OsuTextFlowContainer for multi-lines 2019-06-13 17:32:27 +03:00
ab27d82cd5 Make beatmap download buttons inherit BeatmapDownloadTrackingComposite
- Move DownloadTrackingComposite into the online namespace
2019-06-11 23:01:01 +05:30
130ff56886 Move logic into BeatmapNotAvailable 2019-06-11 12:29:42 +03:00
70fdd4ba5b Disable download button + Fix AppVeyor Errors 2019-06-10 21:13:37 +03:00
3202110b80 Add a container for Beatmap Availability 2019-06-10 20:17:44 +03:00
d7c09e7dbd Merge remote-tracking branch 'origin/master' into fix-new-inspections
# Conflicts:
#	osu.Game.Rulesets.Catch/Judgements/CatchDropletJudgement.cs
#	osu.Game.Rulesets.Catch/Judgements/CatchJudgement.cs
#	osu.Game.Rulesets.Mania/Scoring/ManiaScoreProcessor.cs
#	osu.Game.Rulesets.Osu/Replays/OsuAutoGenerator.cs
#	osu.Game.Rulesets.Osu/UI/Cursor/CursorTrail.cs
#	osu.Game.Tests/Visual/SongSelect/TestCaseBeatmapScoresContainer.cs
#	osu.Game/Graphics/OsuFont.cs
#	osu.Game/Online/API/Requests/Responses/APILegacyScoreInfo.cs
#	osu.Game/Overlays/Profile/Header/BadgeContainer.cs
#	osu.Game/Overlays/Profile/ProfileHeader.cs
#	osu.Game/Screens/Select/PlaySongSelect.cs
#	osu.Game/Skinning/LegacySkinDecoder.cs
2019-05-07 13:20:17 +09:00
a56e29347f Adjust namespaces 2019-04-02 14:51:28 +09:00