1
0
mirror of synced 2024-11-30 17:24:33 +01:00
Commit Graph

219 Commits

Author SHA1 Message Date
S-Sebb
4a7502218b Merge from LoginRefactor branch 2024-08-14 16:01:56 +01:00
S-Sebb
3ce16cd69f Added more translations 2024-08-14 15:48:32 +01:00
8c26394415 Added missing french strings 2024-08-14 11:07:37 +02:00
3da94dbf9b Fixed Song page always behaving like user was not logged in
Uppon refresh, the page would always send you back to the dashboard and broke the breadcrumbs.
2024-08-13 17:14:56 +02:00
833a1cb9d2 Moved all Breadcrumbs to AppBar 2024-08-13 17:07:39 +02:00
a5ba20c365 Fixed achievement panel not working properly with OniUra
Displaying the OniUra scores for a player that had 0 Ura scores would no longer display Oni scores.
2024-08-09 16:42:59 +02:00
ce3795bb50 Fixed some text display stuff
Don't break Access codes into groups of 4 if they aren't a multiple of 4 or if they aren't hexadecimal only (This is useful if a user only uses a nickname as an access code and not a card id)

Changed color of is-current-user on the leaderboard so text is legible in dark mode.

Made Leaderboard useable on mobile as well by removing responsive breakpoints.
2024-08-09 15:48:52 +02:00
00791f3cae Fixed Favourites not being properly set in the Song list 2024-08-09 15:10:53 +02:00
S-Sebb
08b136fe34 Fixed SongList page favorite button not working 2024-07-01 15:51:49 +01:00
shiibe
dc8916fea8 Clean up var 2024-06-06 00:18:49 -04:00
shiibe
9644df19f4 Error handling 2024-06-06 00:12:41 -04:00
shiibe
2e51cb6daa Add more supports to markdown 2024-06-05 23:53:33 -04:00
shiibe
22592f8afb Add markdown support for Dashboard page 2024-06-05 23:19:14 -04:00
shiibe
c3b5e11739 Upgrade MudBlazor, misc fixes 2024-06-05 22:05:51 -04:00
shiibe
99d1be2036 Clean up user search 2024-06-05 21:34:13 -04:00
shiibe
becaf092f1 Fix 2024-06-05 21:08:16 -04:00
shiibe
87dd13aa45 Merge branch 'new-songs-ui' of https://github.com/asesidaa/TaikoLocalServer into new-songs-ui 2024-06-05 21:00:49 -04:00
shiibe
d79f141707 Search when input value changes 2024-06-05 21:00:47 -04:00
shiibe
8b13f5dc28 Search when input value changes 2024-06-05 21:00:24 -04:00
shiibe
682346521e Add search to users api 2024-06-05 20:38:52 -04:00
S-Sebb
68d88322ba Merge branch 'new-songs-ui' of https://github.com/asesidaa/TaikoLocalServer into LoginRefactor 2024-06-05 16:59:26 +01:00
shiibe
a9b91fb1b6 Fix access code page 2024-06-05 11:58:07 -04:00
shiibe
96b175138a Bump loading cards up to page limit 2024-06-05 11:47:54 -04:00
shiibe
28a09df28c Add xl screen layout to users page 2024-06-05 11:46:59 -04:00
S-Sebb
98ce9614de Merge branch 'new-songs-ui' of https://github.com/asesidaa/TaikoLocalServer into LoginRefactor 2024-06-05 16:42:52 +01:00
S-Sebb
4a5be9371f Fixed dani dojo page showing non-existing dans 2024-06-05 16:42:45 +01:00
shiibe
c4467e8661 Fix loading state layout 2024-06-05 11:42:35 -04:00
shiibe
4eef897bd5 Add pagination to Users page 2024-06-05 11:39:07 -04:00
shiibe
510a93c1aa Users api optimizations
* Moves the logic to attach user settings to the server
* Adds pagination to users request
2024-06-05 11:33:37 -04:00
S-Sebb
9b9009ac42 Fixed dani dojo page bar logic to follow official in-game logic 2024-06-05 15:31:15 +01:00
S-Sebb
2c45f12ba8 Localized No Data on Leaderboard page 2024-06-05 14:59:33 +01:00
S-Sebb
9ebaa971fa Merged and changed some layouts 2024-06-05 14:51:01 +01:00
S-Sebb
0d2e98e138 Localized a lot more texts 2024-06-05 14:29:46 +01:00
27f61f2535 Fixed MudTable layout on mobile
Currently making it horizontally scrollable. While this is not ideal it allows using the UI on mobile at all.
2024-06-05 15:07:24 +02:00
741962d8bd Fixed nameplate alignment and clean up
Title text still doesn't scale properly when switching from simple nameplates to nameplates with small characters on the right (Text does get resized properly once edited or on page resize event or page reload)
2024-06-05 14:19:02 +02:00
S-Sebb
807e84594b Localized all dialog texts 2024-06-05 02:07:33 +01:00
shiibe
b5598f4995 Clean up song card components 2024-06-03 11:03:09 -04:00
shiibe
ad7916b9b5 Leaderboard card in progress 2024-06-02 21:00:54 -04:00
shiibe
e653e40e21 Leaderboard card in progress 2024-06-02 19:55:44 -04:00
shiibe
ab8c513f37 Fix Profile 2024-06-02 14:20:59 -04:00
shiibe
145c75c5ec Add 39.06 Nameplates (Thanks CottonGuard!) 2024-06-02 13:08:28 -04:00
shiibe
a33fbbfc5d Fix build error 2024-06-02 12:30:38 -04:00
shibe
c5e6626422
Merge pull request #30 from asesidaa/LoginRefactor
Login refactor
2024-06-01 22:50:07 -04:00
S-Sebb
ed82f89fdf Fixed a bug causing register to be impossible 2024-05-29 14:59:34 +01:00
S-Sebb
8bcb89578e Added a button allowing song name language switching individually from UI language 2024-05-26 23:06:51 +01:00
S-Sebb
0939a0e045 Fixes and added a new api that retrieves all userSettings for admins 2024-05-26 21:25:24 +01:00
S-Sebb
2069681390 Major refactors including frontend requests refactors, authentication refactors and request compressions 2024-05-25 18:12:30 +01:00
shiibe
7b8ce205ae Fix Achievement Panel
* Fixes UraOni values not including Oni difficulty
2024-05-17 22:42:29 -04:00
shiibe
bab7bf2718 Play History style fixes 2024-05-16 21:15:21 -04:00
S-Sebb
17331bcad4 Major authentication refactors 2024-05-16 23:32:46 +01:00