Commit Graph

38 Commits

Author SHA1 Message Date
f8830c6850 Automated #nullable processing 2022-06-17 16:37:17 +09:00
a6ccbafc77 Fix rank graph showing for unranked users 2021-12-19 13:40:22 +01:00
6944151486 Apply batch fixing of built-in types using var 2021-10-27 13:04:41 +09:00
3969350c9a Convert to readonly struct and replace with constructor temporarily 2021-08-31 20:45:32 +03:00
208f66cc76 Simplify user graph tooltips logic
The same tooltip can be used for the rank graph, the play history graph,
and the replay history graph.

The only difference between those three is the displayed label, which
has now been included as part of the `TooltipContent`, rather than
unnecessarily recreating tooltips just for different sprite texts.
2021-08-31 19:59:38 +03:00
fa2bf42188 Update tooltip implementations 2021-08-30 16:05:00 +09:00
e374ef163d Update localisable formattable extensions usages inline with framework change 2021-08-29 15:00:28 +03:00
011fad167d Localise rank graph tooltip. 2021-07-23 23:38:31 +02:00
a0c6945f8f Localise user graph. 2021-07-17 15:25:45 +02:00
6c428d8b11 Merge master with conflicts resolved 2020-11-11 01:37:01 +03:00
833c0b223e Clamp index to valid bounds 2020-11-10 18:08:12 +09:00
37feedae7a Fix potential crash due to stale index 2020-11-10 07:27:38 +09:00
1548c0dc25 Ensure graph hover state is updated after data changes 2020-11-10 07:27:27 +09:00
ce47617476 Trim unnecessary raw string prefixes 2020-03-21 14:28:23 +01:00
2f441baeac Make UserHistoryGraph non-abstract 2020-03-10 00:50:12 +03:00
06855c09c7 Make data nullable 2020-03-09 19:42:35 +03:00
d3937acfe9 Fix rank graph tooltip display 2020-03-05 20:11:14 +01:00
9edddbaf46 Encapsulate base graph further 2020-02-12 20:19:20 +01:00
2b0bdd1db5 Refactor tooltip construction 2020-02-12 19:15:37 +01:00
e2ecef732c Make TooltipCounterName an abstract property 2020-02-09 00:36:41 +03:00
b325725c45 Implement UserHistoryGraph component 2020-02-08 00:10:17 +03:00
84b7dfb3d6 Implement UserGraph component
An abstraction for RankGraph
2020-02-07 23:26:35 +03:00
1f53778d62 Add explanation to comment 2020-02-02 16:59:17 +01:00
b03e7f12ff Remove unused directive 2020-01-30 22:51:35 +01:00
c050eed79b Recolour RankGraphTooltip 2020-01-30 22:05:06 +01:00
a3877cc29e Recolour RankGraph circle 2020-01-30 20:55:44 +01:00
fccdbffa93 Use MathF instead of Math- functions when possible
MathF-functions are faster than the Math-counterpart and it looks cleaner, so use MathF when we cast to float or int anyway.
2019-11-25 00:45:42 +01:00
a155814bc4 Implement instant movement properly 2019-09-01 06:07:25 +03:00
7d955839be Instantly move rank graph tooltip 2019-09-01 04:22:24 +03:00
48716f8f2b Update framework 2019-08-21 13:29:50 +09:00
132d51a2cc Update tooltip implementation 2019-08-16 19:47:35 +09:00
749a00cc2f Force bindable change 2019-08-05 12:49:54 +03:00
d693a54c84 Move RankHistoryData to User Statistics 2019-08-04 14:35:26 +03:00
69ada11f41 use constant value 2019-05-24 20:01:47 +03:00
cda97a61fa Add a bit of smoothness to the rank graph 2019-05-24 19:43:53 +03:00
247dad7e86 Use OsuColour for profile overlay 2019-05-21 13:54:19 +09:00
3cd6ccfc3d Add number sign in front of profile rankings 2019-04-30 20:47:44 -07:00
2f4bf423a4 Renamespace 2019-04-26 13:51:39 +09:00