Commit Graph

56 Commits

Author SHA1 Message Date
e75e209053 Cache and consume IRulesetStore where feasible 2021-12-03 18:16:01 +09:00
6b6dd93e9e Fix LinkFlowContainer not creating user links supporting full IUser specification 2021-11-08 14:17:47 +09:00
b9983add15 Rename User to APIUser and move to correct namespace 2021-11-04 18:21:31 +09:00
77d8f240f8 Use ctor default values. 2021-07-17 16:41:42 +02:00
d17f658985 Localise Recent section. 2021-07-17 15:50:56 +02: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
718ba9253b Implement ProfileSubsection component 2020-11-21 03:18:24 +03:00
22c5e9f64f Rename missing parameter 2020-09-11 12:19:26 +09:00
be5d143b5a Reorder params 2020-09-11 12:17:12 +09:00
e39609d3ca Implement PaginatedContainerWithHeader component 2020-09-07 23:08:50 +03:00
b7bd084296 Remove missing text where not needed 2020-09-07 22:30:43 +03:00
1c55039994 Remove old header from PaginatedContainer 2020-09-07 22:24:10 +03:00
9680c0941f Move private helper methods to botom of file 2020-02-03 12:46:11 +09:00
a70385f2b2 Simplify getRulesetName 2020-02-02 12:19:09 +03:00
36116f8c45 Refactor ruleset presentation 2020-02-02 12:03:51 +03:00
3002366e70 Adjust mode part 2020-01-30 13:56:19 +03:00
3f62c40e70 Increase spacing 2020-01-30 13:55:50 +03:00
a7a3372a98 Remove redundant empty switch section 2020-01-30 13:01:40 +03:00
29ba82ee44 Apply different font styles for different content parts 2020-01-30 12:29:35 +03:00
2f7076f91c Adjust icons size 2020-01-30 11:16:58 +03:00
b2c501a439 Adjust font size 2020-01-30 10:54:58 +03:00
786ed03868 Update profile recent activities in line with the web design 2020-01-29 21:01:40 +03:00
5dbc32f49b Fix MedalIcon usage 2019-11-29 16:19:57 +09:00
2663e5d756 Add some more missing LongRunningLoad flags 2019-11-29 13:52:23 +09:00
bef44b8e58 item -> model 2019-08-28 13:31:12 +09:00
22ee7db805 Refactor PaginatedContainer to avoid code duplication 2019-08-27 15:47:37 +03:00
066bee3535 Simplify offset calculation 2019-07-19 16:02:33 +09:00
9458bca58f Update usage of requests 2019-07-15 13:37:25 +03:00
794ba17a2f Seperate UpdateableRank from DrawableRank and use it 2019-06-17 20:04:09 +03:00
19fbab6892 Applied suggested changes 2019-05-28 19:39:31 +03:00
6ca3bd086f ShowMore button update 2019-05-28 17:04:05 +03:00
f0114d776d Use interface to access API
Allows for better testability.
2019-03-13 12:58:18 +09:00
3015d40f8f Merge branch 'master' into osu-fontusage 2019-02-22 18:09:23 +09:00
d8c55bc729 Adjust namespaces 2019-02-21 19:05:52 +09:00
a2aa3ec5cb Adjust sprite texts in-line with framework changes 2019-02-20 15:03:20 +09:00
8617aaa2a7 Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
e657f13c15 Separate out Leaderboard into BeatmapLeaderboard 2018-12-22 14:44:36 +09:00
f149a66a4d Use LargeTextureStore for all online texture retrieval
Until now, many online textures were retrieved via the default texture store, which causes them to never be removed from GPU memory. It also has a performance overhead due to mipmap generation (which will be avoided via ppy/osu-framework#1885.
2018-09-09 02:45:37 +09:00
923acfbeaf Fix some web requests being run after disposal of their owner 2018-09-05 10:26:54 +09:00
03084aa04b Revert async changes 2018-08-31 07:07:10 +09:00
1b279d383f Use GetAsync on all textures 2018-08-27 17:26:44 +09:00
8518fce4a9 Fix osu!supporter naming 2018-06-27 17:57:55 -07:00
8cc31aca54 Reorganise API requests and response classes
They were previously breaking the two-class-per-file rule.
2018-06-08 11:42:35 +09:00
32a74f95a5 Normalize all the line endings 2018-04-13 18:26:38 +09:00
3b56999118 Add drawable to display (and update) relative dates 2018-03-08 12:58:16 +09:00
983cefbe40 Add VisualTest. 2018-03-07 19:08:26 +05:30
9669c5aee3 Make locally used things local and rename method. 2018-03-06 09:33:15 +05:30
62913163e0 Fix long recent activity text overlapping timestamp.
- Also remove unnecessary fallback from absolute URL helper
2018-02-27 21:21:53 +05:30
a77d1eedae Fix achievements parsing and add badges to recent activity. 2018-02-26 13:08:12 +05:30
a20e4bc2c3 Fix typos and missing fields in JSON mappings. 2018-02-26 11:46:16 +05:30