Commit Graph

100 Commits

Author SHA1 Message Date
5fd644fc57 Unify variable names 2021-01-17 22:42:48 +09:00
edb6d3907b Merge pull request #11472 from frenzibyte/explicit-beatmap-markers
Add explicit content markers to beatmap panels and overlay
2021-01-17 21:44:10 +09:00
816cc7a59b Adjust explicit label spacing on beatmap set overlay 2021-01-17 00:35:23 +01:00
6281c1086a Space out explicit marker in beatmap overlay 2021-01-14 05:41:09 +03:00
1f12b2bd09 Rename download state Downloaded to Importing 2021-01-13 18:04:53 +03:00
78631323ba Add explicit pill to beatmap overlay 2021-01-13 12:13:14 +03:00
323da82477 Add website root URL and update most links to use it
For what it's worth, I intentionally didn't include news / changelog /
supporter, because these should never change.
2020-12-24 18:11:42 +09:00
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