1
0
mirror of synced 2024-11-28 16:40:57 +01:00
Commit Graph

151 Commits

Author SHA1 Message Date
shiibe
f0e99c15a2 Move Play History table to a component 2024-03-13 11:23:22 -04:00
shiibe
18a933e327 Play History fixes 2024-03-13 11:00:18 -04:00
shiibe
e8f3d50942 Move functions to TaikoWebUI.Utilities namespace 2024-03-13 10:44:59 -04:00
shiibe
254807d9eb Limit to 10 recent plays 2024-03-10 00:23:47 -05:00
shiibe
ca37a88ce6 Add more data to recent plays table 2024-03-10 00:16:23 -05:00
shiibe
4b4d5600d3 Recent plays table styles 2024-03-09 23:55:30 -05:00
shiibe
0a8cf361f8 Pull recent plays to Song page 2024-03-09 23:49:47 -05:00
shiibe
2b45deb987 Create Song page template 2024-03-09 22:48:26 -05:00
shiibe
05220cca3b Misc formatting 2024-03-09 16:41:25 -05:00
shiibe
604872116f Redirects, styles clean up 2024-03-09 14:13:56 -05:00
shiibe
d034a2218d Login/Register clean up 2024-03-09 13:45:20 -05:00
shiibe
e0b3e3783e Update user name in breadcrumbs if it is changed 2024-03-09 12:55:52 -05:00
shiibe
e6270013ff Adjust breadcrumbs, login redirects 2024-03-09 11:59:21 -05:00
shiibe
91094d062b Update UserCard.razor 2024-03-09 01:49:55 -05:00
shiibe
250f3b5550 Remove LoginService.LoginRequired check 2024-03-09 01:48:13 -05:00
shiibe
4db510201f Add Admin indicator to user cards 2024-03-09 01:46:48 -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
6212b68ea4 Code formatting 2024-03-08 18:42:56 -05:00
shiibe
374319decd Fix typo 2024-03-08 15:24:29 -05:00
shiibe
51730ce60f Make song titles and artists use the active language
* The song titles and artists for the High Score and Dani Dojo screens will show based on the current language selected in the Switcher
2024-03-08 15:11:54 -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
shiibe
881bc031a1 Clean up Access Code Management UI 2024-03-08 02:30:16 -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
S-Sebb??
651c2d91f2
Merge pull request #25 from AkaiiKitsune/Mobile-UI-Fixes
Fixed dialogs not being displayed on phone and tweaked access code binding
2023-12-19 16:49:48 +00:00
S-Sebb??
d8e1d17f15
Merge pull request #24 from AkaiiKitsune/profile-visualizer
Added scoreboard visualizer
2023-12-19 16:48:32 +00:00
e5a8526755 Fixed Access Code Binding
Admins can now bind codes of other users
2023-12-19 16:27:17 +01: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
2d17d8bba6 Fixed the problem where empty new accesscodes can be bound on webUI 2023-12-16 23:48:42 +00:00
a69491f6f1 Fixed a small typo in Profile.razor 2023-12-12 12:57:08 +01:00
4495ee81c9 Merge remote-tracking branch 'upstream/CHN' into profile-visualizer 2023-12-12 12:48:48 +01:00
271048ab6a Fixed scoreboard text update issue
The scoreboard now properly updates when a new difficulty is selected.

Setting it to "Difficulty.None" defaults to the highest difficulty the player currently has Ranks / Crowns for.

Also removed a bunch of css from the profile.razor file and moved it to a style in app.css.
2023-12-12 12:45:14 +01:00
6f3052c69b Achievement Board now has numbers on it
Placement of each score has been done, It still doesn't update properly but the values are properly set. Just need to figure out a way to rerender the scoreboard
2023-12-11 16:14:09 +01:00
S-Sebb
3fc8134d5b Fix problem with mobile view time selection 2023-11-13 14:38:10 +00:00
S-Sebb
b612c56f5b Fixed login page mobile view layout issue 2023-11-13 13:50:02 +00:00
S-Sebb
a41b144910 Fixed some mobile view layout issues 2023-11-13 13:15:45 +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
9bfae2a56c Added Achievement Board
Still has no logic for default (Highest difficulty played) option, doesn't display any numbers yet but divs are placed at the right place already.
2023-11-02 17:25:43 +01:00