Commit Graph

51 Commits

Author SHA1 Message Date
7bc8908ca9 Partial everything 2022-11-27 00:00:27 +09:00
6c316bcc9e Make beatmap card icon buttons fill up to the area 2022-10-13 16:09:54 +03:00
7d100c5eec Fix test in line with new expectations 2022-09-09 18:10:10 +09:00
e9ce968ae3 Merge branch 'master' into fix-play-button-touch 2022-09-09 18:08:18 +09:00
ed81297611 Fix playlist items showing download button briefly during initial local presence checks 2022-09-08 17:10:45 +09:00
f8830c6850 Automated #nullable processing 2022-06-17 16:37:17 +09:00
d6b9f385c1 Add failing play button by touch input test 2022-06-10 22:03:51 -07:00
d5027cdfbd Add FeaturedInSpotlight property to API beatmapsets 2022-05-14 19:46:13 +03:00
03e4ec4214 Merge branch 'master' into realm-integration/score-and-beatmaps 2022-01-15 14:45:42 +01:00
19467e58c1 Remove unused params from BDL methods 2022-01-15 01:06:39 +01:00
31a3161189 Make tests compile again 2022-01-12 17:00:16 +09:00
88d4e95ad8 Rename BeatmapCard{ => Normal} 2021-12-21 08:26:21 +01:00
883fcf2604 Fix tests 2021-12-17 11:45:01 +01:00
c6d0b5d200 Merge branch 'master' into beatmap-card/extra-wip 2021-12-17 11:11:36 +01:00
e9187cc3cf Add failing test showing expanded state being unexpectedly lost 2021-12-15 16:26:19 +09:00
3ecfaa532c Add source field to extra beatmap card 2021-12-08 22:56:28 +01:00
a32492cdd5 Duplicate BeatmapCard{-> Extra} as blueprint for extra card size 2021-12-08 22:53:51 +01:00
af35652b8b Disable beatmap card expansion on solo spectator screen 2021-12-05 20:07:58 +01:00
a07f8c74dc Add basic structure for composable card dropdown 2021-12-05 15:26:37 +01:00
0fc4d6dc2a Implement beatmap card difficulty list 2021-11-29 22:04:09 +01:00
d0c0b7ce47 Fix intermittent beatmap thumbnail test 2021-11-25 22:05:39 +09:00
1533e245de Merge pull request #15767 from bdach/beatmap-card/track-preview
Add preview track playback function to beatmap card
2021-11-25 12:08:03 +09:00
1907b42f82 Use constant online IDs in tests to avoid preview not working randomly 2021-11-24 20:34:33 +01:00
183b95cbc2 Rename BeatmapSetOnlineStatus to BeatmapOnlineStatus
This variable is used at more than just a set level.
2021-11-24 18:42:49 +09:00
1a1603f0db Implement preview track playback 2021-11-23 23:17:30 +01:00
9164f006aa Implement basic behaviour of play button 2021-11-23 22:44:09 +01:00
b44db9f5e5 Add test scene for thumbnail component 2021-11-23 22:44:08 +01:00
297de27a6a Use BindTarget from card rather than caching & resolving download tracker 2021-11-20 18:48:26 +01:00
412abf30d9 Refactor buttons again to work with latest design guidelines 2021-11-18 22:34:40 +01:00
b58fe2d80a Restructure card to use single tracker at the top level 2021-11-13 15:39:03 +01:00
be3f225d4b Update in line with Online{BeatmapSet -> }ID changes 2021-11-13 15:01:37 +01:00
91baaa73f3 Show download progress on card body rather than in button 2021-11-10 16:03:48 +01:00
2186b51676 Implement detailed download button behaviour 2021-11-08 22:18:14 +01:00
a60cceeda6 Implement basic appearance of download button 2021-11-08 22:18:14 +01:00
c65e7a4436 Add test coverage for download button 2021-11-08 22:17:56 +01:00
f4b8dee2d0 Update favourite statistic value on favourite button clicks 2021-11-08 11:53:54 +01:00
5cb533004d Add test coverage for favourite button 2021-11-08 11:53:53 +01:00
1589b50d6e Merge branch 'master' into beatmap-card/statistics 2021-11-08 13:28:31 +09:00
43f87844e2 Add text to test cards to better explain their purpose 2021-11-08 13:27:04 +09:00
0e09edfce2 Do not show nomination info if hype info not present to match web 2021-11-07 21:33:42 +01:00
1f405a7e71 Display extended statistics on card hover 2021-11-07 21:33:41 +01:00
04c2a9cd59 Display basic statistics on card hover 2021-11-07 21:03:06 +01:00
0ecf5f201c Rename User to APIUser and move to correct namespace 2021-11-07 11:26:01 +09:00
5a078da4d9 Fix APIBeatmapSet.Beatmaps being IEnumerable, causing stupid issues 2021-11-04 16:50:14 +09:00
5962f16b1c Implement basic card appearance 2021-11-01 19:41:11 +01:00
d82564aab6 Add test scene for beatmap cards 2021-11-01 19:41:10 +01:00
3de994449d Add support for changing dimensions of difficulty spectrum display 2021-10-26 23:06:52 +02:00
1a77e98537 Implement difficulty spectrum display 2021-10-26 23:06:52 +02:00
6802e9ec10 Remove FixedWidth and add AutoSizeAxes specs to all usages 2021-10-25 20:24:48 +02:00
feedd53a53 Add support for setting fixed size of status pill 2021-10-24 21:37:00 +02:00