Commit Graph

159 Commits

Author SHA1 Message Date
f2df36e6a5 Persist cover visibility to user settings
Follows web precedent, wherein the setting is saved to local storage.
2023-01-24 23:30:12 +01:00
33e91cf512 Implement cover toggling 2023-01-24 23:06:49 +01:00
e74176e5bd Add cover toggle button 2023-01-24 23:06:46 +01:00
432e0a6a37 Merge branch 'master' into level-badge-colour 2023-01-23 15:46:15 +09:00
9c2494383f Rename fetch method to be non-plural to match all others 2023-01-23 15:43:52 +09:00
9bde1ef9bf Privatise setter 2023-01-22 10:09:08 +01:00
b98da506c1 Fix code quality inspection 2023-01-22 10:07:47 +01:00
2f3971b6fb Move code to already existing if block 2023-01-22 01:40:00 -03:00
8c208da324 Cleanup 2023-01-22 01:39:01 -03:00
05f77d2cab Add modes text to groups tooltip 2023-01-22 01:36:53 -03:00
24ed84aad0 Add tiered level badge colouring 2023-01-18 16:25:11 +03:00
f7c942ac10 Move user stats into detail header container 2023-01-17 22:32:24 +01:00
7a475d9cf8 Move out stats from top header container 2023-01-17 22:32:15 +01:00
350cce1315 Move contents of detail header to separate component 2023-01-17 22:32:12 +01:00
f79037cefb Move to LoadComplete() better 2023-01-16 21:47:31 +01:00
3f75506552 Move binding to LoadComplete 2023-01-16 23:42:07 +03:00
c5d09c0e2c Rename variable
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
2023-01-16 23:36:50 +03:00
6207a96a29 Refactor LevelBadge to use LevelInfo 2023-01-16 23:24:09 +03:00
de077403e9 Adjust visual appearance of profile value displays 2023-01-14 17:37:28 +01:00
e2d6e31314 Using 2023-01-14 02:26:26 +03:00
660bf748d5 Fix GroupBadge crashing on null group colour 2023-01-14 02:23:08 +03:00
52eabbf224 Merge branch 'master' into user-profile/ruleset-switching 2023-01-11 19:11:40 +01:00
08ca62205a Merge pull request #22123 from stanriders/group-badges
Implement user group badges
2023-01-11 18:42:50 +09:00
2dcc61caf5 Add extra level of nullabiliy checking because NRT is not present 2023-01-11 17:38:08 +09:00
b1a13286a3 Remove some redundancies 2023-01-11 16:50:37 +09:00
318867f486 Fix previous badges potentially not being cleared if new user has no badges 2023-01-11 16:48:47 +09:00
e0d58d51b6 Split out classes into own files and rename GroupInfoContainer to a flow 2023-01-11 16:47:29 +09:00
5441c02a1a Implement user group badges 2023-01-11 07:11:38 +03:00
62e12277d8 Rename things yet again 2023-01-10 19:30:01 +01:00
4dec3cae57 Rename UserProfileData-related symbols 2023-01-09 17:46:08 +01:00
fdf0d4bd62 Rename UserProfile{ -> Data} 2023-01-09 17:37:28 +01:00
c759b743dc Add support for switching rulesets on profile overlay 2023-01-02 17:23:06 +01:00
a2e726502f Add ruleset selector to profile overlay 2023-01-02 17:23:04 +01:00
7683ab68b0 Use UserProfile in profile ruleset selector 2023-01-02 17:23:01 +01:00
d7294ac3e6 Substitute APIUser for UserProfile in overlay 2023-01-02 17:21:09 +01:00
88e90d5fa0 Enable NRT in user profile overlay 2023-01-01 23:49:11 +01:00
7bc8908ca9 Partial everything 2022-11-27 00:00:27 +09:00
e11d44d14f Add url clicking support to profile badges 2022-11-03 18:12:32 -07:00
f8830c6850 Automated #nullable processing 2022-06-17 16:37:17 +09:00
2878bb592f Use more appropriate sounds for certain components 2022-06-03 22:32:12 +09:00
f65d2db77f Remove "V2" suffix from ChatOverlay components 2022-05-30 17:54:09 +09:00
58d39734d0 Integrate ChatOverlayV2 into main game 2022-05-23 21:02:47 +01:00
7cf4dabe29 Fix IDE0005 and IDE0034 2022-05-03 13:09:19 +08:00
c7ab9a8928 Add ruleset tab item tooltips 2022-04-30 15:37:44 +03:00
4016fe1e19 Adjust profile ruleset selector to new design
Looks weird with `AlwaysPresent`.
2022-04-29 12:19:55 +03:00
be2d616e34 Fix localisation use cases not falling back to default(LocalisableString)
Previously such use cases have been returning `null` values just fine since `GetLocalisableString` was returning `LocalisableFormattableString`, and these null values were wrapped in `LocalisableString`s implicitly, therefore not requiring an explicit fallback string and `null` doesn't break anything.
2022-04-28 11:21:00 +03:00
7de43e3aba Fix most open compound words in identifiers being closed 2021-12-27 20:26:28 -08:00
a6ccbafc77 Fix rank graph showing for unranked users 2021-12-19 13:40:22 +01:00
729f681938 Update cases where equality can be used instead of primary key equality 2021-11-24 12:49:57 +09:00
db4e4c982c Add hover effect to supporter button 2021-11-18 13:35:42 +09:00