1
0
mirror of synced 2024-11-24 06:50:15 +01:00
Commit Graph

446 Commits

Author SHA1 Message Date
shiibe
4612c27469 Use query variables for leaderboard api request 2024-06-03 20:05:14 -04:00
shiibe
cffeb188c8 Clean up 2024-06-03 11:38:52 -04:00
shiibe
ee41dc59c0 More style changes 2024-06-03 11:27:18 -04:00
shiibe
b5598f4995 Clean up song card components 2024-06-03 11:03:09 -04:00
shiibe
6ed7f499ca Remove logging 2024-06-02 21:09:13 -04:00
shiibe
d7305fe688 Clean up card padding on Song detail page 2024-06-02 21:08:12 -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
e806ae6588 Fix 2024-06-02 19:35:03 -04:00
shiibe
35f2448e00 Add leaderboard API endpoint 2024-06-02 19:29:33 -04:00
shiibe
ce276c790a Combine language menus into one 2024-06-02 17:33:33 -04:00
shiibe
66d9b34562 Merge branch 'LoginRefactor' into new-songs-ui 2024-06-02 15:52:45 -04:00
S-Sebb
8551a6363b Added a separate flag on the backend that controls whether authentication checks are performed in apis 2024-06-02 20:50:56 +01: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
537fc2ed45 Fix missing file error 2024-06-02 12:40:15 -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
f1a35fe60e Fixed a bug causing uniqueId 0 song to appear on the webUI 2024-05-29 15:10:38 +01:00
S-Sebb
ed82f89fdf Fixed a bug causing register to be impossible 2024-05-29 14:59:34 +01:00
S-Sebb
de71bb43bb Updated localization a bit 2024-05-27 00:56:12 +01:00
S-Sebb
617b3abb50 Rearranged buttons layout 2024-05-27 00:49:14 +01:00
S-Sebb
73a750ca10 Changed the location where the dropdown menu of language buttons will open 2024-05-27 00:42:59 +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
e983bc525b Also adding checks to SplitCostumeUnlocks migration 2024-05-26 21:48:28 +01:00
S-Sebb
530a4ea00b Stopped UserCard from requesting UserSetting 2024-05-26 21:42:50 +01:00
S-Sebb
98fd8ce6ec Migration fixes 2024-05-26 21:34:50 +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
S-Sebb
75e90d9aa2 Merge branch 'Refactor' of https://github.com/asesidaa/TaikoLocalServer into LoginRefactor 2024-05-25 17:53:47 +01:00
shiibe
7b8ce205ae Fix Achievement Panel
* Fixes UraOni values not including Oni difficulty
2024-05-17 22:42:29 -04:00
shibe
e5d30c8ca2
Merge pull request #29 from asesidaa/LoginRefactor
Implemented better authentication system, completed more localization…
2024-05-16 21:16:20 -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
esuo1198
4803c0acb8 Refactor GetSelfBestQuery 2024-05-04 11:21:33 +09:00
S-Sebb
f4cbee2e29 Fixed song play history page displaying only one difficulty, made choosing title update the title text 2024-05-03 22:46:27 +01:00
S-Sebb
650552e403 Implemented better authentication system, completed more localization, implemented cached JWT login, implemented locking costumes and title plates for FreeProfileEditing 2024-05-01 16:13:47 +01:00
esuo1198
15c63c097c Fix Oni/UraOni best score handling 2024-04-18 22:02:22 +09:00
shiibe
19db91fc59 Add check for AccessCodes 2024-04-09 20:27:41 -04:00
shiibe
2789b82a80 Merge branch 'Refactor' into new-songs-ui 2024-04-09 20:24:06 -04:00
shiibe
5b1c4fc358 Clean up 2024-03-27 14:02:40 -04:00
shiibe
aa727a98fb Add Dark Mode toggle 2024-03-27 12:49:27 -04:00
shiibe
e5c482941c Change label 2024-03-27 00:06:10 -04:00
shiibe
47f6d5d360 Fix 2024-03-27 00:03:55 -04:00
shiibe
0a2e9a08ba Search UX improvements 2024-03-26 23:51:32 -04:00
shiibe
8a7fcd71a7 Add star values to song list 2024-03-26 23:48:41 -04:00
shiibe
4aa7e6596d Save/restore drawer state to local storage 2024-03-26 23:25:37 -04:00
shiibe
e6fdc08de7 Add loader 2024-03-26 23:13:24 -04:00
shiibe
61812406b8 Retain active high score difficulty tab
* The difficulty will no longer reset to Easy when navigating away from the High Scores page.

* Uses local storage to store the selected difficulty tab so you don't have to select it every time.
2024-03-26 23:08:12 -04:00
shiibe
10794f95fa Merge branch 'Refactor' into new-songs-ui 2024-03-26 11:07:48 -04:00