1
0
mirror of synced 2024-12-11 22:36:02 +01:00
Commit Graph

38 Commits

Author SHA1 Message Date
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
d79f141707 Search when input value changes 2024-06-05 21:00:47 -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
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
2c45f12ba8 Localized No Data on Leaderboard page 2024-06-05 14:59:33 +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
17331bcad4 Major authentication refactors 2024-05-16 23:32:46 +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
shiibe
aa727a98fb Add Dark Mode toggle 2024-03-27 12:49:27 -04:00
shiibe
e6270013ff Adjust breadcrumbs, login redirects 2024-03-09 11:59:21 -05: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
dd6859f5a1 Move StringUtil.SplitIntoGroups to services 2024-03-08 12:05:20 -05:00
shiibe
8b4e37d187 Remove spaces from access codes 2024-03-08 11:44:16 -05:00
shiibe
0123283fda UI clean up
* Adds a bunch of loose strings to the `Localizer`

* Format Access Codes for readability

* Label fixes

* Other misc. UI fixes
2024-03-08 11:13:56 -05:00
shiibe
5a144f8ce6 Misc. UI changes/fixes
* Consistent heading sizes for all pages

* Swap any heading tags to `MudText` components

* Only show password options if login is required
2024-03-08 03:06:08 -05:00
asesidaa
6e059baa13 Add more translations. Thanks @隱-Yin 2024-01-28 14:35:26 +08:00
asesidaa
49b55b00c2 Add several more translation as example 2024-01-22 01:21:22 +08:00
asesidaa
81b065c358 Add translation framework and example data 2024-01-22 01:13:13 +08: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
4ab41ea9f3 Fix wrong direct link when changing password in admin mode 2023-12-18 21:44:56 +00:00
S-Sebb
471c6d5ef1 Removed admin username and password from config, added IsAdmin flag to userDatum, implemented changing password 2023-12-18 19:49:10 +00:00
S-Sebb
b612c56f5b Fixed login page mobile view layout issue 2023-11-13 13:50:02 +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
38374fe017 Change database foreign key relationship 2023-11-11 23:12:26 +00:00
S-Sebb
cae9f09f15 Add credential table, refactored related webUI code 2023-11-11 21:04:11 +00:00