Salman Ahmed
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
Dean Herbert
fa2bf42188
Update tooltip implementations
2021-08-30 16:05:00 +09:00
Salman Ahmed
e374ef163d
Update localisable formattable extensions usages inline with framework change
2021-08-29 15:00:28 +03:00
Lucas A
be26414fe3
Localise user history graph.
2021-07-24 10:13:20 +02:00
Lucas A
148eb890ff
Localise Historical section.
2021-07-17 16:24:11 +02:00
Salman Ahmed
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
Salman Ahmed
8f84abf348
Display "replays watched" tooltip for replays subsection
2021-04-12 21:51:06 +03:00
Bartłomiej Dach
d167e0c8b9
Mark properties as [CanBeNull]
2020-03-21 14:35:04 +01:00
Bartłomiej Dach
ce47617476
Trim unnecessary raw string prefixes
2020-03-21 14:28:23 +01:00
Bartłomiej Dach
299ea23612
Clean up xmldocs
2020-03-21 14:26:49 +01:00
Andrei Zavatski
2f441baeac
Make UserHistoryGraph non-abstract
2020-03-10 00:50:12 +03:00
Andrei Zavatski
b77bd08925
Simplify null values handling
2020-03-09 19:20:06 +03:00
Bartłomiej Dach
9edddbaf46
Encapsulate base graph further
2020-02-12 20:19:20 +01:00
Bartłomiej Dach
2b0bdd1db5
Refactor tooltip construction
2020-02-12 19:15:37 +01:00
Andrei Zavatski
e2ecef732c
Make TooltipCounterName an abstract property
2020-02-09 00:36:41 +03:00
Andrei Zavatski
b325725c45
Implement UserHistoryGraph component
2020-02-08 00:10:17 +03:00