1
0
mirror of synced 2024-11-24 15:00:16 +01:00
TaikoLocalServer/TaikoWebUI
KIT! 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
..
Pages Fixed scoreboard text update issue 2023-12-12 12:45:14 +01:00
Properties initial commit 2023-09-09 21:58:20 +09:00
Services Fix sentinel types 2023-10-21 19:33:00 +08:00
Settings Merge from TaikoLocalServer-CHN repo 2023-10-16 10:38:27 +01:00
Shared Implemented getting flagArraySizes(other than don Color) dynamically on WebUI 2023-10-15 15:27:07 +01:00
wwwroot Fixed scoreboard text update issue 2023-12-12 12:45:14 +01:00
_Imports.razor initial commit 2023-09-09 21:58:20 +09:00
.gitignore initial commit 2023-09-09 21:58:20 +09:00
App.razor initial commit 2023-09-09 21:58:20 +09:00
GlobalUsings.cs initial commit 2023-09-09 21:58:20 +09:00
Program.cs Merge from TaikoLocalServer-CHN repo 2023-10-16 10:38:27 +01:00
README.md initial commit 2023-09-09 21:58:20 +09:00
TaikoWebUI.csproj Fix: Copy appsettings.json to wwwroot on build 2023-10-27 01:38:31 -04:00
TaikoWebUI.sln initial commit 2023-09-09 21:58:20 +09:00

Taiko Web UI

This is the solution for the front end part.

The front end is implemented with Blazor Webassembly (also in C#).