Dan Balasescu
|
7bc8908ca9
|
Partial everything
|
2022-11-27 00:00:27 +09:00 |
|
Dean Herbert
|
66a6084d3f
|
Scale in the background fill alongside the icon
|
2022-11-03 14:03:19 +09:00 |
|
Dean Herbert
|
df9f49eef2
|
Move hover layer behind icon
Looked bad on the "already downloaded" state where the icon becomes
black.
|
2022-11-03 13:56:07 +09:00 |
|
Salman Ahmed
|
6c316bcc9e
|
Make beatmap card icon buttons fill up to the area
|
2022-10-13 16:09:54 +03:00 |
|
Salman Ahmed
|
aa8040d696
|
Add hover box to beatmap card icon button
|
2022-10-13 16:09:54 +03:00 |
|
Dean Herbert
|
e9ce968ae3
|
Merge branch 'master' into fix-play-button-touch
|
2022-09-09 18:08:18 +09:00 |
|
Dean Herbert
|
ed81297611
|
Fix playlist items showing download button briefly during initial local presence checks
|
2022-09-08 17:10:45 +09:00 |
|
Dean Herbert
|
94ec653420
|
Add same load-cancel safeties to ensure tracks are disposed in card PlayButton
|
2022-08-05 14:26:01 +09:00 |
|
Bartłomiej Dach
|
26c5b59f6d
|
Replace usages of string.To{Lower,Upper}()
|
2022-06-24 11:57:45 +02:00 |
|
Dan Balasescu
|
f8830c6850
|
Automated #nullable processing
|
2022-06-17 16:37:17 +09:00 |
|
Joseph Madamba
|
1107e267e3
|
Fix beatmap card play button not working with touch inputs when not hovered
|
2022-06-10 22:03:51 -07:00 |
|
Bartłomiej Dach
|
c7b9b176c6
|
Rename BeatmapCard{Base => }
|
2021-12-21 08:26:25 +01:00 |
|
Bartłomiej Dach
|
d6f6039934
|
Extract base class for beatmap cards
|
2021-12-17 13:27:11 +01:00 |
|
Dean Herbert
|
f16ef1ee69
|
Reapply schedule workaround for PreviewTrack
|
2021-11-26 22:34:05 +09:00 |
|
Dean Herbert
|
bf443a5a7a
|
Switch unnecessary return to break instead
|
2021-11-26 15:36:16 +09:00 |
|
Dean Herbert
|
5de2f6211d
|
Show a spinner instead of the download button on the new card during beatmap download
|
2021-11-26 15:32:33 +09:00 |
|
Dean Herbert
|
716543b5b3
|
Move beatmap download logic out of BeatmapManager
|
2021-11-25 17:29:41 +09:00 |
|
Bartłomiej Dach
|
1a1603f0db
|
Implement preview track playback
|
2021-11-23 23:17:30 +01:00 |
|
Bartłomiej Dach
|
9164f006aa
|
Implement basic behaviour of play button
|
2021-11-23 22:44:09 +01:00 |
|
Bartłomiej Dach
|
5d13686cdf
|
Add play button for card preview
|
2021-11-23 22:44:08 +01:00 |
|
Bartłomiej Dach
|
297de27a6a
|
Use BindTarget from card rather than caching & resolving download tracker
|
2021-11-20 18:48:26 +01:00 |
|
Bartłomiej Dach
|
b3606f4a21
|
Rename {Play -> GoToBeatmap}Button
|
2021-11-20 18:36:39 +01:00 |
|
Dean Herbert
|
6e5918a100
|
Add slight scale to icon buttons
|
2021-11-19 15:28:03 +09:00 |
|
Dean Herbert
|
741c27c1f2
|
Always populate action to make button behave better in testing scenarios
|
2021-11-19 15:27:38 +09:00 |
|
Bartłomiej Dach
|
0eaf450204
|
Make field readonly
|
2021-11-18 22:50:41 +01:00 |
|
Bartłomiej Dach
|
412abf30d9
|
Refactor buttons again to work with latest design guidelines
|
2021-11-18 22:34:40 +01:00 |
|
Bartłomiej Dach
|
b58fe2d80a
|
Restructure card to use single tracker at the top level
|
2021-11-13 15:39:03 +01:00 |
|
Bartłomiej Dach
|
91baaa73f3
|
Show download progress on card body rather than in button
|
2021-11-10 16:03:48 +01:00 |
|
Bartłomiej Dach
|
f090e5ca75
|
Restyle card buttons to resemble buttons more
|
2021-11-10 15:24:36 +01:00 |
|
Bartłomiej Dach
|
704ff47a0e
|
Swap icon for "go to beatmap" state
|
2021-11-09 08:07:56 +01:00 |
|
Bartłomiej Dach
|
2186b51676
|
Implement detailed download button behaviour
|
2021-11-08 22:18:14 +01:00 |
|
Bartłomiej Dach
|
a60cceeda6
|
Implement basic appearance of download button
|
2021-11-08 22:18:14 +01:00 |
|
Bartłomiej Dach
|
c65e7a4436
|
Add test coverage for download button
|
2021-11-08 22:17:56 +01:00 |
|
Bartłomiej Dach
|
74603253d2
|
Store full model rather than online ID only
|
2021-11-08 13:42:56 +01:00 |
|
Dean Herbert
|
72489b32f9
|
Move toggle code into own method for readability
|
2021-11-08 21:39:16 +09:00 |
|
Dean Herbert
|
9a2425f316
|
Remove unused field for now to appease inspectcode
|
2021-11-08 21:36:28 +09:00 |
|
Bartłomiej Dach
|
f4b8dee2d0
|
Update favourite statistic value on favourite button clicks
|
2021-11-08 11:53:54 +01:00 |
|
Bartłomiej Dach
|
b5cbdcf981
|
Implement basic behaviour of favourite button
|
2021-11-08 11:53:54 +01:00 |
|
Bartłomiej Dach
|
0faa26fc13
|
Add basic structure for buttons
|
2021-11-08 11:53:53 +01:00 |
|