1
0
mirror of synced 2024-11-28 08:30:56 +01:00
Commit Graph

19 Commits

Author SHA1 Message Date
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
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
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
17331bcad4 Major authentication refactors 2024-05-16 23:32:46 +01:00
asesidaa
07c92c2eef Stage changes 2024-03-16 17:46:06 +08:00
shiibe
139a612b6c More UI clean up
* Clean up repeated code
* Move User cards to a reusable component
* Create page for Login
* Clean up Login, Register, and Change password forms
* Add links to sidebar navigation
* Lots of other misc. stuff
2024-03-09 01:07:34 -05:00
shiibe
6212b68ea4 Code formatting 2024-03-08 18:42:56 -05:00
d487d7a105 Fixed Dialogs not being displayed on phones
Disable Backdrop Click, you can't close dialogs by clicking on the rest of the window anymore (This is needed to fix Dialogs not showing up on mobile devices)

Added OnTouch events
2023-12-19 16:01:13 +01:00
S-Sebb
e3d78b80d5 Implemented reset password button if logged in as admin user 2023-12-19 00:12:48 +00:00
S-Sebb
509ac85718 Add registering with last play date time, add disabling free profile editing 2023-11-12 23:12:54 +00:00
S-Sebb
293f162b3f Add webUI apis to manager user's access codes, take 2 2023-11-12 17:56:57 +00:00
S-Sebb
de1671aac9 Revert "Add webUI apis to manager user's access codes"
This reverts commit c1cac55683.
2023-11-12 17:41:36 +00:00
S-Sebb
c1cac55683 Add webUI apis to manager user's access codes 2023-11-12 17:34:33 +00:00
S-Sebb
cae9f09f15 Add credential table, refactored related webUI code 2023-11-11 21:04:11 +00:00