Commit Graph

108 Commits

Author SHA1 Message Date
2ff88c86ea CI fixes 2017-11-18 18:53:21 +03:00
915ccf3c84 Fix some layout issues 2017-11-18 18:41:00 +03:00
87f1368869 Add KudosuInfo container in the kudosu section 2017-11-18 18:19:35 +03:00
f912744acc Fix sizing of ModIcon 2017-11-16 00:15:27 +09:00
8688afecde Merge remote-tracking branch 'refs/remotes/ppy/master' into beatmap_scores 2017-11-14 20:13:07 +03:00
4b9edc4645 Merge branch 'master' into profile_beatmaps 2017-11-14 20:27:17 +09:00
44671ad9cb Move common width definition to base class 2017-11-14 19:03:50 +09:00
f96f7e696d Tidy up variables a bit 2017-11-14 18:53:09 +09:00
160b988735 Reduce number of rqeuests to display beatmaps in profile
Comes at the cost of losing some information which should be loaded. This will be fixed at the osu-web end.
2017-11-14 18:51:41 +09:00
08ce2705c6 Add pending and graveyarded beatmapsets to profile page 2017-11-14 08:26:44 +03:00
d157e6baf1 Merge remote-tracking branch 'refs/remotes/ppy/master' into beatmap_scores 2017-11-13 16:02:44 +03:00
0168b7eb88 Merge remote-tracking branch 'upstream/master' into profile-overlay-visual 2017-11-13 21:21:57 +09:00
5bf756c3c6 Add DrawableTopScore 2017-11-11 06:54:52 +03:00
3261af5200 Add scores container 2017-11-11 03:46:06 +03:00
a9b58a2ad2 Drawable score visual improvements 2017-11-09 17:12:06 +03:00
edeeefea3b Fix missing text has been shown before api request has been completed 2017-11-08 20:42:24 +03:00
a12052ac51 CI fix 2017-11-06 22:18:37 +03:00
5d846bff7b Add (temporarily?) subrequest for each item to provide correct beatmap information 2017-11-06 22:05:04 +03:00
b8b5c67cd2 Apply suggestion concerning the BeatmapSetType enum 2017-11-06 21:46:28 +03:00
729777a7e0 Remove useless variable 2017-11-04 18:38:02 +03:00
48c39b1d19 Add "Ranked & Approved Beatmaps" section 2017-11-04 00:53:58 +03:00
761d885167 Add Favourite Beatmaps section in UserProfileOverlay 2017-11-03 20:25:21 +03:00
d871c3fdda Fix test not working due to null refs 2017-10-30 20:55:23 +09:00
1ae0eff6ad Add some sanity to request/drawable creation logic 2017-10-30 19:40:42 +09:00
a51e64b2d1 Remove unnecessary schedule 2017-10-30 19:16:16 +09:00
069f4b1fcf Make DrawableScore abstract and move shared class to own file 2017-10-30 19:15:19 +09:00
096998d5f4 Fix user bindable being assigned rather than bound 2017-10-30 19:08:15 +09:00
b660366d96 ScoreContainer -> PaginatedScoreContainer 2017-10-30 19:06:40 +09:00
dce7d1c910 Move pp score representation to own file 2017-10-30 19:05:13 +09:00
b2c3ba05d7 remove redundant stuff 2017-10-25 20:15:45 +02:00
0449639f41 remove inner classes and make User property a bindable 2017-10-25 20:07:12 +02:00
a2dfef301a remove unused parameters 2017-10-24 20:56:05 +02:00
f65d4b626e don't use c# 7 feature 2017-10-24 20:46:15 +02:00
aadc699e73 show recent scores 2017-10-24 20:31:38 +02:00
06fe874594 CI fixes. 2017-10-15 16:53:30 +08:00
9b3676c562 Use format string for double instead of Math.Round. 2017-10-15 16:44:15 +08:00
192ebe776f Use localisation engine instead of asking current culture directly. 2017-10-15 16:30:52 +08:00
bed5a64ee2 Construct DwarableScore using null weight. 2017-10-15 16:15:35 +08:00
15373c71b6 Allow scores to open beatmap overlay
Reshuffles depth of beatmap and profile overlays for now.
2017-10-13 20:09:03 +09:00
ead88224c5 Move ModIcon tooltip to base implementation 2017-10-13 19:14:43 +09:00
146d800bda Make weight nullable rather than using weird negative defaults 2017-10-13 19:02:50 +09:00
9ee824ee66 some more unused stuff 2017-09-21 22:28:15 +02:00
14b8e9fd77 remove some redundant stuff 2017-09-21 22:15:42 +02:00
72141935e8 make pagination work and remove duplication in RanksSection 2017-09-21 22:07:23 +02:00
98b847b025 Add API retrieval support 2017-09-14 20:08:07 +09:00
15e4e487e2 I hope this works 2017-08-09 22:58:06 +02:00
acc9b20b0f move another thing to LoadComplete instead of the constructor 2017-08-09 22:37:05 +02:00
c877a5a8b7 update TestCase 2017-08-09 19:26:27 +02:00
c2c9095b02 fix CI issues 2017-08-09 18:57:55 +02:00
274ebbd1f7 remove duplicated code and "simplify" ShowMore logic 2017-08-09 18:45:37 +02:00