Commit Graph

19 Commits

Author SHA1 Message Date
0ecf5f201c Rename User to APIUser and move to correct namespace 2021-11-07 11:26:01 +09:00
2251bf3bcb Use lambda spec for method 2021-09-01 17:08:20 +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
be26414fe3 Localise user history graph. 2021-07-24 10:13:20 +02:00
148eb890ff Localise Historical section. 2021-07-17 16:24:11 +02:00
a664efe12b Fix history graph tooltips leaking to others
Since there was no check about which tooltip content came from which graph, all history graphs use the "Replays Watched" tooltip, as it is the latest created one.
2021-04-13 07:59:14 +03:00
8f84abf348 Display "replays watched" tooltip for replays subsection 2021-04-12 21:51:06 +03:00
d167e0c8b9 Mark properties as [CanBeNull] 2020-03-21 14:35:04 +01:00
ce47617476 Trim unnecessary raw string prefixes 2020-03-21 14:28:23 +01:00
299ea23612 Clean up xmldocs 2020-03-21 14:26:49 +01:00
2f441baeac Make UserHistoryGraph non-abstract 2020-03-10 00:50:12 +03:00
b77bd08925 Simplify null values handling 2020-03-09 19:20:06 +03: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